is_duplicated
bool
2 classes
xmi
stringlengths
506
392k
ids
stringlengths
42
388
model_type
stringclasses
1 value
txt
stringlengths
3
77k
labels
null
graph
stringlengths
176
1.29M
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="MoveEAttributeTest"> <eClassifiers xsi:type="ecore:EClass" name="Testclass1"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="theAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="marker"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Testclass2"/> </ecore:EPackage>
github:ecore:/data/ambrusthomas/MeDeR.refactor.examples/org.eclipse.emf.refactor.refactorings.ecore/tests/MoveEAttribute/test_02/source.ecore
ecore
MoveEAttributeTest Testclass1 theAttribute Testclass2
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"MoveEAttributeTest","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Testclass1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Testclass2","instanceClass":null,"abstract":false,"id":2,"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":"theAttribute","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":4},{"source":3,"target":1},{"source":2,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="ASCII"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage name="annotations" nsURI="http://www.emftext.org/java/annotations" nsPrefix="annotations"> <eClassifiers xsi:type="ecore:EClass" name="Annotable" abstract="true" eSuperTypes="/3/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="/0/AnnotationInstance" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationInstance" eSuperTypes="/14/Reference /11/AnnotationInstanceOrModifier /3/NamespaceAwareElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotation" lowerBound="1" eType="/2/Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" eType="/0/AnnotationParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationParameter" abstract="true" eSuperTypes="/3/Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="SingleAnnotationParameter" eSuperTypes="/0/AnnotationParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="/0/AnnotationValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationParameterList" eSuperTypes="/0/AnnotationParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="settings" upperBound="-1" eType="/0/AnnotationAttributeSetting" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationAttributeSetting" eSuperTypes="/3/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1" eType="/10/InterfaceMethod"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="/0/AnnotationValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationValue" abstract="true" eSuperTypes="/3/Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotationAttribute" eSuperTypes="/10/InterfaceMethod"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="/5/Expression" containment="true"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="arrays" nsURI="http://www.emftext.org/java/arrays" nsPrefix="arrays"> <eClassifiers xsi:type="ecore:EClass" name="ArrayTypeable" abstract="true" eSuperTypes="/3/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayDimensionsBefore" upperBound="-1" eType="/1/ArrayDimension" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayDimensionsAfter" upperBound="-1" eType="/1/ArrayDimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayDimension" eSuperTypes="/3/Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayInitializer" eSuperTypes="/1/ArrayInitializationValue /0/AnnotationValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialValues" upperBound="-1" eType="/1/ArrayInitializationValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInitializationValue" abstract="true" eSuperTypes="/3/Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayInstantiationBySize" eSuperTypes="/5/Expression /16/TypedElement /1/ArrayTypeable /14/Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="sizes" upperBound="-1" eType="/5/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInstantiationByValues" eSuperTypes="/5/Expression /16/TypedElement /1/ArrayTypeable /14/Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayInitializer" eType="/1/ArrayInitializer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArraySelector" eSuperTypes="/3/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="position" eType="/5/Expression" containment="true"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="classifiers" nsURI="http://www.emftext.org/java/classifiers" nsPrefix="classifiers"> <eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="/16/Type /14/ReferenceableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ConcreteClassifier" abstract="true" eSuperTypes="/2/Classifier /6/TypeParametrizable /10/MemberContainer /10/Member /15/Statement /11/AnnotableAndModifiable"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullName" transient="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Implementor" abstract="true" eSuperTypes="/3/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="implements" upperBound="-1" eType="/16/TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="/2/ConcreteClassifier /2/Implementor"> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" eType="/16/TypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultExtends" eType="/16/TypeReference" transient="true" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="/2/ConcreteClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" upperBound="-1" eType="/16/TypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultExtends" upperBound="-1" eType="/16/TypeReference" transient="true" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="/2/ConcreteClassifier /2/Implementor"> <eStructuralFeatures xsi:type="ecore:EReference" name="constants" upperBound="-1" eType="/10/EnumConstant" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="/2/ConcreteClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="AnonymousClass" eSuperTypes="/16/Type /10/MemberContainer"/> </ecore:EPackage> <ecore:EPackage name="commons" nsURI="http://www.emftext.org/java/commons" nsPrefix="commons"> <eClassifiers xsi:type="ecore:EClass" name="Commentable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comments" unique="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="/3/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="/3/FeatureNamedElementName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamespaceAwareElement" abstract="true" eSuperTypes="/3/Commentable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespaces" unique="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Name"> <eSuperTypes href="#/3/FeatureNamedElementName"/> <eSuperTypes href="#/3/Commentable"/> <eSuperTypes href="primitive_types.ecore#//StringObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureNamedElementName" abstract="true"/> </ecore:EPackage> <ecore:EPackage name="containers" nsURI="http://www.emftext.org/java/containers" nsPrefix="containers"> <eClassifiers xsi:type="ecore:EClass" name="JavaRoot" abstract="true" eSuperTypes="/3/NamedElement /3/NamespaceAwareElement /7/ImportingElement"/> <eClassifiers xsi:type="ecore:EClass" name="CompilationUnit" eSuperTypes="/4/JavaRoot"> <eAnnotations source="gmf.node"> <details key="label" value="comments"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="classifiers" upperBound="-1" eType="/2/ConcreteClassifier" containment="true"> <eAnnotations source="gmf.compartment"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="/4/JavaRoot /0/Annotable /14/ReferenceableElement"> <eAnnotations source="gmf.diagram"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compilationUnits" upperBound="-1" eType="/4/CompilationUnit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subpackages" upperBound="-1" eType="/4/Package" containment="true" eOpposite="/4/Package/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="/4/Package" eOpposite="/4/Package/subpackages"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyModel" eSuperTypes="/4/JavaRoot"/> </ecore:EPackage> <ecore:EPackage name="expressions" nsURI="http://www.emftext.org/java/expressions" nsPrefix="expressions"> <eClassifiers xsi:type="ecore:EClass" name="ExpressionList" eSuperTypes="/15/ForLoopInitializer"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="/5/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="/1/ArrayInitializationValue /0/AnnotationValue"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentExpression" eSuperTypes="/5/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="child" lowerBound="1" eType="/5/AssignmentExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignmentOperator" lowerBound="1" eType="/12/AssignmentOperator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="/5/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignmentExpressionChild" abstract="true" eSuperTypes="/5/Expression"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalExpression" eSuperTypes="/5/AssignmentExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="child" eType="/5/ConditionalExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionIf" lowerBound="1" eType="/5/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionElse" lowerBound="1" eType="/5/AssignmentExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalExpressionChild" abstract="true" eSuperTypes="/5/AssignmentExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalOrExpression" eSuperTypes="/5/ConditionalExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1" upperBound="-1" eType="/5/ConditionalOrExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalOrExpressionChild" abstract="true" eSuperTypes="/5/ConditionalExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalAndExpression" eSuperTypes="/5/ConditionalOrExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1" upperBound="-1" eType="/5/ConditionalAndExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalAndExpressionChild" abstract="true" eSuperTypes="/5/ConditionalOrExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="InclusiveOrExpression" eSuperTypes="/5/ConditionalAndExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1" upperBound="-1" eType="/5/InclusiveOrExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InclusiveOrExpressionChild" abstract="true" eSuperTypes="/5/ConditionalAndExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="ExclusiveOrExpression" eSuperTypes="/5/InclusiveOrExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1" upperBound="-1" eType="/5/ExclusiveOrExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExclusiveOrExpressionChild" abstract="true" eSuperTypes="/5/InclusiveOrExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="AndExpression" eSuperTypes="/5/ExclusiveOrExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1" upperBound="-1" eType="/5/AndExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndExpressionChild" abstract="true" eSuperTypes="/5/ExclusiveOrExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="EqualityExpression" eSuperTypes="/5/AndExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="equalityOperators" lowerBound="1" upperBound="-1" eType="/12/EqualityOperator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1" upperBound="-1" eType="/5/EqualityExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EqualityExpressionChild" abstract="true" eSuperTypes="/5/AndExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceOfExpression" eSuperTypes="/1/ArrayTypeable /16/TypedElement /5/EqualityExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="child" lowerBound="1" eType="/5/InstanceOfExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceOfExpressionChild" abstract="true" eSuperTypes="/5/EqualityExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="RelationExpression" eSuperTypes="/5/InstanceOfExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1" upperBound="-1" eType="/5/RelationExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relationOperators" lowerBound="1" upperBound="-1" eType="/12/RelationOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationExpressionChild" abstract="true" eSuperTypes="/5/InstanceOfExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="ShiftExpression" eSuperTypes="/5/RelationExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1" upperBound="-1" eType="/5/ShiftExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="shiftOperators" lowerBound="1" upperBound="-1" eType="/12/ShiftOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ShiftExpressionChild" abstract="true" eSuperTypes="/5/RelationExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="AdditiveExpression" eSuperTypes="/5/ShiftExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1" upperBound="-1" eType="/5/AdditiveExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="additiveOperators" lowerBound="1" upperBound="-1" eType="/12/AdditiveOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdditiveExpressionChild" abstract="true" eSuperTypes="/5/ShiftExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="MultiplicativeExpression" eSuperTypes="/5/AdditiveExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" lowerBound="1" upperBound="-1" eType="/5/MultiplicativeExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiplicativeOperators" lowerBound="1" upperBound="-1" eType="/12/MultiplicativeOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicativeExpressionChild" abstract="true" eSuperTypes="/5/AdditiveExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" eSuperTypes="/5/MultiplicativeExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="operators" lowerBound="1" upperBound="-1" eType="/12/UnaryOperator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="child" lowerBound="1" eType="/5/UnaryExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpressionChild" abstract="true" eSuperTypes="/5/MultiplicativeExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryModificationExpression" abstract="true" eSuperTypes="/5/UnaryExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="child" lowerBound="1" eType="/5/UnaryModificationExpressionChild" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operator" lowerBound="1" eType="/12/UnaryModificationOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrefixUnaryModificationExpression" eSuperTypes="/5/UnaryModificationExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SuffixUnaryModificationExpression" eSuperTypes="/5/UnaryModificationExpression"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryModificationExpressionChild" abstract="true" eSuperTypes="/5/UnaryExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="CastExpression" eSuperTypes="/16/TypedElement /1/ArrayTypeable /5/UnaryModificationExpressionChild"> <eStructuralFeatures xsi:type="ecore:EReference" name="child" lowerBound="1" eType="/5/MultiplicativeExpressionChild" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimaryExpression" abstract="true" eSuperTypes="/5/UnaryModificationExpressionChild"/> <eClassifiers xsi:type="ecore:EClass" name="NestedExpression" eSuperTypes="/14/Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="/5/Expression" containment="true"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="generics" nsURI="http://www.emftext.org/java/generics" nsPrefix="generics"> <eClassifiers xsi:type="ecore:EClass" name="TypeArgument" abstract="true" eSuperTypes="/1/ArrayTypeable"/> <eClassifiers xsi:type="ecore:EClass" name="TypeArgumentable" abstract="true" eSuperTypes="/3/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="/6/TypeArgument" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallTypeArgumentable" abstract="true" eSuperTypes="/3/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="callTypeArguments" upperBound="-1" eType="/6/TypeArgument" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeParametrizable" abstract="true" eSuperTypes="/3/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="/6/TypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtendsTypeArgument" eSuperTypes="/6/TypeArgument"> <eStructuralFeatures xsi:type="ecore:EReference" name="extendTypes" lowerBound="1" upperBound="-1" eType="/16/TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualifiedTypeArgument" eSuperTypes="/6/TypeArgument /16/TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="SuperTypeArgument" eSuperTypes="/6/TypeArgument"> <eStructuralFeatures xsi:type="ecore:EReference" name="superType" lowerBound="1" eType="/16/TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeParameter" eSuperTypes="/2/Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="extendTypes" upperBound="-1" eType="/16/TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnknownTypeArgument" eSuperTypes="/6/TypeArgument"/> </ecore:EPackage> <ecore:EPackage name="imports" nsURI="http://www.emftext.org/java/imports" nsPrefix="imports"> <eClassifiers xsi:type="ecore:EClass" name="Import" abstract="true" eSuperTypes="/3/NamespaceAwareElement"> <eAnnotations source="gmf.node"> <details key="label" value="comments"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImportingElement" abstract="true" eSuperTypes="/3/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="/7/Import" containment="true"> <eAnnotations source="gmf.compartment"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticImport" abstract="true" eSuperTypes="/7/Import"> <eAnnotations source="gmf.node"> <details key="label" value="comments"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="static" lowerBound="1" eType="/11/Static" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassifierImport" eSuperTypes="/7/Import"> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" lowerBound="1" eType="/2/ConcreteClassifier"> <eAnnotations source="gmf.link"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageImport" eSuperTypes="/7/Import"/> <eClassifiers xsi:type="ecore:EClass" name="StaticClassifierImport" eSuperTypes="/7/StaticImport"/> <eClassifiers xsi:type="ecore:EClass" name="StaticMemberImport" eSuperTypes="/7/StaticImport"> <eStructuralFeatures xsi:type="ecore:EReference" name="staticMembers" lowerBound="1" upperBound="-1" eType="/14/ReferenceableElement"> <eAnnotations source="gmf.link"/> </eStructuralFeatures> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="instantiations" nsURI="http://www.emftext.org/java/instantiations" nsPrefix="instantiations"> <eClassifiers xsi:type="ecore:EClass" name="Initializable" abstract="true" eSuperTypes="/3/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="/5/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instantiation" abstract="true" eSuperTypes="/16/TypedElement /14/Reference /14/Argumentable /6/TypeArgumentable"/> <eClassifiers xsi:type="ecore:EClass" name="NewConstructorCall" eSuperTypes="/8/Instantiation /6/CallTypeArgumentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClass" eType="/2/AnonymousClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExplicitConstructorCall" eSuperTypes="/8/Instantiation"> <eStructuralFeatures xsi:type="ecore:EReference" name="callTarget" eType="/9/Self" containment="true"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="literals" nsURI="http://www.emftext.org/java/literals" nsPrefix="literals"> <eClassifiers xsi:type="ecore:EClass" name="Literal" abstract="true" eSuperTypes="/5/PrimaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Self" abstract="true" eSuperTypes="/3/Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="/9/Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CharacterLiteral" eSuperTypes="/9/Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EChar"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FloatLiteral" abstract="true" eSuperTypes="/9/Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoubleLiteral" abstract="true" eSuperTypes="/9/Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DecimalFloatLiteral" eSuperTypes="/9/FloatLiteral"/> <eClassifiers xsi:type="ecore:EClass" name="DecimalDoubleLiteral" eSuperTypes="/9/DoubleLiteral"/> <eClassifiers xsi:type="ecore:EClass" name="HexFloatLiteral" eSuperTypes="/9/FloatLiteral"/> <eClassifiers xsi:type="ecore:EClass" name="HexDoubleLiteral" eSuperTypes="/9/DoubleLiteral"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerLiteral" abstract="true" eSuperTypes="/9/Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LongLiteral" abstract="true" eSuperTypes="/9/Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DecimalIntegerLiteral" eSuperTypes="/9/IntegerLiteral"/> <eClassifiers xsi:type="ecore:EClass" name="DecimalLongLiteral" eSuperTypes="/9/LongLiteral"/> <eClassifiers xsi:type="ecore:EClass" name="HexIntegerLiteral" eSuperTypes="/9/IntegerLiteral"/> <eClassifiers xsi:type="ecore:EClass" name="HexLongLiteral" eSuperTypes="/9/LongLiteral"/> <eClassifiers xsi:type="ecore:EClass" name="OctalIntegerLiteral" eSuperTypes="/9/IntegerLiteral"/> <eClassifiers xsi:type="ecore:EClass" name="OctalLongLiteral" eSuperTypes="/9/LongLiteral"/> <eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="/9/Literal"/> <eClassifiers xsi:type="ecore:EClass" name="Super" eSuperTypes="/9/Self"/> <eClassifiers xsi:type="ecore:EClass" name="This" eSuperTypes="/9/Self"/> </ecore:EPackage> <ecore:EPackage name="members" nsURI="http://www.emftext.org/java/members" nsPrefix="members"> <eClassifiers xsi:type="ecore:EClass" name="ExceptionThrower" abstract="true" eSuperTypes="/3/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptions" upperBound="-1" eType="/16/NamespaceClassifierReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Member" abstract="true" eSuperTypes="/3/NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="container" lowerBound="1" eType="/10/MemberContainer" eOpposite="/10/MemberContainer/members"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MemberContainer" abstract="true" eSuperTypes="/3/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="/10/Member" containment="true" eOpposite="/10/Member/container"> <eAnnotations source="gmf.compartment"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultMembers" upperBound="-1" eType="/10/Member" transient="true" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdditionalField" eSuperTypes="/14/ReferenceableElement /1/ArrayTypeable /8/Initializable"/> <eClassifiers xsi:type="ecore:EClass" name="Constructor" eSuperTypes="/10/Member /15/StatementListContainer /13/Parametrizable /6/TypeParametrizable /10/ExceptionThrower /11/AnnotableAndModifiable"/> <eClassifiers xsi:type="ecore:EClass" name="EmptyMember" eSuperTypes="/10/Member"/> <eClassifiers xsi:type="ecore:EClass" name="Field" eSuperTypes="/10/Member /8/Initializable /17/Variable /14/ReferenceableElement /11/AnnotableAndModifiable"> <eStructuralFeatures xsi:type="ecore:EReference" name="additionalFields" upperBound="-1" eType="/10/AdditionalField" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method" abstract="true" eSuperTypes="/10/Member /16/TypedElement /1/ArrayTypeable /6/TypeParametrizable /13/Parametrizable /14/ReferenceableElement /10/ExceptionThrower /11/AnnotableAndModifiable"/> <eClassifiers xsi:type="ecore:EClass" name="InterfaceMethod" eSuperTypes="/10/Method"/> <eClassifiers xsi:type="ecore:EClass" name="ClassMethod" eSuperTypes="/10/Method /15/StatementListContainer"/> <eClassifiers xsi:type="ecore:EClass" name="EnumConstant" eSuperTypes="/14/ReferenceableElement /14/Argumentable /0/Annotable"> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClass" eType="/2/AnonymousClass" containment="true"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="modifiers" nsURI="http://www.emftext.org/java/modifiers" nsPrefix="modifiers"> <eClassifiers xsi:type="ecore:EClass" name="Modifier" abstract="true" eSuperTypes="/11/AnnotationInstanceOrModifier"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotationInstanceOrModifier" abstract="true" eSuperTypes="/3/Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotableAndModifiable" abstract="true" eSuperTypes="/3/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotationsAndModifiers" upperBound="-1" eType="/11/AnnotationInstanceOrModifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Modifiable" abstract="true" eSuperTypes="/3/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1" eType="/11/Modifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Abstract" eSuperTypes="/11/Modifier"/> <eClassifiers xsi:type="ecore:EClass" name="Final" eSuperTypes="/11/Modifier"/> <eClassifiers xsi:type="ecore:EClass" name="Native" eSuperTypes="/11/Modifier"/> <eClassifiers xsi:type="ecore:EClass" name="Protected" eSuperTypes="/11/Modifier"/> <eClassifiers xsi:type="ecore:EClass" name="Public" eSuperTypes="/11/Modifier"/> <eClassifiers xsi:type="ecore:EClass" name="Private" eSuperTypes="/11/Modifier"/> <eClassifiers xsi:type="ecore:EClass" name="Static" eSuperTypes="/11/Modifier"/> <eClassifiers xsi:type="ecore:EClass" name="Strictfp" eSuperTypes="/11/Modifier"/> <eClassifiers xsi:type="ecore:EClass" name="Synchronized" eSuperTypes="/11/Modifier"/> <eClassifiers xsi:type="ecore:EClass" name="Transient" eSuperTypes="/11/Modifier"/> <eClassifiers xsi:type="ecore:EClass" name="Volatile" eSuperTypes="/11/Modifier"/> </ecore:EPackage> <ecore:EPackage name="operators" nsURI="http://www.emftext.org/java/operators" nsPrefix="operators"> <eClassifiers xsi:type="ecore:EClass" name="Operator" abstract="true" eSuperTypes="/3/Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="AdditiveOperator" abstract="true" eSuperTypes="/12/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentOperator" abstract="true" eSuperTypes="/12/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="EqualityOperator" abstract="true" eSuperTypes="/12/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="MultiplicativeOperator" abstract="true" eSuperTypes="/12/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="RelationOperator" abstract="true" eSuperTypes="/12/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="ShiftOperator" abstract="true" eSuperTypes="/12/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryOperator" abstract="true" eSuperTypes="/12/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryModificationOperator" abstract="true" eSuperTypes="/12/Operator"/> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="/12/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentAnd" eSuperTypes="/12/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentDivision" eSuperTypes="/12/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentExclusiveOr" eSuperTypes="/12/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentMinus" eSuperTypes="/12/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentModulo" eSuperTypes="/12/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentMultiplication" eSuperTypes="/12/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentLeftShift" eSuperTypes="/12/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentOr" eSuperTypes="/12/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentPlus" eSuperTypes="/12/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentRightShift" eSuperTypes="/12/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AssignmentUnsignedRightShift" eSuperTypes="/12/AssignmentOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Equal" eSuperTypes="/12/EqualityOperator"/> <eClassifiers xsi:type="ecore:EClass" name="NotEqual" eSuperTypes="/12/EqualityOperator"/> <eClassifiers xsi:type="ecore:EClass" name="GreaterThan" eSuperTypes="/12/RelationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="GreaterThanOrEqual" eSuperTypes="/12/RelationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="LessThan" eSuperTypes="/12/RelationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="LessThanOrEqual" eSuperTypes="/12/RelationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Addition" eSuperTypes="/12/AdditiveOperator /12/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Subtraction" eSuperTypes="/12/AdditiveOperator /12/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Division" eSuperTypes="/12/MultiplicativeOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Multiplication" eSuperTypes="/12/MultiplicativeOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Remainder" eSuperTypes="/12/MultiplicativeOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Complement" eSuperTypes="/12/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="MinusMinus" eSuperTypes="/12/UnaryModificationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Negate" eSuperTypes="/12/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="PlusPlus" eSuperTypes="/12/UnaryModificationOperator"/> <eClassifiers xsi:type="ecore:EClass" name="LeftShift" eSuperTypes="/12/ShiftOperator"/> <eClassifiers xsi:type="ecore:EClass" name="RightShift" eSuperTypes="/12/ShiftOperator"/> <eClassifiers xsi:type="ecore:EClass" name="UnsignedRightShift" eSuperTypes="/12/ShiftOperator"/> </ecore:EPackage> <ecore:EPackage name="parameters" nsURI="http://www.emftext.org/java/parameters" nsPrefix="parameters"> <eClassifiers xsi:type="ecore:EClass" name="Parameter" abstract="true" eSuperTypes="/17/Variable /11/AnnotableAndModifiable"/> <eClassifiers xsi:type="ecore:EClass" name="Parametrizable" abstract="true" eSuperTypes="/3/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="/13/Parameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrdinaryParameter" eSuperTypes="/13/Parameter"/> <eClassifiers xsi:type="ecore:EClass" name="VariableLengthParameter" eSuperTypes="/13/Parameter"/> </ecore:EPackage> <ecore:EPackage name="references" nsURI="http://www.emftext.org/java/references" nsPrefix="references"> <eClassifiers xsi:type="ecore:EClass" name="Reference" abstract="true" eSuperTypes="/5/PrimaryExpression /6/TypeArgumentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="next" eType="/14/Reference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arraySelectors" upperBound="-1" eType="/1/ArraySelector" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Argumentable" abstract="true" eSuperTypes="/3/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="/5/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceableElement" abstract="true" eSuperTypes="/3/NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ElementReference" abstract="true" eSuperTypes="/14/Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="/14/ReferenceableElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IdentifierReference" eSuperTypes="/14/ElementReference"/> <eClassifiers xsi:type="ecore:EClass" name="MethodCall" eSuperTypes="/14/ElementReference /14/Argumentable /6/CallTypeArgumentable"/> <eClassifiers xsi:type="ecore:EClass" name="ReflectiveClassReference" eSuperTypes="/14/Reference"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeReference" eSuperTypes="/14/Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="/16/PrimitiveType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringReference" eSuperTypes="/14/Reference"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelfReference" eSuperTypes="/14/Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="self" eType="/9/Self" containment="true"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="statements" nsURI="http://www.emftext.org/java/statements" nsPrefix="statements"> <eClassifiers xsi:type="ecore:EClass" name="StatementContainer" abstract="true" eSuperTypes="/3/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" lowerBound="1" eType="/15/FeatureStatementContainerStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatementListContainer" abstract="true" eSuperTypes="/3/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="/15/FeatureStatementListContainerStatements" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Conditional" abstract="true" eSuperTypes="/3/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="/5/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForLoopInitializer" abstract="true" eSuperTypes="/3/Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="/3/Commentable /15/FeatureStatementContainerStatement /15/FeatureConditionElseStatement /15/FeatureStatementListContainerStatements"/> <eClassifiers xsi:type="ecore:EClass" name="SwitchCase" abstract="true" eSuperTypes="/15/StatementListContainer"/> <eClassifiers xsi:type="ecore:EClass" name="Assert" eSuperTypes="/15/Statement /15/Conditional"> <eStructuralFeatures xsi:type="ecore:EReference" name="errorMessage" eType="/5/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Break" eSuperTypes="/15/Jump"/> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="/10/Member /15/Statement /15/StatementListContainer /11/Modifiable"/> <eClassifiers xsi:type="ecore:EClass" name="CatchBlock" eSuperTypes="/15/StatementListContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1" eType="/13/OrdinaryParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition" eSuperTypes="/15/Statement /15/StatementContainer /15/Conditional"> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" eType="/15/FeatureConditionElseStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Continue" eSuperTypes="/15/Jump"/> <eClassifiers xsi:type="ecore:EClass" name="DefaultSwitchCase" eSuperTypes="/15/SwitchCase"/> <eClassifiers xsi:type="ecore:EClass" name="DoWhileLoop" eSuperTypes="/15/WhileLoop"/> <eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="/15/Statement"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="/15/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="/5/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForLoop" eSuperTypes="/15/Statement /15/StatementContainer /15/Conditional"> <eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="/15/ForLoopInitializer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="updates" upperBound="-1" eType="/5/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForEachLoop" eSuperTypes="/15/Statement /15/StatementContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="next" eType="/13/OrdinaryParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" eType="/5/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Jump" abstract="true" eSuperTypes="/15/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="/15/JumpLabel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JumpLabel" eSuperTypes="/15/Statement /15/StatementContainer /3/NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LocalVariableStatement" eSuperTypes="/15/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="/17/LocalVariable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NormalSwitchCase" eSuperTypes="/15/SwitchCase /15/Conditional"/> <eClassifiers xsi:type="ecore:EClass" name="Return" eSuperTypes="/15/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnValue" eType="/5/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Switch" eSuperTypes="/15/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="cases" upperBound="-1" eType="/15/SwitchCase" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="/5/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SynchronizedBlock" eSuperTypes="/15/Statement /15/StatementListContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="lockProvider" eType="/5/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Throw" eSuperTypes="/15/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="throwable" lowerBound="1" eType="/5/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TryBlock" eSuperTypes="/15/Statement /15/StatementListContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="catcheBlocks" upperBound="-1" eType="/15/CatchBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finallyBlock" eType="/15/Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileLoop" eSuperTypes="/15/Statement /15/StatementContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="/5/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureStatement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureStatementContainerStatement" abstract="true" eSuperTypes="/15/FeatureStatement"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureConditionElseStatement" abstract="true" eSuperTypes="/15/FeatureStatement"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureStatementListContainerStatements" abstract="true" eSuperTypes="/15/FeatureStatement"/> </ecore:EPackage> <ecore:EPackage name="types" nsURI="http://www.emftext.org/java/types" nsPrefix="types"> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="/3/Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="/3/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="/16/TypeReference" containment="true" eOpposite="/16/TypeReference/typedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeReference" abstract="true" eSuperTypes="/3/Commentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="typedElement" lowerBound="1" eType="/16/TypedElement" eOpposite="/16/TypedElement/type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassifierReference" eSuperTypes="/16/TypeReference /6/TypeArgumentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="/2/Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamespaceClassifierReference" eSuperTypes="/16/TypeReference /3/NamespaceAwareElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="classifierReferences" lowerBound="1" upperBound="-1" eType="/16/ClassifierReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" abstract="true" eSuperTypes="/16/Type /16/TypeReference"/> <eClassifiers xsi:type="ecore:EClass" name="Boolean" eSuperTypes="/16/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Byte" eSuperTypes="/16/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Char" eSuperTypes="/16/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Double" eSuperTypes="/16/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Float" eSuperTypes="/16/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Int" eSuperTypes="/16/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Long" eSuperTypes="/16/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Short" eSuperTypes="/16/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Void" eSuperTypes="/16/PrimitiveType"/> </ecore:EPackage> <ecore:EPackage name="variables" nsURI="http://www.emftext.org/java/variables" nsPrefix="variables"> <eClassifiers xsi:type="ecore:EClass" name="Variable" abstract="true" eSuperTypes="/3/NamedElement /16/TypedElement /1/ArrayTypeable /14/ReferenceableElement /6/TypeArgumentable"/> <eClassifiers xsi:type="ecore:EClass" name="LocalVariable" eSuperTypes="/17/Variable /8/Initializable /15/ForLoopInitializer /11/AnnotableAndModifiable"> <eStructuralFeatures xsi:type="ecore:EReference" name="additionalLocalVariables" upperBound="-1" eType="/17/AdditionalLocalVariable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdditionalLocalVariable" eSuperTypes="/14/ReferenceableElement /1/ArrayTypeable /8/Initializable"/> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/smee/amor/Test/de.modelrepository.test/res/in/T0002/java.ecore
ecore
annotations Annotable annotations AnnotationInstance annotation parameter AnnotationParameter SingleAnnotationParameter value AnnotationParameterList settings AnnotationAttributeSetting attribute value AnnotationValue AnnotationAttribute defaultValue arrays ArrayTypeable arrayDimensionsBefore arrayDimensionsAfter ArrayDimension ArrayInitializer initialValues ArrayInitializationValue ArrayInstantiationBySize sizes ArrayInstantiationByValues arrayInitializer ArraySelector position classifiers Classifier ConcreteClassifier fullName Implementor implements Class extends defaultExtends Interface extends defaultExtends Enumeration constants Annotation AnonymousClass commons Commentable comments NamedElement name NamespaceAwareElement namespaces Name FeatureNamedElementName containers JavaRoot CompilationUnit classifiers Package compilationUnits subpackages parent EmptyModel expressions ExpressionList expressions Expression AssignmentExpression child assignmentOperator value AssignmentExpressionChild ConditionalExpression child expressionIf expressionElse ConditionalExpressionChild ConditionalOrExpression children ConditionalOrExpressionChild ConditionalAndExpression children ConditionalAndExpressionChild InclusiveOrExpression children InclusiveOrExpressionChild ExclusiveOrExpression children ExclusiveOrExpressionChild AndExpression children AndExpressionChild EqualityExpression equalityOperators children EqualityExpressionChild InstanceOfExpression child InstanceOfExpressionChild RelationExpression children relationOperators RelationExpressionChild ShiftExpression children shiftOperators ShiftExpressionChild AdditiveExpression children additiveOperators AdditiveExpressionChild MultiplicativeExpression children multiplicativeOperators MultiplicativeExpressionChild UnaryExpression operators child UnaryExpressionChild UnaryModificationExpression child operator PrefixUnaryModificationExpression SuffixUnaryModificationExpression UnaryModificationExpressionChild CastExpression child PrimaryExpression NestedExpression expression generics TypeArgument TypeArgumentable typeArguments CallTypeArgumentable callTypeArguments TypeParametrizable typeParameters ExtendsTypeArgument extendTypes QualifiedTypeArgument SuperTypeArgument superType TypeParameter extendTypes UnknownTypeArgument imports Import ImportingElement imports StaticImport static ClassifierImport classifier PackageImport StaticClassifierImport StaticMemberImport staticMembers instantiations Initializable initialValue Instantiation NewConstructorCall anonymousClass ExplicitConstructorCall callTarget literals Literal Self BooleanLiteral value CharacterLiteral value FloatLiteral value DoubleLiteral value DecimalFloatLiteral DecimalDoubleLiteral HexFloatLiteral HexDoubleLiteral IntegerLiteral value LongLiteral value DecimalIntegerLiteral DecimalLongLiteral HexIntegerLiteral HexLongLiteral OctalIntegerLiteral OctalLongLiteral NullLiteral Super This members ExceptionThrower exceptions Member container MemberContainer members defaultMembers AdditionalField Constructor EmptyMember Field additionalFields Method InterfaceMethod ClassMethod EnumConstant anonymousClass modifiers Modifier AnnotationInstanceOrModifier AnnotableAndModifiable annotationsAndModifiers Modifiable modifiers Abstract Final Native Protected Public Private Static Strictfp Synchronized Transient Volatile operators Operator AdditiveOperator AssignmentOperator EqualityOperator MultiplicativeOperator RelationOperator ShiftOperator UnaryOperator UnaryModificationOperator Assignment AssignmentAnd AssignmentDivision AssignmentExclusiveOr AssignmentMinus AssignmentModulo AssignmentMultiplication AssignmentLeftShift AssignmentOr AssignmentPlus AssignmentRightShift AssignmentUnsignedRightShift Equal NotEqual GreaterThan GreaterThanOrEqual LessThan LessThanOrEqual Addition Subtraction Division Multiplication Remainder Complement MinusMinus Negate PlusPlus LeftShift RightShift UnsignedRightShift parameters Parameter Parametrizable parameters OrdinaryParameter VariableLengthParameter references Reference next arraySelectors Argumentable arguments ReferenceableElement ElementReference target IdentifierReference MethodCall ReflectiveClassReference PrimitiveTypeReference type StringReference value SelfReference self statements StatementContainer statement StatementListContainer statements Conditional condition ForLoopInitializer Statement SwitchCase Assert errorMessage Break Block CatchBlock parameter Condition elseStatement Continue DefaultSwitchCase DoWhileLoop EmptyStatement ExpressionStatement expression ForLoop init updates ForEachLoop next collection Jump target JumpLabel LocalVariableStatement variable NormalSwitchCase Return returnValue Switch cases variable SynchronizedBlock lockProvider Throw throwable TryBlock catcheBlocks finallyBlock WhileLoop condition FeatureStatement FeatureStatementContainerStatement FeatureConditionElseStatement FeatureStatementListContainerStatements types Type TypedElement type TypeReference typedElement ClassifierReference target NamespaceClassifierReference classifierReferences PrimitiveType Boolean Byte Char Double Float Int Long Short Void variables Variable LocalVariable additionalLocalVariables AdditionalLocalVariable
null
{"directed":true,"nodes":[{"nsPrefix":"annotations","nsURI":"http://www.emftext.org/java/annotations","name":"annotations","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":"Commentable","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationInstanceOrModifier","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamespaceAwareElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"settings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceMethod","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"id":41,"eClass":"EGenericType"},{"nsPrefix":"arrays","nsURI":"http://www.emftext.org/java/arrays","name":"arrays","id":42,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayTypeable","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayDimension","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializer","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializationValue","instanceClass":null,"abstract":true,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInstantiationBySize","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInstantiationByValues","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArraySelector","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayDimensionsBefore","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"arrayDimensionsAfter","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"},{"container":false,"ordered":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":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":61,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sizes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayInitializer","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"nsPrefix":"classifiers","nsURI":"http://www.emftext.org/java/classifiers","name":"classifiers","id":77,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteClassifier","instanceClass":null,"abstract":true,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementor","instanceClass":null,"abstract":true,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousClass","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceableElement","instanceClass":null,"abstract":true,"id":86,"interface":false,"eClass":"EClass"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParametrizable","instanceClass":null,"abstract":true,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberContainer","instanceClass":null,"abstract":true,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":true,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotableAndModifiable","instanceClass":null,"abstract":true,"id":93,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"fullName","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeReference","instanceClass":null,"abstract":true,"id":104,"interface":false,"eClass":"EClass"},{"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":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"defaultExtends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extends","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":true,"unique":true,"name":"defaultExtends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumConstant","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"nsPrefix":"commons","nsURI":"http://www.emftext.org/java/commons","name":"commons","id":125,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureNamedElementName","instanceClass":null,"abstract":true,"id":128,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"comments","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":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":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"namespaces","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"nsPrefix":"containers","nsURI":"http://www.emftext.org/java/containers","name":"containers","id":140,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaRoot","instanceClass":null,"abstract":true,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyModel","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportingElement","instanceClass":null,"abstract":true,"id":145,"interface":false,"eClass":"EClass"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"compilationUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subpackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"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":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"nsPrefix":"expressions","nsURI":"http://www.emftext.org/java/expressions","name":"expressions","id":162,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionList","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentExpression","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentExpressionChild","instanceClass":null,"abstract":true,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpressionChild","instanceClass":null,"abstract":true,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalOrExpression","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalOrExpressionChild","instanceClass":null,"abstract":true,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalAndExpression","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalAndExpressionChild","instanceClass":null,"abstract":true,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InclusiveOrExpression","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InclusiveOrExpressionChild","instanceClass":null,"abstract":true,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExclusiveOrExpression","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExclusiveOrExpressionChild","instanceClass":null,"abstract":true,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExpression","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExpressionChild","instanceClass":null,"abstract":true,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualityExpression","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualityExpressionChild","instanceClass":null,"abstract":true,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceOfExpression","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceOfExpressionChild","instanceClass":null,"abstract":true,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationExpression","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationExpressionChild","instanceClass":null,"abstract":true,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShiftExpression","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShiftExpressionChild","instanceClass":null,"abstract":true,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditiveExpression","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditiveExpressionChild","instanceClass":null,"abstract":true,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicativeExpression","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicativeExpressionChild","instanceClass":null,"abstract":true,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpressionChild","instanceClass":null,"abstract":true,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryModificationExpression","instanceClass":null,"abstract":true,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrefixUnaryModificationExpression","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuffixUnaryModificationExpression","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryModificationExpressionChild","instanceClass":null,"abstract":true,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryExpression","instanceClass":null,"abstract":true,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedExpression","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForLoopInitializer","instanceClass":null,"abstract":true,"id":199,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"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":"child","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":"assignmentOperator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentOperator","instanceClass":null,"abstract":true,"id":210,"interface":false,"eClass":"EClass"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"container":false,"ordered":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":215,"derived":false},{"container":false,"ordered":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":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"equalityOperators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":242,"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":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualityOperator","instanceClass":null,"abstract":true,"id":245,"interface":false,"eClass":"EClass"},{"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":"child","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"},{"id":254,"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":255,"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":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationOperator","instanceClass":null,"abstract":true,"id":259,"interface":false,"eClass":"EClass"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":262,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"shiftOperators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShiftOperator","instanceClass":null,"abstract":true,"id":266,"interface":false,"eClass":"EClass"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":269,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additiveOperators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditiveOperator","instanceClass":null,"abstract":true,"id":273,"interface":false,"eClass":"EClass"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":1,"id":276,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiplicativeOperators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicativeOperator","instanceClass":null,"abstract":true,"id":280,"interface":false,"eClass":"EClass"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":283,"derived":false},{"container":false,"ordered":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":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryOperator","instanceClass":null,"abstract":true,"id":286,"interface":false,"eClass":"EClass"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":290,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryModificationOperator","instanceClass":null,"abstract":true,"id":294,"interface":false,"eClass":"EClass"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"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":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":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"nsPrefix":"generics","nsURI":"http://www.emftext.org/java/generics","name":"generics","id":308,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeArgument","instanceClass":null,"abstract":true,"id":309,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeArgumentable","instanceClass":null,"abstract":true,"id":310,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTypeArgumentable","instanceClass":null,"abstract":true,"id":311,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendsTypeArgument","instanceClass":null,"abstract":false,"id":312,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedTypeArgument","instanceClass":null,"abstract":false,"id":313,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperTypeArgument","instanceClass":null,"abstract":false,"id":314,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParameter","instanceClass":null,"abstract":false,"id":315,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnknownTypeArgument","instanceClass":null,"abstract":false,"id":316,"interface":false,"eClass":"EClass"},{"id":317,"eClass":"EGenericType"},{"container":false,"ordered":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":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callTypeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendTypes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"nsPrefix":"imports","nsURI":"http://www.emftext.org/java/imports","name":"imports","id":339,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":true,"id":340,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticImport","instanceClass":null,"abstract":true,"id":341,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierImport","instanceClass":null,"abstract":false,"id":342,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageImport","instanceClass":null,"abstract":false,"id":343,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticClassifierImport","instanceClass":null,"abstract":false,"id":344,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticMemberImport","instanceClass":null,"abstract":false,"id":345,"interface":false,"eClass":"EClass"},{"id":346,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"static","changeable":true,"resolveProxies":true,"lowerBound":1,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Static","instanceClass":null,"abstract":false,"id":352,"interface":false,"eClass":"EClass"},{"id":353,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"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":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"nsPrefix":"instantiations","nsURI":"http://www.emftext.org/java/instantiations","name":"instantiations","id":362,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initializable","instanceClass":null,"abstract":true,"id":363,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instantiation","instanceClass":null,"abstract":true,"id":364,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewConstructorCall","instanceClass":null,"abstract":false,"id":365,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExplicitConstructorCall","instanceClass":null,"abstract":false,"id":366,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Argumentable","instanceClass":null,"abstract":true,"id":370,"interface":false,"eClass":"EClass"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callTarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Self","instanceClass":null,"abstract":true,"id":381,"interface":false,"eClass":"EClass"},{"id":382,"eClass":"EGenericType"},{"nsPrefix":"literals","nsURI":"http://www.emftext.org/java/literals","name":"literals","id":383,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":true,"id":384,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":385,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterLiteral","instanceClass":null,"abstract":false,"id":386,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatLiteral","instanceClass":null,"abstract":true,"id":387,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleLiteral","instanceClass":null,"abstract":true,"id":388,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecimalFloatLiteral","instanceClass":null,"abstract":false,"id":389,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecimalDoubleLiteral","instanceClass":null,"abstract":false,"id":390,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HexFloatLiteral","instanceClass":null,"abstract":false,"id":391,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HexDoubleLiteral","instanceClass":null,"abstract":false,"id":392,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteral","instanceClass":null,"abstract":true,"id":393,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongLiteral","instanceClass":null,"abstract":true,"id":394,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecimalIntegerLiteral","instanceClass":null,"abstract":false,"id":395,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecimalLongLiteral","instanceClass":null,"abstract":false,"id":396,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HexIntegerLiteral","instanceClass":null,"abstract":false,"id":397,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HexLongLiteral","instanceClass":null,"abstract":false,"id":398,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OctalIntegerLiteral","instanceClass":null,"abstract":false,"id":399,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OctalLongLiteral","instanceClass":null,"abstract":false,"id":400,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":401,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Super","instanceClass":null,"abstract":false,"id":402,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"This","instanceClass":null,"abstract":false,"id":403,"interface":false,"eClass":"EClass"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"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":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":415,"derived":false},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":422,"derived":false},{"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":425,"derived":false},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"nsPrefix":"members","nsURI":"http://www.emftext.org/java/members","name":"members","id":437,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionThrower","instanceClass":null,"abstract":true,"id":438,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionalField","instanceClass":null,"abstract":false,"id":439,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constructor","instanceClass":null,"abstract":false,"id":440,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyMember","instanceClass":null,"abstract":false,"id":441,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":442,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":true,"id":443,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassMethod","instanceClass":null,"abstract":false,"id":444,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamespaceClassifierReference","instanceClass":null,"abstract":false,"id":447,"interface":false,"eClass":"EClass"},{"id":448,"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":"container","changeable":true,"resolveProxies":true,"lowerBound":1,"id":449,"derived":false},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"container":false,"ordered":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":452,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"defaultMembers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":453,"derived":false},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementListContainer","instanceClass":null,"abstract":true,"id":460,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parametrizable","instanceClass":null,"abstract":true,"id":461,"interface":false,"eClass":"EClass"},{"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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":true,"id":469,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additionalFields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":470,"derived":false},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"container":false,"ordered":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":488,"derived":false},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"nsPrefix":"modifiers","nsURI":"http://www.emftext.org/java/modifiers","name":"modifiers","id":493,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifier","instanceClass":null,"abstract":true,"id":494,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifiable","instanceClass":null,"abstract":true,"id":495,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstract","instanceClass":null,"abstract":false,"id":496,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Final","instanceClass":null,"abstract":false,"id":497,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Native","instanceClass":null,"abstract":false,"id":498,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Protected","instanceClass":null,"abstract":false,"id":499,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Public","instanceClass":null,"abstract":false,"id":500,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Private","instanceClass":null,"abstract":false,"id":501,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Strictfp","instanceClass":null,"abstract":false,"id":502,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Synchronized","instanceClass":null,"abstract":false,"id":503,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transient","instanceClass":null,"abstract":false,"id":504,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Volatile","instanceClass":null,"abstract":false,"id":505,"interface":false,"eClass":"EClass"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"container":false,"ordered":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":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"container":false,"ordered":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":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"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"},{"nsPrefix":"operators","nsURI":"http://www.emftext.org/java/operators","name":"operators","id":525,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":true,"id":526,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":527,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentAnd","instanceClass":null,"abstract":false,"id":528,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentDivision","instanceClass":null,"abstract":false,"id":529,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentExclusiveOr","instanceClass":null,"abstract":false,"id":530,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentMinus","instanceClass":null,"abstract":false,"id":531,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentModulo","instanceClass":null,"abstract":false,"id":532,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentMultiplication","instanceClass":null,"abstract":false,"id":533,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentLeftShift","instanceClass":null,"abstract":false,"id":534,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentOr","instanceClass":null,"abstract":false,"id":535,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentPlus","instanceClass":null,"abstract":false,"id":536,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentRightShift","instanceClass":null,"abstract":false,"id":537,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentUnsignedRightShift","instanceClass":null,"abstract":false,"id":538,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equal","instanceClass":null,"abstract":false,"id":539,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEqual","instanceClass":null,"abstract":false,"id":540,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterThan","instanceClass":null,"abstract":false,"id":541,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterThanOrEqual","instanceClass":null,"abstract":false,"id":542,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessThan","instanceClass":null,"abstract":false,"id":543,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessThanOrEqual","instanceClass":null,"abstract":false,"id":544,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Addition","instanceClass":null,"abstract":false,"id":545,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subtraction","instanceClass":null,"abstract":false,"id":546,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Division","instanceClass":null,"abstract":false,"id":547,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiplication","instanceClass":null,"abstract":false,"id":548,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Remainder","instanceClass":null,"abstract":false,"id":549,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Complement","instanceClass":null,"abstract":false,"id":550,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinusMinus","instanceClass":null,"abstract":false,"id":551,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Negate","instanceClass":null,"abstract":false,"id":552,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlusPlus","instanceClass":null,"abstract":false,"id":553,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftShift","instanceClass":null,"abstract":false,"id":554,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RightShift","instanceClass":null,"abstract":false,"id":555,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnsignedRightShift","instanceClass":null,"abstract":false,"id":556,"interface":false,"eClass":"EClass"},{"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"},{"nsPrefix":"parameters","nsURI":"http://www.emftext.org/java/parameters","name":"parameters","id":598,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":true,"id":599,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrdinaryParameter","instanceClass":null,"abstract":false,"id":600,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableLengthParameter","instanceClass":null,"abstract":false,"id":601,"interface":false,"eClass":"EClass"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"container":false,"ordered":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":604,"derived":false},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"nsPrefix":"references","nsURI":"http://www.emftext.org/java/references","name":"references","id":609,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementReference","instanceClass":null,"abstract":true,"id":610,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifierReference","instanceClass":null,"abstract":false,"id":611,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall","instanceClass":null,"abstract":false,"id":612,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReflectiveClassReference","instanceClass":null,"abstract":false,"id":613,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeReference","instanceClass":null,"abstract":false,"id":614,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringReference","instanceClass":null,"abstract":false,"id":615,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelfReference","instanceClass":null,"abstract":false,"id":616,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":617,"derived":false},{"container":false,"ordered":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":618,"derived":false},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"container":false,"ordered":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":623,"derived":false},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"container":false,"ordered":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":627,"derived":false},{"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"},{"container":false,"ordered":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":635,"derived":false},{"id":636,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":true,"id":637,"interface":false,"eClass":"EClass"},{"id":638,"eClass":"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":639,"derived":false},{"id":640,"eClass":"EGenericType"},{"id":641,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"self","changeable":true,"resolveProxies":true,"lowerBound":0,"id":642,"derived":false},{"id":643,"eClass":"EGenericType"},{"id":644,"eClass":"EGenericType"},{"nsPrefix":"statements","nsURI":"http://www.emftext.org/java/statements","name":"statements","id":645,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementContainer","instanceClass":null,"abstract":true,"id":646,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conditional","instanceClass":null,"abstract":true,"id":647,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":true,"id":648,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assert","instanceClass":null,"abstract":false,"id":649,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Break","instanceClass":null,"abstract":false,"id":650,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":651,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchBlock","instanceClass":null,"abstract":false,"id":652,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":653,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continue","instanceClass":null,"abstract":false,"id":654,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultSwitchCase","instanceClass":null,"abstract":false,"id":655,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoWhileLoop","instanceClass":null,"abstract":false,"id":656,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":657,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":658,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForLoop","instanceClass":null,"abstract":false,"id":659,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachLoop","instanceClass":null,"abstract":false,"id":660,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Jump","instanceClass":null,"abstract":true,"id":661,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JumpLabel","instanceClass":null,"abstract":false,"id":662,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVariableStatement","instanceClass":null,"abstract":false,"id":663,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NormalSwitchCase","instanceClass":null,"abstract":false,"id":664,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Return","instanceClass":null,"abstract":false,"id":665,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Switch","instanceClass":null,"abstract":false,"id":666,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronizedBlock","instanceClass":null,"abstract":false,"id":667,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Throw","instanceClass":null,"abstract":false,"id":668,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryBlock","instanceClass":null,"abstract":false,"id":669,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileLoop","instanceClass":null,"abstract":false,"id":670,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureStatement","instanceClass":null,"abstract":true,"id":671,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureStatementContainerStatement","instanceClass":null,"abstract":true,"id":672,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureConditionElseStatement","instanceClass":null,"abstract":true,"id":673,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureStatementListContainerStatements","instanceClass":null,"abstract":true,"id":674,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":675,"derived":false},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"container":false,"ordered":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":678,"derived":false},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"EGenericType"},{"container":false,"ordered":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":681,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"errorMessage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":690,"derived":false},{"id":691,"eClass":"EGenericType"},{"id":692,"eClass":"EGenericType"},{"id":693,"eClass":"EGenericType"},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"},{"id":698,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":699,"derived":false},{"id":700,"eClass":"EGenericType"},{"id":701,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":702,"derived":false},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"id":705,"eClass":"EGenericType"},{"id":706,"eClass":"EGenericType"},{"id":707,"eClass":"EGenericType"},{"id":708,"eClass":"EGenericType"},{"id":709,"eClass":"EGenericType"},{"id":710,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":711,"derived":false},{"id":712,"eClass":"EGenericType"},{"id":713,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":true,"lowerBound":0,"id":714,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"updates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":715,"derived":false},{"id":716,"eClass":"EGenericType"},{"id":717,"eClass":"EGenericType"},{"id":718,"eClass":"EGenericType"},{"id":719,"eClass":"EGenericType"},{"id":720,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":721,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":722,"derived":false},{"id":723,"eClass":"EGenericType"},{"id":724,"eClass":"EGenericType"},{"id":725,"eClass":"EGenericType"},{"id":726,"eClass":"EGenericType"},{"container":false,"ordered":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":727,"derived":false},{"id":728,"eClass":"EGenericType"},{"id":729,"eClass":"EGenericType"},{"id":730,"eClass":"EGenericType"},{"id":731,"eClass":"EGenericType"},{"id":732,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":733,"derived":false},{"id":734,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVariable","instanceClass":null,"abstract":false,"id":735,"interface":false,"eClass":"EClass"},{"id":736,"eClass":"EGenericType"},{"id":737,"eClass":"EGenericType"},{"id":738,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":739,"derived":false},{"id":740,"eClass":"EGenericType"},{"id":741,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":742,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":743,"derived":false},{"id":744,"eClass":"EGenericType"},{"id":745,"eClass":"EGenericType"},{"id":746,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lockProvider","changeable":true,"resolveProxies":true,"lowerBound":0,"id":747,"derived":false},{"id":748,"eClass":"EGenericType"},{"id":749,"eClass":"EGenericType"},{"id":750,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"throwable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":751,"derived":false},{"id":752,"eClass":"EGenericType"},{"id":753,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catcheBlocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":754,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finallyBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":755,"derived":false},{"id":756,"eClass":"EGenericType"},{"id":757,"eClass":"EGenericType"},{"id":758,"eClass":"EGenericType"},{"id":759,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":760,"derived":false},{"id":761,"eClass":"EGenericType"},{"id":762,"eClass":"EGenericType"},{"id":763,"eClass":"EGenericType"},{"id":764,"eClass":"EGenericType"},{"id":765,"eClass":"EGenericType"},{"id":766,"eClass":"EGenericType"},{"nsPrefix":"types","nsURI":"http://www.emftext.org/java/types","name":"types","id":767,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierReference","instanceClass":null,"abstract":false,"id":768,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"abstract":false,"id":769,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Byte","instanceClass":null,"abstract":false,"id":770,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Char","instanceClass":null,"abstract":false,"id":771,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"abstract":false,"id":772,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Float","instanceClass":null,"abstract":false,"id":773,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Int","instanceClass":null,"abstract":false,"id":774,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Long","instanceClass":null,"abstract":false,"id":775,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Short","instanceClass":null,"abstract":false,"id":776,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Void","instanceClass":null,"abstract":false,"id":777,"interface":false,"eClass":"EClass"},{"id":778,"eClass":"EGenericType"},{"container":false,"ordered":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":779,"derived":false},{"id":780,"eClass":"EGenericType"},{"id":781,"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":"typedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":782,"derived":false},{"id":783,"eClass":"EGenericType"},{"id":784,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":785,"derived":false},{"id":786,"eClass":"EGenericType"},{"id":787,"eClass":"EGenericType"},{"id":788,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifierReferences","changeable":true,"resolveProxies":true,"lowerBound":1,"id":789,"derived":false},{"id":790,"eClass":"EGenericType"},{"id":791,"eClass":"EGenericType"},{"id":792,"eClass":"EGenericType"},{"id":793,"eClass":"EGenericType"},{"id":794,"eClass":"EGenericType"},{"id":795,"eClass":"EGenericType"},{"id":796,"eClass":"EGenericType"},{"id":797,"eClass":"EGenericType"},{"id":798,"eClass":"EGenericType"},{"id":799,"eClass":"EGenericType"},{"id":800,"eClass":"EGenericType"},{"id":801,"eClass":"EGenericType"},{"id":802,"eClass":"EGenericType"},{"id":803,"eClass":"EGenericType"},{"nsPrefix":"variables","nsURI":"http://www.emftext.org/java/variables","name":"variables","id":804,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionalLocalVariable","instanceClass":null,"abstract":false,"id":805,"interface":false,"eClass":"EClass"},{"id":806,"eClass":"EGenericType"},{"id":807,"eClass":"EGenericType"},{"id":808,"eClass":"EGenericType"},{"id":809,"eClass":"EGenericType"},{"id":810,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additionalLocalVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":811,"derived":false},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":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":10,"target":2},{"source":10,"target":12},{"source":10,"target":1},{"source":12,"target":2},{"source":11,"target":9},{"source":2,"target":0},{"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":16,"target":21},{"source":16,"target":22},{"source":16,"target":2},{"source":22,"target":21},{"source":17,"target":3},{"source":17,"target":23},{"source":17,"target":2},{"source":23,"target":3},{"source":18,"target":13},{"source":19,"target":14},{"source":20,"target":15},{"source":3,"target":0},{"source":3,"target":9},{"source":3,"target":24},{"source":24,"target":9},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":25},{"source":4,"target":26},{"source":25,"target":7},{"source":25,"target":27},{"source":25,"target":4},{"source":27,"target":7},{"source":26,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":28},{"source":5,"target":29},{"source":28,"target":6},{"source":28,"target":30},{"source":28,"target":5},{"source":30,"target":6},{"source":29,"target":3},{"source":6,"target":0},{"source":6,"target":9},{"source":6,"target":31},{"source":6,"target":32},{"source":6,"target":33},{"source":31,"target":34},{"source":31,"target":35},{"source":31,"target":6},{"source":35,"target":34},{"source":32,"target":7},{"source":32,"target":36},{"source":32,"target":6},{"source":36,"target":7},{"source":33,"target":9},{"source":7,"target":0},{"source":7,"target":9},{"source":7,"target":37},{"source":37,"target":9},{"source":8,"target":0},{"source":8,"target":34},{"source":8,"target":38},{"source":8,"target":39},{"source":38,"target":40},{"source":38,"target":41},{"source":38,"target":8},{"source":41,"target":40},{"source":39,"target":34},{"source":42,"target":43},{"source":42,"target":44},{"source":42,"target":45},{"source":42,"target":46},{"source":42,"target":47},{"source":42,"target":48},{"source":42,"target":49},{"source":43,"target":42},{"source":43,"target":9},{"source":43,"target":50},{"source":43,"target":51},{"source":43,"target":52},{"source":50,"target":44},{"source":50,"target":53},{"source":50,"target":43},{"source":53,"target":44},{"source":51,"target":44},{"source":51,"target":54},{"source":51,"target":43},{"source":54,"target":44},{"source":52,"target":9},{"source":44,"target":42},{"source":44,"target":9},{"source":44,"target":55},{"source":55,"target":9},{"source":45,"target":42},{"source":45,"target":46},{"source":45,"target":7},{"source":45,"target":56},{"source":45,"target":57},{"source":45,"target":58},{"source":56,"target":46},{"source":56,"target":59},{"source":56,"target":45},{"source":59,"target":46},{"source":57,"target":46},{"source":58,"target":7},{"source":46,"target":42},{"source":46,"target":9},{"source":46,"target":60},{"source":60,"target":9},{"source":47,"target":42},{"source":47,"target":40},{"source":47,"target":61},{"source":47,"target":43},{"source":47,"target":13},{"source":47,"target":62},{"source":47,"target":63},{"source":47,"target":64},{"source":47,"target":65},{"source":47,"target":66},{"source":62,"target":40},{"source":62,"target":67},{"source":62,"target":47},{"source":67,"target":40},{"source":63,"target":40},{"source":64,"target":61},{"source":65,"target":43},{"source":66,"target":13},{"source":48,"target":42},{"source":48,"target":40},{"source":48,"target":61},{"source":48,"target":43},{"source":48,"target":13},{"source":48,"target":68},{"source":48,"target":69},{"source":48,"target":70},{"source":48,"target":71},{"source":48,"target":72},{"source":68,"target":45},{"source":68,"target":73},{"source":68,"target":48},{"source":73,"target":45},{"source":69,"target":40},{"source":70,"target":61},{"source":71,"target":43},{"source":72,"target":13},{"source":49,"target":42},{"source":49,"target":9},{"source":49,"target":74},{"source":49,"target":75},{"source":74,"target":40},{"source":74,"target":76},{"source":74,"target":49},{"source":76,"target":40},{"source":75,"target":9},{"source":77,"target":21},{"source":77,"target":78},{"source":77,"target":79},{"source":77,"target":80},{"source":77,"target":81},{"source":77,"target":82},{"source":77,"target":83},{"source":77,"target":84},{"source":21,"target":77},{"source":21,"target":85},{"source":21,"target":86},{"source":21,"target":87},{"source":21,"target":88},{"source":87,"target":85},{"source":88,"target":86},{"source":78,"target":77},{"source":78,"target":21},{"source":78,"target":89},{"source":78,"target":90},{"source":78,"target":91},{"source":78,"target":92},{"source":78,"target":93},{"source":78,"target":94},{"source":78,"target":95},{"source":78,"target":96},{"source":78,"target":97},{"source":78,"target":98},{"source":78,"target":99},{"source":78,"target":100},{"source":94,"target":101},{"source":94,"target":78},{"source":95,"target":21},{"source":96,"target":89},{"source":97,"target":90},{"source":98,"target":91},{"source":99,"target":92},{"source":100,"target":93},{"source":79,"target":77},{"source":79,"target":9},{"source":79,"target":102},{"source":79,"target":103},{"source":102,"target":104},{"source":102,"target":105},{"source":102,"target":79},{"source":105,"target":104},{"source":103,"target":9},{"source":80,"target":77},{"source":80,"target":78},{"source":80,"target":79},{"source":80,"target":106},{"source":80,"target":107},{"source":80,"target":108},{"source":80,"target":109},{"source":106,"target":104},{"source":106,"target":110},{"source":106,"target":80},{"source":110,"target":104},{"source":107,"target":104},{"source":107,"target":111},{"source":107,"target":80},{"source":111,"target":104},{"source":108,"target":78},{"source":109,"target":79},{"source":81,"target":77},{"source":81,"target":78},{"source":81,"target":112},{"source":81,"target":113},{"source":81,"target":114},{"source":112,"target":104},{"source":112,"target":115},{"source":112,"target":81},{"source":115,"target":104},{"source":113,"target":104},{"source":113,"target":116},{"source":113,"target":81},{"source":116,"target":104},{"source":114,"target":78},{"source":82,"target":77},{"source":82,"target":78},{"source":82,"target":79},{"source":82,"target":117},{"source":82,"target":118},{"source":82,"target":119},{"source":117,"target":120},{"source":117,"target":121},{"source":117,"target":82},{"source":121,"target":120},{"source":118,"target":78},{"source":119,"target":79},{"source":83,"target":77},{"source":83,"target":78},{"source":83,"target":122},{"source":122,"target":78},{"source":84,"target":77},{"source":84,"target":85},{"source":84,"target":90},{"source":84,"target":123},{"source":84,"target":124},{"source":123,"target":85},{"source":124,"target":90},{"source":125,"target":9},{"source":125,"target":126},{"source":125,"target":15},{"source":125,"target":127},{"source":125,"target":128},{"source":9,"target":125},{"source":9,"target":129},{"source":129,"target":130},{"source":129,"target":9},{"source":126,"target":125},{"source":126,"target":9},{"source":126,"target":131},{"source":126,"target":132},{"source":131,"target":128},{"source":131,"target":133},{"source":131,"target":126},{"source":133,"target":128},{"source":132,"target":9},{"source":15,"target":125},{"source":15,"target":9},{"source":15,"target":134},{"source":15,"target":135},{"source":134,"target":136},{"source":134,"target":15},{"source":135,"target":9},{"source":127,"target":125},{"source":127,"target":128},{"source":127,"target":9},{"source":127,"target":137},{"source":127,"target":138},{"source":127,"target":139},{"source":137,"target":128},{"source":138,"target":9},{"source":128,"target":125},{"source":140,"target":141},{"source":140,"target":142},{"source":140,"target":143},{"source":140,"target":144},{"source":141,"target":140},{"source":141,"target":126},{"source":141,"target":15},{"source":141,"target":145},{"source":141,"target":146},{"source":141,"target":147},{"source":141,"target":148},{"source":146,"target":126},{"source":147,"target":15},{"source":148,"target":145},{"source":142,"target":140},{"source":142,"target":141},{"source":142,"target":149},{"source":142,"target":150},{"source":149,"target":78},{"source":149,"target":151},{"source":149,"target":142},{"source":151,"target":78},{"source":150,"target":141},{"source":143,"target":140},{"source":143,"target":141},{"source":143,"target":1},{"source":143,"target":86},{"source":143,"target":152},{"source":143,"target":153},{"source":143,"target":154},{"source":143,"target":155},{"source":143,"target":156},{"source":143,"target":157},{"source":152,"target":142},{"source":152,"target":158},{"source":152,"target":143},{"source":158,"target":142},{"source":153,"target":143},{"source":153,"target":159},{"source":153,"target":143},{"source":153,"target":154},{"source":159,"target":143},{"source":154,"target":143},{"source":154,"target":160},{"source":154,"target":143},{"source":154,"target":153},{"source":160,"target":143},{"source":155,"target":141},{"source":156,"target":1},{"source":157,"target":86},{"source":144,"target":140},{"source":144,"target":141},{"source":144,"target":161},{"source":161,"target":141},{"source":162,"target":163},{"source":162,"target":40},{"source":162,"target":164},{"source":162,"target":165},{"source":162,"target":166},{"source":162,"target":167},{"source":162,"target":168},{"source":162,"target":169},{"source":162,"target":170},{"source":162,"target":171},{"source":162,"target":172},{"source":162,"target":173},{"source":162,"target":174},{"source":162,"target":175},{"source":162,"target":176},{"source":162,"target":177},{"source":162,"target":178},{"source":162,"target":179},{"source":162,"target":180},{"source":162,"target":181},{"source":162,"target":182},{"source":162,"target":183},{"source":162,"target":184},{"source":162,"target":185},{"source":162,"target":186},{"source":162,"target":187},{"source":162,"target":188},{"source":162,"target":189},{"source":162,"target":190},{"source":162,"target":191},{"source":162,"target":192},{"source":162,"target":193},{"source":162,"target":194},{"source":162,"target":195},{"source":162,"target":196},{"source":162,"target":197},{"source":162,"target":198},{"source":163,"target":162},{"source":163,"target":199},{"source":163,"target":200},{"source":163,"target":201},{"source":200,"target":40},{"source":200,"target":202},{"source":200,"target":163},{"source":202,"target":40},{"source":201,"target":199},{"source":40,"target":162},{"source":40,"target":46},{"source":40,"target":7},{"source":40,"target":203},{"source":40,"target":204},{"source":203,"target":46},{"source":204,"target":7},{"source":164,"target":162},{"source":164,"target":40},{"source":164,"target":205},{"source":164,"target":206},{"source":164,"target":207},{"source":164,"target":208},{"source":205,"target":165},{"source":205,"target":209},{"source":205,"target":164},{"source":209,"target":165},{"source":206,"target":210},{"source":206,"target":211},{"source":206,"target":164},{"source":211,"target":210},{"source":207,"target":40},{"source":207,"target":212},{"source":207,"target":164},{"source":212,"target":40},{"source":208,"target":40},{"source":165,"target":162},{"source":165,"target":40},{"source":165,"target":213},{"source":213,"target":40},{"source":166,"target":162},{"source":166,"target":165},{"source":166,"target":214},{"source":166,"target":215},{"source":166,"target":216},{"source":166,"target":217},{"source":214,"target":167},{"source":214,"target":218},{"source":214,"target":166},{"source":218,"target":167},{"source":215,"target":40},{"source":215,"target":219},{"source":215,"target":166},{"source":219,"target":40},{"source":216,"target":165},{"source":216,"target":220},{"source":216,"target":166},{"source":220,"target":165},{"source":217,"target":165},{"source":167,"target":162},{"source":167,"target":165},{"source":167,"target":221},{"source":221,"target":165},{"source":168,"target":162},{"source":168,"target":167},{"source":168,"target":222},{"source":168,"target":223},{"source":222,"target":169},{"source":222,"target":224},{"source":222,"target":168},{"source":224,"target":169},{"source":223,"target":167},{"source":169,"target":162},{"source":169,"target":167},{"source":169,"target":225},{"source":225,"target":167},{"source":170,"target":162},{"source":170,"target":169},{"source":170,"target":226},{"source":170,"target":227},{"source":226,"target":171},{"source":226,"target":228},{"source":226,"target":170},{"source":228,"target":171},{"source":227,"target":169},{"source":171,"target":162},{"source":171,"target":169},{"source":171,"target":229},{"source":229,"target":169},{"source":172,"target":162},{"source":172,"target":171},{"source":172,"target":230},{"source":172,"target":231},{"source":230,"target":173},{"source":230,"target":232},{"source":230,"target":172},{"source":232,"target":173},{"source":231,"target":171},{"source":173,"target":162},{"source":173,"target":171},{"source":173,"target":233},{"source":233,"target":171},{"source":174,"target":162},{"source":174,"target":173},{"source":174,"target":234},{"source":174,"target":235},{"source":234,"target":175},{"source":234,"target":236},{"source":234,"target":174},{"source":236,"target":175},{"source":235,"target":173},{"source":175,"target":162},{"source":175,"target":173},{"source":175,"target":237},{"source":237,"target":173},{"source":176,"target":162},{"source":176,"target":175},{"source":176,"target":238},{"source":176,"target":239},{"source":238,"target":177},{"source":238,"target":240},{"source":238,"target":176},{"source":240,"target":177},{"source":239,"target":175},{"source":177,"target":162},{"source":177,"target":175},{"source":177,"target":241},{"source":241,"target":175},{"source":178,"target":162},{"source":178,"target":177},{"source":178,"target":242},{"source":178,"target":243},{"source":178,"target":244},{"source":242,"target":245},{"source":242,"target":246},{"source":242,"target":178},{"source":246,"target":245},{"source":243,"target":179},{"source":243,"target":247},{"source":243,"target":178},{"source":247,"target":179},{"source":244,"target":177},{"source":179,"target":162},{"source":179,"target":177},{"source":179,"target":248},{"source":248,"target":177},{"source":180,"target":162},{"source":180,"target":43},{"source":180,"target":61},{"source":180,"target":179},{"source":180,"target":249},{"source":180,"target":250},{"source":180,"target":251},{"source":180,"target":252},{"source":249,"target":181},{"source":249,"target":253},{"source":249,"target":180},{"source":253,"target":181},{"source":250,"target":43},{"source":251,"target":61},{"source":252,"target":179},{"source":181,"target":162},{"source":181,"target":179},{"source":181,"target":254},{"source":254,"target":179},{"source":182,"target":162},{"source":182,"target":181},{"source":182,"target":255},{"source":182,"target":256},{"source":182,"target":257},{"source":255,"target":183},{"source":255,"target":258},{"source":255,"target":182},{"source":258,"target":183},{"source":256,"target":259},{"source":256,"target":260},{"source":256,"target":182},{"source":260,"target":259},{"source":257,"target":181},{"source":183,"target":162},{"source":183,"target":181},{"source":183,"target":261},{"source":261,"target":181},{"source":184,"target":162},{"source":184,"target":183},{"source":184,"target":262},{"source":184,"target":263},{"source":184,"target":264},{"source":262,"target":185},{"source":262,"target":265},{"source":262,"target":184},{"source":265,"target":185},{"source":263,"target":266},{"source":263,"target":267},{"source":263,"target":184},{"source":267,"target":266},{"source":264,"target":183},{"source":185,"target":162},{"source":185,"target":183},{"source":185,"target":268},{"source":268,"target":183},{"source":186,"target":162},{"source":186,"target":185},{"source":186,"target":269},{"source":186,"target":270},{"source":186,"target":271},{"source":269,"target":187},{"source":269,"target":272},{"source":269,"target":186},{"source":272,"target":187},{"source":270,"target":273},{"source":270,"target":274},{"source":270,"target":186},{"source":274,"target":273},{"source":271,"target":185},{"source":187,"target":162},{"source":187,"target":185},{"source":187,"target":275},{"source":275,"target":185},{"source":188,"target":162},{"source":188,"target":187},{"source":188,"target":276},{"source":188,"target":277},{"source":188,"target":278},{"source":276,"target":189},{"source":276,"target":279},{"source":276,"target":188},{"source":279,"target":189},{"source":277,"target":280},{"source":277,"target":281},{"source":277,"target":188},{"source":281,"target":280},{"source":278,"target":187},{"source":189,"target":162},{"source":189,"target":187},{"source":189,"target":282},{"source":282,"target":187},{"source":190,"target":162},{"source":190,"target":189},{"source":190,"target":283},{"source":190,"target":284},{"source":190,"target":285},{"source":283,"target":286},{"source":283,"target":287},{"source":283,"target":190},{"source":287,"target":286},{"source":284,"target":191},{"source":284,"target":288},{"source":284,"target":190},{"source":288,"target":191},{"source":285,"target":189},{"source":191,"target":162},{"source":191,"target":189},{"source":191,"target":289},{"source":289,"target":189},{"source":192,"target":162},{"source":192,"target":191},{"source":192,"target":290},{"source":192,"target":291},{"source":192,"target":292},{"source":290,"target":195},{"source":290,"target":293},{"source":290,"target":192},{"source":293,"target":195},{"source":291,"target":294},{"source":291,"target":295},{"source":291,"target":192},{"source":295,"target":294},{"source":292,"target":191},{"source":193,"target":162},{"source":193,"target":192},{"source":193,"target":296},{"source":296,"target":192},{"source":194,"target":162},{"source":194,"target":192},{"source":194,"target":297},{"source":297,"target":192},{"source":195,"target":162},{"source":195,"target":191},{"source":195,"target":298},{"source":298,"target":191},{"source":196,"target":162},{"source":196,"target":61},{"source":196,"target":43},{"source":196,"target":195},{"source":196,"target":299},{"source":196,"target":300},{"source":196,"target":301},{"source":196,"target":302},{"source":299,"target":189},{"source":299,"target":303},{"source":299,"target":196},{"source":303,"target":189},{"source":300,"target":61},{"source":301,"target":43},{"source":302,"target":195},{"source":197,"target":162},{"source":197,"target":195},{"source":197,"target":304},{"source":304,"target":195},{"source":198,"target":162},{"source":198,"target":13},{"source":198,"target":305},{"source":198,"target":306},{"source":305,"target":40},{"source":305,"target":307},{"source":305,"target":198},{"source":307,"target":40},{"source":306,"target":13},{"source":308,"target":309},{"source":308,"target":310},{"source":308,"target":311},{"source":308,"target":89},{"source":308,"target":312},{"source":308,"target":313},{"source":308,"target":314},{"source":308,"target":315},{"source":308,"target":316},{"source":309,"target":308},{"source":309,"target":43},{"source":309,"target":317},{"source":317,"target":43},{"source":310,"target":308},{"source":310,"target":9},{"source":310,"target":318},{"source":310,"target":319},{"source":318,"target":309},{"source":318,"target":320},{"source":318,"target":310},{"source":320,"target":309},{"source":319,"target":9},{"source":311,"target":308},{"source":311,"target":9},{"source":311,"target":321},{"source":311,"target":322},{"source":321,"target":309},{"source":321,"target":323},{"source":321,"target":311},{"source":323,"target":309},{"source":322,"target":9},{"source":89,"target":308},{"source":89,"target":9},{"source":89,"target":324},{"source":89,"target":325},{"source":324,"target":315},{"source":324,"target":326},{"source":324,"target":89},{"source":326,"target":315},{"source":325,"target":9},{"source":312,"target":308},{"source":312,"target":309},{"source":312,"target":327},{"source":312,"target":328},{"source":327,"target":104},{"source":327,"target":329},{"source":327,"target":312},{"source":329,"target":104},{"source":328,"target":309},{"source":313,"target":308},{"source":313,"target":309},{"source":313,"target":61},{"source":313,"target":330},{"source":313,"target":331},{"source":330,"target":309},{"source":331,"target":61},{"source":314,"target":308},{"source":314,"target":309},{"source":314,"target":332},{"source":314,"target":333},{"source":332,"target":104},{"source":332,"target":334},{"source":332,"target":314},{"source":334,"target":104},{"source":333,"target":309},{"source":315,"target":308},{"source":315,"target":21},{"source":315,"target":335},{"source":315,"target":336},{"source":335,"target":104},{"source":335,"target":337},{"source":335,"target":315},{"source":337,"target":104},{"source":336,"target":21},{"source":316,"target":308},{"source":316,"target":309},{"source":316,"target":338},{"source":338,"target":309},{"source":339,"target":340},{"source":339,"target":145},{"source":339,"target":341},{"source":339,"target":342},{"source":339,"target":343},{"source":339,"target":344},{"source":339,"target":345},{"source":340,"target":339},{"source":340,"target":15},{"source":340,"target":346},{"source":346,"target":15},{"source":145,"target":339},{"source":145,"target":9},{"source":145,"target":347},{"source":145,"target":348},{"source":347,"target":340},{"source":347,"target":349},{"source":347,"target":145},{"source":349,"target":340},{"source":348,"target":9},{"source":341,"target":339},{"source":341,"target":340},{"source":341,"target":350},{"source":341,"target":351},{"source":350,"target":352},{"source":350,"target":353},{"source":350,"target":341},{"source":353,"target":352},{"source":351,"target":340},{"source":342,"target":339},{"source":342,"target":340},{"source":342,"target":354},{"source":342,"target":355},{"source":354,"target":78},{"source":354,"target":356},{"source":354,"target":342},{"source":356,"target":78},{"source":355,"target":340},{"source":343,"target":339},{"source":343,"target":340},{"source":343,"target":357},{"source":357,"target":340},{"source":344,"target":339},{"source":344,"target":341},{"source":344,"target":358},{"source":358,"target":341},{"source":345,"target":339},{"source":345,"target":341},{"source":345,"target":359},{"source":345,"target":360},{"source":359,"target":86},{"source":359,"target":361},{"source":359,"target":345},{"source":361,"target":86},{"source":360,"target":341},{"source":362,"target":363},{"source":362,"target":364},{"source":362,"target":365},{"source":362,"target":366},{"source":363,"target":362},{"source":363,"target":9},{"source":363,"target":367},{"source":363,"target":368},{"source":367,"target":40},{"source":367,"target":369},{"source":367,"target":363},{"source":369,"target":40},{"source":368,"target":9},{"source":364,"target":362},{"source":364,"target":61},{"source":364,"target":13},{"source":364,"target":370},{"source":364,"target":310},{"source":364,"target":371},{"source":364,"target":372},{"source":364,"target":373},{"source":364,"target":374},{"source":371,"target":61},{"source":372,"target":13},{"source":373,"target":370},{"source":374,"target":310},{"source":365,"target":362},{"source":365,"target":364},{"source":365,"target":311},{"source":365,"target":375},{"source":365,"target":376},{"source":365,"target":377},{"source":375,"target":84},{"source":375,"target":378},{"source":375,"target":365},{"source":378,"target":84},{"source":376,"target":364},{"source":377,"target":311},{"source":366,"target":362},{"source":366,"target":364},{"source":366,"target":379},{"source":366,"target":380},{"source":379,"target":381},{"source":379,"target":382},{"source":379,"target":366},{"source":382,"target":381},{"source":380,"target":364},{"source":383,"target":384},{"source":383,"target":381},{"source":383,"target":385},{"source":383,"target":386},{"source":383,"target":387},{"source":383,"target":388},{"source":383,"target":389},{"source":383,"target":390},{"source":383,"target":391},{"source":383,"target":392},{"source":383,"target":393},{"source":383,"target":394},{"source":383,"target":395},{"source":383,"target":396},{"source":383,"target":397},{"source":383,"target":398},{"source":383,"target":399},{"source":383,"target":400},{"source":383,"target":401},{"source":383,"target":402},{"source":383,"target":403},{"source":384,"target":383},{"source":384,"target":197},{"source":384,"target":404},{"source":404,"target":197},{"source":381,"target":383},{"source":381,"target":9},{"source":381,"target":405},{"source":405,"target":9},{"source":385,"target":383},{"source":385,"target":384},{"source":385,"target":406},{"source":385,"target":407},{"source":406,"target":408},{"source":406,"target":385},{"source":407,"target":384},{"source":386,"target":383},{"source":386,"target":384},{"source":386,"target":409},{"source":386,"target":410},{"source":409,"target":411},{"source":409,"target":386},{"source":410,"target":384},{"source":387,"target":383},{"source":387,"target":384},{"source":387,"target":412},{"source":387,"target":413},{"source":412,"target":414},{"source":412,"target":387},{"source":413,"target":384},{"source":388,"target":383},{"source":388,"target":384},{"source":388,"target":415},{"source":388,"target":416},{"source":415,"target":417},{"source":415,"target":388},{"source":416,"target":384},{"source":389,"target":383},{"source":389,"target":387},{"source":389,"target":418},{"source":418,"target":387},{"source":390,"target":383},{"source":390,"target":388},{"source":390,"target":419},{"source":419,"target":388},{"source":391,"target":383},{"source":391,"target":387},{"source":391,"target":420},{"source":420,"target":387},{"source":392,"target":383},{"source":392,"target":388},{"source":392,"target":421},{"source":421,"target":388},{"source":393,"target":383},{"source":393,"target":384},{"source":393,"target":422},{"source":393,"target":423},{"source":422,"target":424},{"source":422,"target":393},{"source":423,"target":384},{"source":394,"target":383},{"source":394,"target":384},{"source":394,"target":425},{"source":394,"target":426},{"source":425,"target":427},{"source":425,"target":394},{"source":426,"target":384},{"source":395,"target":383},{"source":395,"target":393},{"source":395,"target":428},{"source":428,"target":393},{"source":396,"target":383},{"source":396,"target":394},{"source":396,"target":429},{"source":429,"target":394},{"source":397,"target":383},{"source":397,"target":393},{"source":397,"target":430},{"source":430,"target":393},{"source":398,"target":383},{"source":398,"target":394},{"source":398,"target":431},{"source":431,"target":394},{"source":399,"target":383},{"source":399,"target":393},{"source":399,"target":432},{"source":432,"target":393},{"source":400,"target":383},{"source":400,"target":394},{"source":400,"target":433},{"source":433,"target":394},{"source":401,"target":383},{"source":401,"target":384},{"source":401,"target":434},{"source":434,"target":384},{"source":402,"target":383},{"source":402,"target":381},{"source":402,"target":435},{"source":435,"target":381},{"source":403,"target":383},{"source":403,"target":381},{"source":403,"target":436},{"source":436,"target":381},{"source":437,"target":438},{"source":437,"target":91},{"source":437,"target":90},{"source":437,"target":439},{"source":437,"target":440},{"source":437,"target":441},{"source":437,"target":442},{"source":437,"target":443},{"source":437,"target":34},{"source":437,"target":444},{"source":437,"target":120},{"source":438,"target":437},{"source":438,"target":9},{"source":438,"target":445},{"source":438,"target":446},{"source":445,"target":447},{"source":445,"target":448},{"source":445,"target":438},{"source":448,"target":447},{"source":446,"target":9},{"source":91,"target":437},{"source":91,"target":126},{"source":91,"target":449},{"source":91,"target":450},{"source":449,"target":90},{"source":449,"target":451},{"source":449,"target":91},{"source":449,"target":452},{"source":451,"target":90},{"source":450,"target":126},{"source":90,"target":437},{"source":90,"target":9},{"source":90,"target":452},{"source":90,"target":453},{"source":90,"target":454},{"source":452,"target":91},{"source":452,"target":455},{"source":452,"target":90},{"source":452,"target":449},{"source":455,"target":91},{"source":453,"target":91},{"source":453,"target":456},{"source":453,"target":90},{"source":456,"target":91},{"source":454,"target":9},{"source":439,"target":437},{"source":439,"target":86},{"source":439,"target":43},{"source":439,"target":363},{"source":439,"target":457},{"source":439,"target":458},{"source":439,"target":459},{"source":457,"target":86},{"source":458,"target":43},{"source":459,"target":363},{"source":440,"target":437},{"source":440,"target":91},{"source":440,"target":460},{"source":440,"target":461},{"source":440,"target":89},{"source":440,"target":438},{"source":440,"target":93},{"source":440,"target":462},{"source":440,"target":463},{"source":440,"target":464},{"source":440,"target":465},{"source":440,"target":466},{"source":440,"target":467},{"source":462,"target":91},{"source":463,"target":460},{"source":464,"target":461},{"source":465,"target":89},{"source":466,"target":438},{"source":467,"target":93},{"source":441,"target":437},{"source":441,"target":91},{"source":441,"target":468},{"source":468,"target":91},{"source":442,"target":437},{"source":442,"target":91},{"source":442,"target":363},{"source":442,"target":469},{"source":442,"target":86},{"source":442,"target":93},{"source":442,"target":470},{"source":442,"target":471},{"source":442,"target":472},{"source":442,"target":473},{"source":442,"target":474},{"source":442,"target":475},{"source":470,"target":439},{"source":470,"target":476},{"source":470,"target":442},{"source":476,"target":439},{"source":471,"target":91},{"source":472,"target":363},{"source":473,"target":469},{"source":474,"target":86},{"source":475,"target":93},{"source":443,"target":437},{"source":443,"target":91},{"source":443,"target":61},{"source":443,"target":43},{"source":443,"target":89},{"source":443,"target":461},{"source":443,"target":86},{"source":443,"target":438},{"source":443,"target":93},{"source":443,"target":477},{"source":443,"target":478},{"source":443,"target":479},{"source":443,"target":480},{"source":443,"target":481},{"source":443,"target":482},{"source":443,"target":483},{"source":443,"target":484},{"source":477,"target":91},{"source":478,"target":61},{"source":479,"target":43},{"source":480,"target":89},{"source":481,"target":461},{"source":482,"target":86},{"source":483,"target":438},{"source":484,"target":93},{"source":34,"target":437},{"source":34,"target":443},{"source":34,"target":485},{"source":485,"target":443},{"source":444,"target":437},{"source":444,"target":443},{"source":444,"target":460},{"source":444,"target":486},{"source":444,"target":487},{"source":486,"target":443},{"source":487,"target":460},{"source":120,"target":437},{"source":120,"target":86},{"source":120,"target":370},{"source":120,"target":1},{"source":120,"target":488},{"source":120,"target":489},{"source":120,"target":490},{"source":120,"target":491},{"source":488,"target":84},{"source":488,"target":492},{"source":488,"target":120},{"source":492,"target":84},{"source":489,"target":86},{"source":490,"target":370},{"source":491,"target":1},{"source":493,"target":494},{"source":493,"target":14},{"source":493,"target":93},{"source":493,"target":495},{"source":493,"target":496},{"source":493,"target":497},{"source":493,"target":498},{"source":493,"target":499},{"source":493,"target":500},{"source":493,"target":501},{"source":493,"target":352},{"source":493,"target":502},{"source":493,"target":503},{"source":493,"target":504},{"source":493,"target":505},{"source":494,"target":493},{"source":494,"target":14},{"source":494,"target":506},{"source":506,"target":14},{"source":14,"target":493},{"source":14,"target":9},{"source":14,"target":507},{"source":507,"target":9},{"source":93,"target":493},{"source":93,"target":9},{"source":93,"target":508},{"source":93,"target":509},{"source":508,"target":14},{"source":508,"target":510},{"source":508,"target":93},{"source":510,"target":14},{"source":509,"target":9},{"source":495,"target":493},{"source":495,"target":9},{"source":495,"target":511},{"source":495,"target":512},{"source":511,"target":494},{"source":511,"target":513},{"source":511,"target":495},{"source":513,"target":494},{"source":512,"target":9},{"source":496,"target":493},{"source":496,"target":494},{"source":496,"target":514},{"source":514,"target":494},{"source":497,"target":493},{"source":497,"target":494},{"source":497,"target":515},{"source":515,"target":494},{"source":498,"target":493},{"source":498,"target":494},{"source":498,"target":516},{"source":516,"target":494},{"source":499,"target":493},{"source":499,"target":494},{"source":499,"target":517},{"source":517,"target":494},{"source":500,"target":493},{"source":500,"target":494},{"source":500,"target":518},{"source":518,"target":494},{"source":501,"target":493},{"source":501,"target":494},{"source":501,"target":519},{"source":519,"target":494},{"source":352,"target":493},{"source":352,"target":494},{"source":352,"target":520},{"source":520,"target":494},{"source":502,"target":493},{"source":502,"target":494},{"source":502,"target":521},{"source":521,"target":494},{"source":503,"target":493},{"source":503,"target":494},{"source":503,"target":522},{"source":522,"target":494},{"source":504,"target":493},{"source":504,"target":494},{"source":504,"target":523},{"source":523,"target":494},{"source":505,"target":493},{"source":505,"target":494},{"source":505,"target":524},{"source":524,"target":494},{"source":525,"target":526},{"source":525,"target":273},{"source":525,"target":210},{"source":525,"target":245},{"source":525,"target":280},{"source":525,"target":259},{"source":525,"target":266},{"source":525,"target":286},{"source":525,"target":294},{"source":525,"target":527},{"source":525,"target":528},{"source":525,"target":529},{"source":525,"target":530},{"source":525,"target":531},{"source":525,"target":532},{"source":525,"target":533},{"source":525,"target":534},{"source":525,"target":535},{"source":525,"target":536},{"source":525,"target":537},{"source":525,"target":538},{"source":525,"target":539},{"source":525,"target":540},{"source":525,"target":541},{"source":525,"target":542},{"source":525,"target":543},{"source":525,"target":544},{"source":525,"target":545},{"source":525,"target":546},{"source":525,"target":547},{"source":525,"target":548},{"source":525,"target":549},{"source":525,"target":550},{"source":525,"target":551},{"source":525,"target":552},{"source":525,"target":553},{"source":525,"target":554},{"source":525,"target":555},{"source":525,"target":556},{"source":526,"target":525},{"source":526,"target":9},{"source":526,"target":557},{"source":557,"target":9},{"source":273,"target":525},{"source":273,"target":526},{"source":273,"target":558},{"source":558,"target":526},{"source":210,"target":525},{"source":210,"target":526},{"source":210,"target":559},{"source":559,"target":526},{"source":245,"target":525},{"source":245,"target":526},{"source":245,"target":560},{"source":560,"target":526},{"source":280,"target":525},{"source":280,"target":526},{"source":280,"target":561},{"source":561,"target":526},{"source":259,"target":525},{"source":259,"target":526},{"source":259,"target":562},{"source":562,"target":526},{"source":266,"target":525},{"source":266,"target":526},{"source":266,"target":563},{"source":563,"target":526},{"source":286,"target":525},{"source":286,"target":526},{"source":286,"target":564},{"source":564,"target":526},{"source":294,"target":525},{"source":294,"target":526},{"source":294,"target":565},{"source":565,"target":526},{"source":527,"target":525},{"source":527,"target":210},{"source":527,"target":566},{"source":566,"target":210},{"source":528,"target":525},{"source":528,"target":210},{"source":528,"target":567},{"source":567,"target":210},{"source":529,"target":525},{"source":529,"target":210},{"source":529,"target":568},{"source":568,"target":210},{"source":530,"target":525},{"source":530,"target":210},{"source":530,"target":569},{"source":569,"target":210},{"source":531,"target":525},{"source":531,"target":210},{"source":531,"target":570},{"source":570,"target":210},{"source":532,"target":525},{"source":532,"target":210},{"source":532,"target":571},{"source":571,"target":210},{"source":533,"target":525},{"source":533,"target":210},{"source":533,"target":572},{"source":572,"target":210},{"source":534,"target":525},{"source":534,"target":210},{"source":534,"target":573},{"source":573,"target":210},{"source":535,"target":525},{"source":535,"target":210},{"source":535,"target":574},{"source":574,"target":210},{"source":536,"target":525},{"source":536,"target":210},{"source":536,"target":575},{"source":575,"target":210},{"source":537,"target":525},{"source":537,"target":210},{"source":537,"target":576},{"source":576,"target":210},{"source":538,"target":525},{"source":538,"target":210},{"source":538,"target":577},{"source":577,"target":210},{"source":539,"target":525},{"source":539,"target":245},{"source":539,"target":578},{"source":578,"target":245},{"source":540,"target":525},{"source":540,"target":245},{"source":540,"target":579},{"source":579,"target":245},{"source":541,"target":525},{"source":541,"target":259},{"source":541,"target":580},{"source":580,"target":259},{"source":542,"target":525},{"source":542,"target":259},{"source":542,"target":581},{"source":581,"target":259},{"source":543,"target":525},{"source":543,"target":259},{"source":543,"target":582},{"source":582,"target":259},{"source":544,"target":525},{"source":544,"target":259},{"source":544,"target":583},{"source":583,"target":259},{"source":545,"target":525},{"source":545,"target":273},{"source":545,"target":286},{"source":545,"target":584},{"source":545,"target":585},{"source":584,"target":273},{"source":585,"target":286},{"source":546,"target":525},{"source":546,"target":273},{"source":546,"target":286},{"source":546,"target":586},{"source":546,"target":587},{"source":586,"target":273},{"source":587,"target":286},{"source":547,"target":525},{"source":547,"target":280},{"source":547,"target":588},{"source":588,"target":280},{"source":548,"target":525},{"source":548,"target":280},{"source":548,"target":589},{"source":589,"target":280},{"source":549,"target":525},{"source":549,"target":280},{"source":549,"target":590},{"source":590,"target":280},{"source":550,"target":525},{"source":550,"target":286},{"source":550,"target":591},{"source":591,"target":286},{"source":551,"target":525},{"source":551,"target":294},{"source":551,"target":592},{"source":592,"target":294},{"source":552,"target":525},{"source":552,"target":286},{"source":552,"target":593},{"source":593,"target":286},{"source":553,"target":525},{"source":553,"target":294},{"source":553,"target":594},{"source":594,"target":294},{"source":554,"target":525},{"source":554,"target":266},{"source":554,"target":595},{"source":595,"target":266},{"source":555,"target":525},{"source":555,"target":266},{"source":555,"target":596},{"source":596,"target":266},{"source":556,"target":525},{"source":556,"target":266},{"source":556,"target":597},{"source":597,"target":266},{"source":598,"target":599},{"source":598,"target":461},{"source":598,"target":600},{"source":598,"target":601},{"source":599,"target":598},{"source":599,"target":469},{"source":599,"target":93},{"source":599,"target":602},{"source":599,"target":603},{"source":602,"target":469},{"source":603,"target":93},{"source":461,"target":598},{"source":461,"target":9},{"source":461,"target":604},{"source":461,"target":605},{"source":604,"target":599},{"source":604,"target":606},{"source":604,"target":461},{"source":606,"target":599},{"source":605,"target":9},{"source":600,"target":598},{"source":600,"target":599},{"source":600,"target":607},{"source":607,"target":599},{"source":601,"target":598},{"source":601,"target":599},{"source":601,"target":608},{"source":608,"target":599},{"source":609,"target":13},{"source":609,"target":370},{"source":609,"target":86},{"source":609,"target":610},{"source":609,"target":611},{"source":609,"target":612},{"source":609,"target":613},{"source":609,"target":614},{"source":609,"target":615},{"source":609,"target":616},{"source":13,"target":609},{"source":13,"target":197},{"source":13,"target":310},{"source":13,"target":617},{"source":13,"target":618},{"source":13,"target":619},{"source":13,"target":620},{"source":617,"target":13},{"source":617,"target":621},{"source":617,"target":13},{"source":621,"target":13},{"source":618,"target":49},{"source":618,"target":622},{"source":618,"target":13},{"source":622,"target":49},{"source":619,"target":197},{"source":620,"target":310},{"source":370,"target":609},{"source":370,"target":9},{"source":370,"target":623},{"source":370,"target":624},{"source":623,"target":40},{"source":623,"target":625},{"source":623,"target":370},{"source":625,"target":40},{"source":624,"target":9},{"source":86,"target":609},{"source":86,"target":126},{"source":86,"target":626},{"source":626,"target":126},{"source":610,"target":609},{"source":610,"target":13},{"source":610,"target":627},{"source":610,"target":628},{"source":627,"target":86},{"source":627,"target":629},{"source":627,"target":610},{"source":629,"target":86},{"source":628,"target":13},{"source":611,"target":609},{"source":611,"target":610},{"source":611,"target":630},{"source":630,"target":610},{"source":612,"target":609},{"source":612,"target":610},{"source":612,"target":370},{"source":612,"target":311},{"source":612,"target":631},{"source":612,"target":632},{"source":612,"target":633},{"source":631,"target":610},{"source":632,"target":370},{"source":633,"target":311},{"source":613,"target":609},{"source":613,"target":13},{"source":613,"target":634},{"source":634,"target":13},{"source":614,"target":609},{"source":614,"target":13},{"source":614,"target":635},{"source":614,"target":636},{"source":635,"target":637},{"source":635,"target":638},{"source":635,"target":614},{"source":638,"target":637},{"source":636,"target":13},{"source":615,"target":609},{"source":615,"target":13},{"source":615,"target":639},{"source":615,"target":640},{"source":639,"target":641},{"source":639,"target":615},{"source":640,"target":13},{"source":616,"target":609},{"source":616,"target":13},{"source":616,"target":642},{"source":616,"target":643},{"source":642,"target":381},{"source":642,"target":644},{"source":642,"target":616},{"source":644,"target":381},{"source":643,"target":13},{"source":645,"target":646},{"source":645,"target":460},{"source":645,"target":647},{"source":645,"target":199},{"source":645,"target":92},{"source":645,"target":648},{"source":645,"target":649},{"source":645,"target":650},{"source":645,"target":651},{"source":645,"target":652},{"source":645,"target":653},{"source":645,"target":654},{"source":645,"target":655},{"source":645,"target":656},{"source":645,"target":657},{"source":645,"target":658},{"source":645,"target":659},{"source":645,"target":660},{"source":645,"target":661},{"source":645,"target":662},{"source":645,"target":663},{"source":645,"target":664},{"source":645,"target":665},{"source":645,"target":666},{"source":645,"target":667},{"source":645,"target":668},{"source":645,"target":669},{"source":645,"target":670},{"source":645,"target":671},{"source":645,"target":672},{"source":645,"target":673},{"source":645,"target":674},{"source":646,"target":645},{"source":646,"target":9},{"source":646,"target":675},{"source":646,"target":676},{"source":675,"target":672},{"source":675,"target":677},{"source":675,"target":646},{"source":677,"target":672},{"source":676,"target":9},{"source":460,"target":645},{"source":460,"target":9},{"source":460,"target":678},{"source":460,"target":679},{"source":678,"target":674},{"source":678,"target":680},{"source":678,"target":460},{"source":680,"target":674},{"source":679,"target":9},{"source":647,"target":645},{"source":647,"target":9},{"source":647,"target":681},{"source":647,"target":682},{"source":681,"target":40},{"source":681,"target":683},{"source":681,"target":647},{"source":683,"target":40},{"source":682,"target":9},{"source":199,"target":645},{"source":199,"target":9},{"source":199,"target":684},{"source":684,"target":9},{"source":92,"target":645},{"source":92,"target":9},{"source":92,"target":672},{"source":92,"target":673},{"source":92,"target":674},{"source":92,"target":685},{"source":92,"target":686},{"source":92,"target":687},{"source":92,"target":688},{"source":685,"target":9},{"source":686,"target":672},{"source":687,"target":673},{"source":688,"target":674},{"source":648,"target":645},{"source":648,"target":460},{"source":648,"target":689},{"source":689,"target":460},{"source":649,"target":645},{"source":649,"target":92},{"source":649,"target":647},{"source":649,"target":690},{"source":649,"target":691},{"source":649,"target":692},{"source":690,"target":40},{"source":690,"target":693},{"source":690,"target":649},{"source":693,"target":40},{"source":691,"target":92},{"source":692,"target":647},{"source":650,"target":645},{"source":650,"target":661},{"source":650,"target":694},{"source":694,"target":661},{"source":651,"target":645},{"source":651,"target":91},{"source":651,"target":92},{"source":651,"target":460},{"source":651,"target":495},{"source":651,"target":695},{"source":651,"target":696},{"source":651,"target":697},{"source":651,"target":698},{"source":695,"target":91},{"source":696,"target":92},{"source":697,"target":460},{"source":698,"target":495},{"source":652,"target":645},{"source":652,"target":460},{"source":652,"target":699},{"source":652,"target":700},{"source":699,"target":600},{"source":699,"target":701},{"source":699,"target":652},{"source":701,"target":600},{"source":700,"target":460},{"source":653,"target":645},{"source":653,"target":92},{"source":653,"target":646},{"source":653,"target":647},{"source":653,"target":702},{"source":653,"target":703},{"source":653,"target":704},{"source":653,"target":705},{"source":702,"target":673},{"source":702,"target":706},{"source":702,"target":653},{"source":706,"target":673},{"source":703,"target":92},{"source":704,"target":646},{"source":705,"target":647},{"source":654,"target":645},{"source":654,"target":661},{"source":654,"target":707},{"source":707,"target":661},{"source":655,"target":645},{"source":655,"target":648},{"source":655,"target":708},{"source":708,"target":648},{"source":656,"target":645},{"source":656,"target":670},{"source":656,"target":709},{"source":709,"target":670},{"source":657,"target":645},{"source":657,"target":92},{"source":657,"target":710},{"source":710,"target":92},{"source":658,"target":645},{"source":658,"target":92},{"source":658,"target":711},{"source":658,"target":712},{"source":711,"target":40},{"source":711,"target":713},{"source":711,"target":658},{"source":713,"target":40},{"source":712,"target":92},{"source":659,"target":645},{"source":659,"target":92},{"source":659,"target":646},{"source":659,"target":647},{"source":659,"target":714},{"source":659,"target":715},{"source":659,"target":716},{"source":659,"target":717},{"source":659,"target":718},{"source":714,"target":199},{"source":714,"target":719},{"source":714,"target":659},{"source":719,"target":199},{"source":715,"target":40},{"source":715,"target":720},{"source":715,"target":659},{"source":720,"target":40},{"source":716,"target":92},{"source":717,"target":646},{"source":718,"target":647},{"source":660,"target":645},{"source":660,"target":92},{"source":660,"target":646},{"source":660,"target":721},{"source":660,"target":722},{"source":660,"target":723},{"source":660,"target":724},{"source":721,"target":600},{"source":721,"target":725},{"source":721,"target":660},{"source":725,"target":600},{"source":722,"target":40},{"source":722,"target":726},{"source":722,"target":660},{"source":726,"target":40},{"source":723,"target":92},{"source":724,"target":646},{"source":661,"target":645},{"source":661,"target":92},{"source":661,"target":727},{"source":661,"target":728},{"source":727,"target":662},{"source":727,"target":729},{"source":727,"target":661},{"source":729,"target":662},{"source":728,"target":92},{"source":662,"target":645},{"source":662,"target":92},{"source":662,"target":646},{"source":662,"target":126},{"source":662,"target":730},{"source":662,"target":731},{"source":662,"target":732},{"source":730,"target":92},{"source":731,"target":646},{"source":732,"target":126},{"source":663,"target":645},{"source":663,"target":92},{"source":663,"target":733},{"source":663,"target":734},{"source":733,"target":735},{"source":733,"target":736},{"source":733,"target":663},{"source":736,"target":735},{"source":734,"target":92},{"source":664,"target":645},{"source":664,"target":648},{"source":664,"target":647},{"source":664,"target":737},{"source":664,"target":738},{"source":737,"target":648},{"source":738,"target":647},{"source":665,"target":645},{"source":665,"target":92},{"source":665,"target":739},{"source":665,"target":740},{"source":739,"target":40},{"source":739,"target":741},{"source":739,"target":665},{"source":741,"target":40},{"source":740,"target":92},{"source":666,"target":645},{"source":666,"target":92},{"source":666,"target":742},{"source":666,"target":743},{"source":666,"target":744},{"source":742,"target":648},{"source":742,"target":745},{"source":742,"target":666},{"source":745,"target":648},{"source":743,"target":40},{"source":743,"target":746},{"source":743,"target":666},{"source":746,"target":40},{"source":744,"target":92},{"source":667,"target":645},{"source":667,"target":92},{"source":667,"target":460},{"source":667,"target":747},{"source":667,"target":748},{"source":667,"target":749},{"source":747,"target":40},{"source":747,"target":750},{"source":747,"target":667},{"source":750,"target":40},{"source":748,"target":92},{"source":749,"target":460},{"source":668,"target":645},{"source":668,"target":92},{"source":668,"target":751},{"source":668,"target":752},{"source":751,"target":40},{"source":751,"target":753},{"source":751,"target":668},{"source":753,"target":40},{"source":752,"target":92},{"source":669,"target":645},{"source":669,"target":92},{"source":669,"target":460},{"source":669,"target":754},{"source":669,"target":755},{"source":669,"target":756},{"source":669,"target":757},{"source":754,"target":652},{"source":754,"target":758},{"source":754,"target":669},{"source":758,"target":652},{"source":755,"target":651},{"source":755,"target":759},{"source":755,"target":669},{"source":759,"target":651},{"source":756,"target":92},{"source":757,"target":460},{"source":670,"target":645},{"source":670,"target":92},{"source":670,"target":646},{"source":670,"target":760},{"source":670,"target":761},{"source":670,"target":762},{"source":760,"target":40},{"source":760,"target":763},{"source":760,"target":670},{"source":763,"target":40},{"source":761,"target":92},{"source":762,"target":646},{"source":671,"target":645},{"source":672,"target":645},{"source":672,"target":671},{"source":672,"target":764},{"source":764,"target":671},{"source":673,"target":645},{"source":673,"target":671},{"source":673,"target":765},{"source":765,"target":671},{"source":674,"target":645},{"source":674,"target":671},{"source":674,"target":766},{"source":766,"target":671},{"source":767,"target":85},{"source":767,"target":61},{"source":767,"target":104},{"source":767,"target":768},{"source":767,"target":447},{"source":767,"target":637},{"source":767,"target":769},{"source":767,"target":770},{"source":767,"target":771},{"source":767,"target":772},{"source":767,"target":773},{"source":767,"target":774},{"source":767,"target":775},{"source":767,"target":776},{"source":767,"target":777},{"source":85,"target":767},{"source":85,"target":9},{"source":85,"target":778},{"source":778,"target":9},{"source":61,"target":767},{"source":61,"target":9},{"source":61,"target":779},{"source":61,"target":780},{"source":779,"target":104},{"source":779,"target":781},{"source":779,"target":61},{"source":779,"target":782},{"source":781,"target":104},{"source":780,"target":9},{"source":104,"target":767},{"source":104,"target":9},{"source":104,"target":782},{"source":104,"target":783},{"source":782,"target":61},{"source":782,"target":784},{"source":782,"target":104},{"source":782,"target":779},{"source":784,"target":61},{"source":783,"target":9},{"source":768,"target":767},{"source":768,"target":104},{"source":768,"target":310},{"source":768,"target":785},{"source":768,"target":786},{"source":768,"target":787},{"source":785,"target":21},{"source":785,"target":788},{"source":785,"target":768},{"source":788,"target":21},{"source":786,"target":104},{"source":787,"target":310},{"source":447,"target":767},{"source":447,"target":104},{"source":447,"target":15},{"source":447,"target":789},{"source":447,"target":790},{"source":447,"target":791},{"source":789,"target":768},{"source":789,"target":792},{"source":789,"target":447},{"source":792,"target":768},{"source":790,"target":104},{"source":791,"target":15},{"source":637,"target":767},{"source":637,"target":85},{"source":637,"target":104},{"source":637,"target":793},{"source":637,"target":794},{"source":793,"target":85},{"source":794,"target":104},{"source":769,"target":767},{"source":769,"target":637},{"source":769,"target":795},{"source":795,"target":637},{"source":770,"target":767},{"source":770,"target":637},{"source":770,"target":796},{"source":796,"target":637},{"source":771,"target":767},{"source":771,"target":637},{"source":771,"target":797},{"source":797,"target":637},{"source":772,"target":767},{"source":772,"target":637},{"source":772,"target":798},{"source":798,"target":637},{"source":773,"target":767},{"source":773,"target":637},{"source":773,"target":799},{"source":799,"target":637},{"source":774,"target":767},{"source":774,"target":637},{"source":774,"target":800},{"source":800,"target":637},{"source":775,"target":767},{"source":775,"target":637},{"source":775,"target":801},{"source":801,"target":637},{"source":776,"target":767},{"source":776,"target":637},{"source":776,"target":802},{"source":802,"target":637},{"source":777,"target":767},{"source":777,"target":637},{"source":777,"target":803},{"source":803,"target":637},{"source":804,"target":469},{"source":804,"target":735},{"source":804,"target":805},{"source":469,"target":804},{"source":469,"target":126},{"source":469,"target":61},{"source":469,"target":43},{"source":469,"target":86},{"source":469,"target":310},{"source":469,"target":806},{"source":469,"target":807},{"source":469,"target":808},{"source":469,"target":809},{"source":469,"target":810},{"source":806,"target":126},{"source":807,"target":61},{"source":808,"target":43},{"source":809,"target":86},{"source":810,"target":310},{"source":735,"target":804},{"source":735,"target":469},{"source":735,"target":363},{"source":735,"target":199},{"source":735,"target":93},{"source":735,"target":811},{"source":735,"target":812},{"source":735,"target":813},{"source":735,"target":814},{"source":735,"target":815},{"source":811,"target":805},{"source":811,"target":816},{"source":811,"target":735},{"source":816,"target":805},{"source":812,"target":469},{"source":813,"target":363},{"source":814,"target":199},{"source":815,"target":93},{"source":805,"target":804},{"source":805,"target":86},{"source":805,"target":43},{"source":805,"target":363},{"source":805,"target":817},{"source":805,"target":818},{"source":805,"target":819},{"source":817,"target":86},{"source":818,"target":43},{"source":819,"target":363}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="CreateSuperclassTest" nsPrefix="test"> <eClassifiers xsi:type="ecore:EClass" name="Testclass1"> <eAnnotations source="marker"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Testclass2"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="someAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Hu3bl/emf.refactor/org.eclipse.emf.refactor.refactorings.ecore.henshin/tests/CreateSuperclass/test_07/source.ecore
ecore
CreateSuperclassTest Testclass1 Testclass2 someAttribute
null
{"directed":true,"nodes":[{"nsPrefix":"test","nsURI":null,"name":"CreateSuperclassTest","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Testclass1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Testclass2","instanceClass":null,"abstract":false,"id":2,"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":"someAttribute","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":3},{"source":3,"target":4},{"source":3,"target":2}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="emm" nsURI="http://www.muml.org/emm/1.0.0" nsPrefix="emm"> <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="Migrator"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourcePackages" upperBound="-1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetPackages" upperBound="-1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1" eType="#//Mapping" containment="true" eOpposite="#//Mapping/migrator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="release" lowerBound="1" eType="ecore:EClass ../../org.muml.emm.release/model/release.ecore#//Release"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true"> <eOperations name="getContext" lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ocl" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateClass" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NoAbstractTarget"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="NoAbstractTarget" value="not targetClass.oclIsUndefined() implies not targetClass.abstract"/> </eAnnotations> <eOperations name="getSourceClass" lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetClass" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureInitializers" upperBound="-1" eType="#//FeatureInitializer" containment="true" eOpposite="#//FeatureInitializer/embeddingCreateClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//Constraint" containment="true" eOpposite="#//Constraint/embeddingCreateClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mapping" eSuperTypes="#//CreateClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NoTargetForAbstractSourceAllowed"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="NoTargetForAbstractSourceAllowed" value="(not sourceClass.oclIsUndefined()) implies &#xA;(sourceClass.abstract implies targetClass.oclIsUndefined())"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceClass" lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="migrator" lowerBound="1" eType="#//Migrator" eOpposite="#//Migrator/mappings"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureInitializer" abstract="true"> <eOperations name="getMapping" lowerBound="1" eType="#//Mapping"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="// Derive embedding Mapping&#xA;EObject element = this;&#xA;while (element.eContainer() != null &amp;&amp; !(element instanceof Mapping)) {&#xA;&#x9;element = element.eContainer();&#xA;}&#xA;if (element instanceof Mapping) {&#xA;&#x9;return (Mapping) element;&#xA;}&#xA;return null;"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="embeddingCreateClass" lowerBound="1" eType="#//CreateClass" eOpposite="#//CreateClass/featureInitializers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetFeature" lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IdentityFeatureInitializer" eSuperTypes="#//FeatureInitializer"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceFeature" lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetFeatureInitializer" eSuperTypes="#//FeatureInitializer #//OclExpression"> <eOperations name="getContext" lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="Mapping mapping = getMapping();&#xA;if (mapping != null) {&#xA;&#x9;return mapping.getSourceClass();&#xA;}&#xA;return null;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateInitializer" eSuperTypes="#//CreateClass #//FeatureInitializer"> <eOperations name="getSourceClass" lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="Mapping mapping = getMapping();&#xA;if (mapping != null) {&#xA;&#x9;return mapping.getSourceClass();&#xA;}&#xA;return null;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//OclExpression"> <eOperations name="getContext" lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return getEmbeddingCreateClass().getSourceClass();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="embeddingCreateClass" lowerBound="1" eType="#//CreateClass" eOpposite="#//CreateClass/constraints"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/fraunhofer-iem/mechatronicuml/EMM/org.muml.emm/model/emm.ecore
ecore
emm Migrator sourcePackages targetPackages mappings release OclExpression getContext ocl CreateClass getSourceClass targetClass featureInitializers constraints Mapping sourceClass migrator FeatureInitializer getMapping embeddingCreateClass targetFeature IdentityFeatureInitializer sourceFeature SetFeatureInitializer getContext CreateInitializer getSourceClass Constraint getContext embeddingCreateClass
null
{"directed":true,"nodes":[{"nsPrefix":"emm","nsURI":"http://www.muml.org/emm/1.0.0","name":"emm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Migrator","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateClass","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureInitializer","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentityFeatureInitializer","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetFeatureInitializer","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateInitializer","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","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":"sourcePackages","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":"targetPackages","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":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"release","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"migrator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContext","lowerBound":1,"id":19,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ocl","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSourceClass","lowerBound":1,"id":23,"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":"targetClass","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":"featureInitializers","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":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"embeddingCreateClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"embeddingCreateClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMapping","lowerBound":1,"id":37,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContext","lowerBound":1,"id":45,"many":false,"required":true,"eClass":"EOperation"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSourceClass","lowerBound":1,"id":49,"many":false,"required":true,"eClass":"EOperation"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContext","lowerBound":1,"id":53,"many":false,"required":true,"eClass":"EOperation"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":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":14},{"source":10,"target":1},{"source":11,"target":15},{"source":11,"target":1},{"source":12,"target":4},{"source":12,"target":16},{"source":12,"target":1},{"source":12,"target":17},{"source":16,"target":4},{"source":13,"target":18},{"source":13,"target":1},{"source":2,"target":0},{"source":2,"target":19},{"source":2,"target":20},{"source":19,"target":21},{"source":19,"target":2},{"source":20,"target":22},{"source":20,"target":2},{"source":3,"target":0},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":23,"target":27},{"source":23,"target":3},{"source":24,"target":28},{"source":24,"target":3},{"source":25,"target":5},{"source":25,"target":29},{"source":25,"target":3},{"source":25,"target":30},{"source":29,"target":5},{"source":26,"target":9},{"source":26,"target":31},{"source":26,"target":3},{"source":26,"target":32},{"source":31,"target":9},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":33},{"source":4,"target":17},{"source":4,"target":34},{"source":33,"target":35},{"source":33,"target":4},{"source":17,"target":1},{"source":17,"target":36},{"source":17,"target":4},{"source":17,"target":12},{"source":36,"target":1},{"source":34,"target":3},{"source":5,"target":0},{"source":5,"target":37},{"source":5,"target":30},{"source":5,"target":38},{"source":37,"target":4},{"source":37,"target":39},{"source":37,"target":5},{"source":39,"target":4},{"source":30,"target":3},{"source":30,"target":40},{"source":30,"target":5},{"source":30,"target":25},{"source":40,"target":3},{"source":38,"target":41},{"source":38,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":42},{"source":6,"target":43},{"source":42,"target":44},{"source":42,"target":6},{"source":43,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":2},{"source":7,"target":45},{"source":7,"target":46},{"source":7,"target":47},{"source":45,"target":48},{"source":45,"target":7},{"source":46,"target":5},{"source":47,"target":2},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":5},{"source":8,"target":49},{"source":8,"target":50},{"source":8,"target":51},{"source":49,"target":52},{"source":49,"target":8},{"source":50,"target":3},{"source":51,"target":5},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":53},{"source":9,"target":32},{"source":9,"target":54},{"source":53,"target":55},{"source":53,"target":9},{"source":32,"target":3},{"source":32,"target":56},{"source":32,"target":9},{"source":32,"target":26},{"source":56,"target":3},{"source":54,"target":2}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="RemoveEmptySuperEClassTest" nsPrefix=""> <eClassifiers xsi:type="ecore:EClass" name="Testclass1"> <eAnnotations source="marker"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Testclass2"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="someAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Hu3bl/emf.refactor/org.eclipse.emf.refactor.refactorings.ecore/tests/RemoveEmptySuperEClass/test_01/source.ecore
ecore
RemoveEmptySuperEClassTest Testclass1 Testclass2 someAttribute
null
{"directed":true,"nodes":[{"nsPrefix":"","nsURI":null,"name":"RemoveEmptySuperEClassTest","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Testclass1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Testclass2","instanceClass":null,"abstract":false,"id":2,"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":"someAttribute","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":3},{"source":3,"target":4},{"source":3,"target":2}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="brokermodel" nsURI="http://nam.ece.upatras.gr/broker" nsPrefix="gr.upatras.ece.nam.broker"> <eClassifiers xsi:type="ecore:EEnum" name="ScenarioStatus"> <eLiterals name="NEW"/> <eLiterals name="REQUESTED" value="1"/> <eLiterals name="SCHEDULED_PROVISIONING" value="2" literal="SCHEDULED_PROVISIONING"/> <eLiterals name="MODIFIED" value="3"/> <eLiterals name="REJECTED" value="4"/> <eLiterals name="RUNNING" value="5" literal="RUNNING"/> <eLiterals name="PROVISIONING" value="6" literal="PROVISIONING"/> <eLiterals name="SHUT_DOWN" value="7" literal="SHUT_DOWN"/> <eLiterals name="DELETED" value="8" literal="DELETED"/> <eLiterals name="SHUTTING_DOWN" value="9" literal="SHUTTING_DOWN"/> <eLiterals name="SCHEDULED_SHUT_DOWN" value="10" literal="SCHEDULED_SHUT_DOWN"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Broker" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The class representing a resource/service broker. Usually will be a singleton class&#xD;&#xA;It could be also from NDL: Administrative Domain, the organization that actually controls and provisions the resources, such as network resources and computing resources. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="registeredUsers" upperBound="-1" eType="#//users/BrokerUser" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contributedTaxonomies" upperBound="-1" eType="#//services/Taxonomy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="offeredServices" upperBound="-1" eType="#//services/OfferedService" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="availableFederationScenarios" upperBound="-1" eType="#//federationscenarios/RequestedFederationScenario" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="offeredServiceCompositions" upperBound="-1" eType="#//services/ServiceComposition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ResourceServiceContracts" upperBound="-1" eType="#//availabilityContract/ResourceServiceContract" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="SLAs" upperBound="-1" eType="#//slareservations/SLA" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="APIGateway" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uniqueID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eSubpackages name="users" nsURI="http://nam.ece.upatras.gr/broker/model/users" nsPrefix="gr.upatras.ece.nam.broker.model.users"> <eClassifiers xsi:type="ecore:EClass" name="Account" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="username" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="authorizationKey" eType="#//fcielements/AuthorizationKey" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourcesProvider" eSuperTypes="#//users/BrokerUser"> <eStructuralFeatures xsi:type="ecore:EReference" name="offeredSiteList" upperBound="-1" eType="#//providersite/Site" containment="true" eOpposite="#//providersite/Site/belongsToProvider"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestbedDesigner" eSuperTypes="#//users/BrokerUser"> <eStructuralFeatures xsi:type="ecore:EReference" name="designsVirtualTestbeds" upperBound="-1" eType="#//federationscenarios/RequestedFederationScenario"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Admin" eSuperTypes="#//users/BrokerPersonel"/> <eClassifiers xsi:type="ecore:EClass" name="BrokerCustomer" eSuperTypes="#//users/BrokerUser"> <eStructuralFeatures xsi:type="ecore:EReference" name="utilizesVirtualTestbed" upperBound="-1" eType="#//federationscenarios/RequestedFederationScenario"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasTestbedDesigner" eType="#//users/TestbedDesigner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BrokerUser" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasAccount" eType="#//users/Account" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="organization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="telephone" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BrokerPersonel" eSuperTypes="#//users/BrokerUser"/> </eSubpackages> <eSubpackages name="resources" nsURI="http://nam.ece.upatras.gr/broker/model/resources" nsPrefix="gr.upatras.ece.nam.broker.model.resources"> <eClassifiers xsi:type="ecore:EClass" name="Resource" eSuperTypes="#//NamedElement"> <eOperations name="getFullQualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceSettings" upperBound="-1" eType="#//resources/ResourceSetting" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contributesToCategories" upperBound="-1" eType="#//resources/ResourceCategory" eOpposite="#//resources/ResourceCategory/resourcelist"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiresResources" upperBound="-1" eType="#//resources/Resource"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A resource requires another resources Rb to be present in the scenario in order to be able to operate"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OfferedResource" eSuperTypes="#//resources/Resource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceType" eType="#//resources/ResourceType" defaultValueLiteral="SINGLETON"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="resourceType can be SINGLETON or MULTITON"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="belongsToSite" eType="#//providersite/Site" eOpposite="#//providersite/Site/offeredResourcesList"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implOfferedService" eType="#//services/Service"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multitonMaxOccur" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If MULTITON type then this value has a meaning. For example&#xD;&#xA;suppose that UoP has a Dynamic Resource that can offer until 20 Virtual Machines. So this Offered Resource might be instantiated until 20 times&#xD;&#xA;Default will be -1 which means unlimited instances"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="geocoords" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceSetting" eSuperTypes="#//services/AbstractSetting"> <eStructuralFeatures xsi:type="ecore:EReference" name="OnlyConfiguredByResources" upperBound="-1" eType="#//resources/Resource"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="OnlyConfiguredByResources shows that this ResourceSetting can be configured by only other ResourceSetting of the OnlyConfiguredByResources list"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="implServiceSetting" eType="#//services/ServiceSetting"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceCategory" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourcelist" upperBound="-1" eType="#//resources/Resource" eOpposite="#//resources/Resource/contributesToCategories"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ResourceType"> <eLiterals name="SINGLETON"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Singleton Resource:&#xD;&#xA;One VT can use it each time; &#xD;&#xA;CAN be reserved; &#xD;&#xA;installation fee + rent fee&#xD;&#xA;For example Asterisk server of UoP &#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> </eLiterals> <eLiterals name="MULTITON" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Multiton resource:&#xD;&#xA;Many testbeds can &quot;instantiate&quot; the same resource, but when instantiated each instance is unique; &#xD;&#xA;CANNOT be reserved; Although availability might be affected by multitonMaxOccur &#xD;&#xA;optional installation fee + optional rent fee&#xD;&#xA;For example VOIP_UA , or a resource which installs a software on a machine which can be anywhere just given only ie ssh access"/> </eAnnotations> </eLiterals> </eClassifiers> </eSubpackages> <eSubpackages name="networkelements" nsURI="http://nam.ece.upatras.gr/broker/model/networkelements" nsPrefix="gr.upatras.ece.nam.broker.model.networkelements"> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//networkelements/NetworkElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Device, a physical network device. &#xD;&#xA;"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NetworkElement" eSuperTypes="#//NamedElement"/> </eSubpackages> <eSubpackages name="providersite" nsURI="http://nam.ece.upatras.gr/broker/model/providersite" nsPrefix="gr.upatras.ece.nam.broker.model.providersite"> <eClassifiers xsi:type="ecore:EClass" name="DomainManager" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="IP" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="belongsToSite" eType="#//providersite/Site" eOpposite="#//providersite/Site/domainManager"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Site" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="domainManager" lowerBound="1" eType="#//providersite/DomainManager" containment="true" eOpposite="#//providersite/DomainManager/belongsToSite"/> <eStructuralFeatures xsi:type="ecore:EReference" name="locatedAt" lowerBound="1" eType="#//providersite/SiteLocation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="offeredResourcesList" upperBound="-1" eType="#//resources/OfferedResource" containment="true" eOpposite="#//resources/OfferedResource/belongsToSite"/> <eStructuralFeatures xsi:type="ecore:EReference" name="belongsToProvider" eType="#//users/ResourcesProvider" eOpposite="#//users/ResourcesProvider/offeredSiteList"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SiteLocation" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="geocoords" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> <eSubpackages name="slareservations" nsURI="http://nam.ece.upatras.gr/broker/model/slareservations" nsPrefix="gr.upatras.ece.nam.broker.model.slareservations"> <eClassifiers xsi:type="ecore:EClass" name="SLA" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ReservedRsources" upperBound="-1" eType="#//slareservations/ReservedResourceContract" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forVT" eType="#//federationscenarios/RequestedFederationScenario"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ValidFrom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ValidUntil" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReservedResourceContract" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ValidFrom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forResource" eType="#//resources/OfferedResource"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ValidUntil" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> </eSubpackages> <eSubpackages name="federationscenarios" nsURI="http://nam.ece.upatras.gr/broker/model/federationscenarios" nsPrefix="gr.upatras.ece.nam.broker.model.federationscenarios"> <eClassifiers xsi:type="ecore:EClass" name="RequestedFederationScenario" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Just an offering of the broker. A collection of VT that VT designers can implement but always the broker owns"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isShared" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//ScenarioStatus"/> <eStructuralFeatures xsi:type="ecore:EReference" name="VTCredentials" eType="#//federationscenarios/Credentials" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="servicesRequest" eType="#//federationscenarios/ServicesRequest" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="infrastructureRequest" eType="#//federationscenarios/InfrastructureRequest" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scheduledPlan" eType="#//federationscenarios/ScheduledPlan" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//federationscenarios/Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="runtimeInfo" eType="#//experimentRuntime/RuntimeElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceRequest" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="refService" lowerBound="1" eType="#//services/Service"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="namespace" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="OfferedByProviders" eType="#//users/ResourcesProvider"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reqServiceSettings" upperBound="-1" eType="#//federationscenarios/ServiceSettingInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numOfServices" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceRequest" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="refOfferedResource" lowerBound="1" eType="#//resources/OfferedResource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reqResourceSettings" upperBound="-1" eType="#//federationscenarios/ResourceSettingInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="runtimeInfo" eType="#//experimentRuntime/RuntimeElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SettingInstance" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="staticValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignSetting" upperBound="-1" eType="#//federationscenarios/SettingInstance"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Assignments work differently from VCT tool. in vct tool the arrows are references.. where in us assign means that the assignedSetting value is the source and the current element Setting is the consumer target&#xD;&#xA;This allows us to assign in a Setting Instance many source Setting values from other Services/Resource&#xD;&#xA;For example: Assume That we have a Setting of a Service that accepts an arbitrary list of IPs. Then we can have&#xD;&#xA;Setting &quot;myIPList&quot;: myIPlist assign &quot;machine1.IP&quot;, &quot;machine2.IP&quot;, &quot;machine3.IP&quot;"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceSettingInstance" eSuperTypes="#//federationscenarios/SettingInstance"> <eStructuralFeatures xsi:type="ecore:EReference" name="refServiceSetting" lowerBound="1" eType="#//services/ServiceSetting"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceSettingInstance" eSuperTypes="#//federationscenarios/SettingInstance"> <eStructuralFeatures xsi:type="ecore:EReference" name="refResourceSetting" lowerBound="1" eType="#//resources/ResourceSetting"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Credentials" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="username" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServicesRequest" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceRequestList" upperBound="-1" eType="#//federationscenarios/ServiceRequest" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfrastructureRequest" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="reqOfferedResources" upperBound="-1" eType="#//federationscenarios/ResourceRequest" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceGroups" upperBound="-1" eType="#//federationscenarios/ResourceGroup" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScheduledPlan"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ValidFrom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ValidUntil" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceGroup" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="groupedResources" upperBound="-1" eType="#//federationscenarios/ResourceRequest"/> </eClassifiers> </eSubpackages> <eSubpackages name="services" nsURI="http://nam.ece.upatras.gr/broker/model/services" nsPrefix="gr.upatras.ece.nam.broker.model.services"> <eClassifiers xsi:type="ecore:EClass" name="Service" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing services &#xD;&#xA;e.g. a MySQL server. The MySQL server might be &quot;providedByResources&quot; by &quot;any one&quot; of uopMySQL, FokusMySQL, etc&#xD;&#xA;Bettet to inherit this class and live services even maybe unimplemented. (not abstract yet thoug)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceSettings" upperBound="-1" eType="#//services/ServiceSetting" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiresServices" upperBound="-1" eType="#//services/Service"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A service Sa requires another service Sb to be present in the scenario in order to be able to operate"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceSetting" eSuperTypes="#//services/AbstractSetting"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Service setting that a service has.&#xD;&#xA;For example &quot;MySQLserver&quot; service has a setting &quot;mUser&quot;.&#xD;&#xA;This setting later can be mapped to another Offered resource's setting.&#xD;&#xA;Example:&#xD;&#xA;The &quot;MySQLserver&quot; service might be &quot;providedByResources&quot; (anyone of) uopMySQL, FokusMySQL, etc&#xD;&#xA;So if uopMySQL offeredResource, has a setting &quot;uopMyUser&quot; then&quot;mUser&quot; is mapped to &quot;uopMyUser&quot; of uopMySQL.&#xD;&#xA;Also if FokusMySQL offeredResource, has a setting &quot;fokusMyUser&quot; then&quot;mUser&quot; is mapped to &quot;fokusMyUser&quot; of FokusMySQL.&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="mappedToResourceSettings" upperBound="-1" eType="#//resources/ResourceSetting"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providedByResources" upperBound="-1" eType="#//resources/Resource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OfferedService" eSuperTypes="#//services/Service"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing Offered services by the broker.&#xD;&#xA;e.g. a MySQL server. The MySQL server might be &quot;providedByResources&quot; by &quot;any one&quot; of uopMySQL, FokusMySQL, etc&#xD;&#xA;"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceComposition" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing Offered ready composed services by the broker.&#xD;&#xA;e.g. an IMS network and services. The IMS has a list of services like an HSS , presence server, etc. &#xD;&#xA;When a user asks for an IMS service, the fed will locate any of each service (HSS , presence server) even on different provider locations although might give priority on an IMS ServiceComposition from a single provide to enhance speed, provisioning, etc&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="hasServices" upperBound="-1" eType="#//services/Service"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SettingType" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="brTypeString" eSuperTypes="#//services/SettingType"> <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="brTypeEnum" eSuperTypes="#//services/SettingType"> <eStructuralFeatures xsi:type="ecore:EReference" name="tideEnumlist" upperBound="-1" eType="#//services/brTypeEnumItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//services/brTypeEnumItem"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="brTypeList" eSuperTypes="#//services/SettingType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ContainsElementsOf" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="brTypeEnumItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="brTypeTideElement" eSuperTypes="#//services/SettingType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ofTideElement" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Taxonomy" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="taxonomies" upperBound="-1" eType="#//services/Taxonomy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1" eType="#//resources/ResourceCategory" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasScenarios" upperBound="-1" eType="#//federationscenarios/RequestedFederationScenario"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasServices" upperBound="-1" eType="#//services/Service"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractSetting" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="settingType" eType="#//services/SettingType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userExposed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userEditable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="canBePublished" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Readable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Writable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="settingConstraints" upperBound="-1" eType="#//services/SettingConstraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiresParams" upperBound="-1" eType="#//services/AbstractSetting"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="-&#x9;A parameter Pa of a resource/service Ra requires a parameter(s) Pb of another Resource/Service Rb"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Optional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SettingConstraint" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ForOperation" eType="#//services/ServiceResourceOperation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="AvailableAfterOperation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="-&#x9;if set A parameter is available only after a certain CRUD operation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="RequiredBeforeOperation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="-&#x9;If set A parameter must be present, must have a not null value before a CRUD operation"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ServiceResourceOperation"> <eLiterals name="OP_CREATE"/> <eLiterals name="OP_READ" value="1"/> <eLiterals name="OP_UPDATE" value="2"/> <eLiterals name="OP_DELETE" value="3"/> </eClassifiers> </eSubpackages> <eSubpackages name="settingdependencies" nsURI="http://nam.ece.upatras.gr/broker/model/settingdependencies" nsPrefix="gr.upatras.ece.nam.broker.model.settingdependencies"/> <eSubpackages name="availabilityContract" nsURI="http://nam.ece.upatras.gr/broker/model/availabilitycontract" nsPrefix="gr.upatras.ece.nam.broker.model.availabilitycontract"> <eClassifiers xsi:type="ecore:EClass" name="ResourceServiceContract" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="forOfferedService" lowerBound="1" eType="#//services/Service"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forOfferedResource" lowerBound="1" eType="#//resources/OfferedResource"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="StartDate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="EndDate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="availability" eType="#//availabilityContract/Availability" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Availability"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="FromTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ToTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cost" eType="#//availabilityContract/Cost" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="FromDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ToDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Repeatability" eType="#//availabilityContract/RepatabilityScheme"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Repeat" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="RepeatUntil" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cost"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="perUnit" eType="#//availabilityContract/costUnit"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Amount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="costUnit"> <eLiterals name="MIN"/> <eLiterals name="HOUR" value="1"/> <eLiterals name="DAY" value="2"/> <eLiterals name="USAGE" value="3"/> <eLiterals name="OTHER" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RepatabilityScheme"> <eLiterals name="DAILY"/> <eLiterals name="WEEKLY" value="1"/> <eLiterals name="MONTHLY" value="2"/> <eLiterals name="YEARLY" value="3"/> </eClassifiers> </eSubpackages> <eSubpackages name="uiObjects" nsURI="http://nam.ece.upatras.gr/broker/model/uiObjects" nsPrefix="gr.upatras.ece.nam.broker.model.uiObjects"> <eClassifiers xsi:type="ecore:EClass" name="ui_TaxonomyTreeItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="parentNode" eType="#//uiObjects/ui_TaxonomyTreeItem"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="DisplayName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childNodes" upperBound="-1" eType="#//uiObjects/ui_TaxonomyTreeItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="brokerElement" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BrokerManager"> <eStructuralFeatures xsi:type="ecore:EReference" name="brokersRef" upperBound="-1" eType="#//Broker"/> </eClassifiers> </eSubpackages> <eSubpackages name="experimentRuntime" nsURI="http://nam.ece.upatras.gr/broker/model/experimentRuntime" nsPrefix="gr.upatras.ece.nam.broker.model.experimentRuntime"> <eClassifiers xsi:type="ecore:EClass" name="RuntimeElement" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//experimentRuntime/RuntimeElementStatus"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="GUID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RuntimeElementStatus"> <eLiterals name="NOT_EXISTS"/> <eLiterals name="ONLINE" value="1"/> <eLiterals name="OFFLINE" value="2"/> <eLiterals name="STARTING" value="3"/> <eLiterals name="STOPPING" value="4"/> <eLiterals name="UPDATING" value="5"/> <eLiterals name="ERROR" value="6"/> <eLiterals name="UNKNOWN" value="7"/> <eLiterals name="INITIALIZING" value="8" literal="INITIALIZING"/> <eLiterals name="WAITING" value="9" literal="WAITING"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RunningScenarios"> <eStructuralFeatures xsi:type="ecore:EReference" name="requestedScenarios" upperBound="-1" eType="#//federationscenarios/RequestedFederationScenario"/> </eClassifiers> </eSubpackages> <eSubpackages name="extensionInterfaces" nsURI="http://nam.ece.upatras.gr/broker/model/extensionInterfaces" nsPrefix="gr.upatras.ece.nam.broker.model.extensionInterfaces"> <eClassifiers xsi:type="ecore:EClass" name="IBrokerRepository" abstract="true" interface="true"> <eOperations name="getName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="LoadScenario"> <eParameters name="fedScenario" eType="#//federationscenarios/RequestedFederationScenario"/> </eOperations> <eOperations name="registerBrokerRepositoryListener"> <eParameters name="listener" eType="#//extensionInterfaces/IBrokerRepositoryListener"/> </eOperations> <eOperations name="loadBrokers" upperBound="-1" eType="#//Broker"/> <eOperations name="getBrokers" upperBound="-1" eType="#//Broker"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IBrokerRepositoryListener" abstract="true" interface="true"> <eOperations name="RepositoryChanged"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IProvisionResource" abstract="true" interface="true"> <eOperations name="provisionResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="brokerName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> <eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/> </eOperations> <eOperations name="supportsBroker" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="brokerName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getSupportedBrokerName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="deleteResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="brokerName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> <eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/> </eOperations> <eOperations name="updateResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="brokerName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> <eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/> <eParameters name="assignedSetting" upperBound="-1" eType="#//federationscenarios/ResourceSettingInstance"/> </eOperations> <eOperations name="readResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="brokerName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> <eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/> <eParameters name="assignedSetting" eType="#//federationscenarios/ResourceSettingInstance"/> <eParameters name="forceUpdate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IWorkflowEngine" abstract="true" interface="true"> <eOperations name="getEngineName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getRunningScenarios" eType="#//experimentRuntime/RunningScenarios"/> <eOperations name="ScheduleScenario"> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> </eOperations> <eOperations name="ShutDownScenario"> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> </eOperations> <eOperations name="DeletePermanentlyScenario"> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> </eOperations> <eOperations name="ShutDownResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> <eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/> </eOperations> <eOperations name="UpdateResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> <eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/> <eParameters name="assignedSetting" upperBound="-1" eType="#//federationscenarios/ResourceSettingInstance"/> </eOperations> <eOperations name="ReadResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> <eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/> <eParameters name="assignedSetting" eType="#//federationscenarios/ResourceSettingInstance"/> <eParameters name="forceUpdate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IProvisioningJobListener" abstract="true" interface="true"> <eOperations name="initialize"> <eParameters name="source" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eOperations name="eventOccured"> <eParameters name="event" eType="#//extensionInterfaces/IProvisioningJobEvent"/> </eOperations> <eOperations name="terminate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IProvisioningJobEvent" abstract="true" interface="true"> <eOperations name="statusChangedOnScenario" eType="#//federationscenarios/RequestedFederationScenario"/> <eOperations name="statusChangedOnResource" eType="#//federationscenarios/ResourceRequest"/> </eClassifiers> </eSubpackages> <eSubpackages name="fcielements" nsURI="http://nam.ece.upatras.gr/broker/model/FCIElements" nsPrefix="gr.upatras.ece.nam.broker.model.FCIElements"> <eClassifiers xsi:type="ecore:EClass" name="IFCIService" abstract="true" interface="true"> <eOperations name="getBroker" eType="#//Broker"> <eParameters name="username" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="forceRefresh" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="CreateResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="scenario" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="providerAlias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="resourceTypeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/> </eOperations> <eOperations name="UpdateResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="scenario" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="providerAlias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="resourceTypeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="runtimeID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/> </eOperations> <eOperations name="DeleteResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="scenario" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="providerAlias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="resourceTypeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="runtimeID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/> </eOperations> <eOperations name="getParameterValueOfResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="scenario" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="providerAlias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="runtimeID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="paramName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getBroker" eType="#//Broker"> <eParameters name="authorizationKey" eType="#//fcielements/AuthorizationKey"/> <eParameters name="forceRefresh" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="broker" eType="#//Broker"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FCICredentials"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="username" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="credoptions" upperBound="-1" eType="#//fcielements/StringToStringMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AuthorizationKey"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="username" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="credentials" eType="#//fcielements/FCICredentials" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToStringMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/ctranoris/fstoolkit/gr.upatras.ece.nam.broker.model/model/Broker.ecore
ecore
brokermodel ScenarioStatus NEW NEW REQUESTED REQUESTED SCHEDULED_PROVISIONING SCHEDULED_PROVISIONING MODIFIED MODIFIED REJECTED REJECTED RUNNING RUNNING PROVISIONING PROVISIONING SHUT_DOWN SHUT_DOWN DELETED DELETED SHUTTING_DOWN SHUTTING_DOWN SCHEDULED_SHUT_DOWN SCHEDULED_SHUT_DOWN Broker registeredUsers contributedTaxonomies offeredServices availableFederationScenarios offeredServiceCompositions ResourceServiceContracts SLAs resourceURI APIGateway NamedElement name id description uniqueID users Account password username authorizationKey ResourcesProvider offeredSiteList TestbedDesigner designsVirtualTestbeds Admin BrokerCustomer utilizesVirtualTestbed hasTestbedDesigner BrokerUser hasAccount organization address telephone BrokerPersonel resources Resource getFullQualifiedName resourceSettings contributesToCategories requiresResources OfferedResource resourceType SINGLETON belongsToSite implOfferedService multitonMaxOccur -1 geocoords ResourceSetting OnlyConfiguredByResources implServiceSetting ResourceCategory resourcelist ResourceType SINGLETON SINGLETON MULTITON MULTITON networkelements Device NetworkElement providersite DomainManager IP belongsToSite Site domainManager locatedAt offeredResourcesList belongsToProvider SiteLocation address geocoords slareservations SLA ReservedRsources forVT ValidFrom ValidUntil ReservedResourceContract ValidFrom forResource ValidUntil federationscenarios RequestedFederationScenario isShared status VTCredentials servicesRequest infrastructureRequest scheduledPlan imports runtimeInfo ServiceRequest refService OfferedByProviders reqServiceSettings numOfServices ResourceRequest refOfferedResource reqResourceSettings runtimeInfo SettingInstance staticValue assignSetting ServiceSettingInstance refServiceSetting ResourceSettingInstance refResourceSetting Credentials username password ServicesRequest serviceRequestList InfrastructureRequest reqOfferedResources resourceGroups ScheduledPlan ValidFrom ValidUntil Import importURI ResourceGroup groupedResources services Service serviceSettings requiresServices ServiceSetting mappedToResourceSettings providedByResources OfferedService ServiceComposition hasServices SettingType brTypeString defaultValue brTypeEnum tideEnumlist defaultValue brTypeList ContainsElementsOf brTypeEnumItem value description brTypeTideElement ofTideElement Taxonomy taxonomies categories hasScenarios hasServices AbstractSetting settingType userExposed userEditable canBePublished Readable false Writable false settingConstraints requiresParams Optional SettingConstraint ForOperation AvailableAfterOperation RequiredBeforeOperation ServiceResourceOperation OP_CREATE OP_CREATE OP_READ OP_READ OP_UPDATE OP_UPDATE OP_DELETE OP_DELETE settingdependencies availabilityContract ResourceServiceContract forOfferedService forOfferedResource StartDate EndDate availability Availability FromTime ToTime cost FromDate ToDate Repeatability Repeat RepeatUntil Cost perUnit Amount costUnit MIN MIN HOUR HOUR DAY DAY USAGE USAGE OTHER OTHER RepatabilityScheme DAILY DAILY WEEKLY WEEKLY MONTHLY MONTHLY YEARLY YEARLY uiObjects ui_TaxonomyTreeItem parentNode DisplayName childNodes brokerElement BrokerManager brokersRef experimentRuntime RuntimeElement status GUID context RuntimeElementStatus NOT_EXISTS NOT_EXISTS ONLINE ONLINE OFFLINE OFFLINE STARTING STARTING STOPPING STOPPING UPDATING UPDATING ERROR ERROR UNKNOWN UNKNOWN INITIALIZING INITIALIZING WAITING WAITING RunningScenarios requestedScenarios extensionInterfaces IBrokerRepository getName LoadScenario fedScenario registerBrokerRepositoryListener listener loadBrokers getBrokers IBrokerRepositoryListener RepositoryChanged IProvisionResource provisionResource brokerName scenario resourceReq supportsBroker brokerName getSupportedBrokerName deleteResource brokerName scenario resourceReq updateResource brokerName scenario resourceReq assignedSetting readResource brokerName scenario resourceReq assignedSetting forceUpdate IWorkflowEngine getEngineName getRunningScenarios ScheduleScenario scenario ShutDownScenario scenario DeletePermanentlyScenario scenario ShutDownResource scenario resourceReq UpdateResource scenario resourceReq assignedSetting ReadResource scenario resourceReq assignedSetting forceUpdate IProvisioningJobListener initialize source eventOccured event terminate IProvisioningJobEvent statusChangedOnScenario statusChangedOnResource fcielements IFCIService getBroker username password forceRefresh CreateResource scenario providerAlias resourceTypeName resourceReq UpdateResource scenario providerAlias resourceTypeName runtimeID resourceReq DeleteResource scenario providerAlias resourceTypeName runtimeID resourceReq getParameterValueOfResource scenario providerAlias runtimeID paramName getBroker authorizationKey forceRefresh broker FCICredentials username password credoptions AuthorizationKey username password credentials StringToStringMap java.util.Map$Entry java.util.Map$Entry key value
null
{"directed":true,"nodes":[{"nsPrefix":"gr.upatras.ece.nam.broker","nsURI":"http://nam.ece.upatras.gr/broker","name":"brokermodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"ScenarioStatus","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Broker","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"nsPrefix":"gr.upatras.ece.nam.broker.model.users","nsURI":"http://nam.ece.upatras.gr/broker/model/users","name":"users","id":4,"eClass":"EPackage"},{"nsPrefix":"gr.upatras.ece.nam.broker.model.resources","nsURI":"http://nam.ece.upatras.gr/broker/model/resources","name":"resources","id":5,"eClass":"EPackage"},{"nsPrefix":"gr.upatras.ece.nam.broker.model.networkelements","nsURI":"http://nam.ece.upatras.gr/broker/model/networkelements","name":"networkelements","id":6,"eClass":"EPackage"},{"nsPrefix":"gr.upatras.ece.nam.broker.model.providersite","nsURI":"http://nam.ece.upatras.gr/broker/model/providersite","name":"providersite","id":7,"eClass":"EPackage"},{"nsPrefix":"gr.upatras.ece.nam.broker.model.slareservations","nsURI":"http://nam.ece.upatras.gr/broker/model/slareservations","name":"slareservations","id":8,"eClass":"EPackage"},{"nsPrefix":"gr.upatras.ece.nam.broker.model.federationscenarios","nsURI":"http://nam.ece.upatras.gr/broker/model/federationscenarios","name":"federationscenarios","id":9,"eClass":"EPackage"},{"nsPrefix":"gr.upatras.ece.nam.broker.model.services","nsURI":"http://nam.ece.upatras.gr/broker/model/services","name":"services","id":10,"eClass":"EPackage"},{"nsPrefix":"gr.upatras.ece.nam.broker.model.settingdependencies","nsURI":"http://nam.ece.upatras.gr/broker/model/settingdependencies","name":"settingdependencies","id":11,"eClass":"EPackage"},{"nsPrefix":"gr.upatras.ece.nam.broker.model.availabilitycontract","nsURI":"http://nam.ece.upatras.gr/broker/model/availabilitycontract","name":"availabilityContract","id":12,"eClass":"EPackage"},{"nsPrefix":"gr.upatras.ece.nam.broker.model.uiObjects","nsURI":"http://nam.ece.upatras.gr/broker/model/uiObjects","name":"uiObjects","id":13,"eClass":"EPackage"},{"nsPrefix":"gr.upatras.ece.nam.broker.model.experimentRuntime","nsURI":"http://nam.ece.upatras.gr/broker/model/experimentRuntime","name":"experimentRuntime","id":14,"eClass":"EPackage"},{"nsPrefix":"gr.upatras.ece.nam.broker.model.extensionInterfaces","nsURI":"http://nam.ece.upatras.gr/broker/model/extensionInterfaces","name":"extensionInterfaces","id":15,"eClass":"EPackage"},{"nsPrefix":"gr.upatras.ece.nam.broker.model.FCIElements","nsURI":"http://nam.ece.upatras.gr/broker/model/FCIElements","name":"fcielements","id":16,"eClass":"EPackage"},{"name":"NEW","id":17,"value":0,"literal":"NEW","eClass":"EEnumLiteral"},{"name":"REQUESTED","id":18,"value":1,"literal":"REQUESTED","eClass":"EEnumLiteral"},{"name":"SCHEDULED_PROVISIONING","id":19,"value":2,"literal":"SCHEDULED_PROVISIONING","eClass":"EEnumLiteral"},{"name":"MODIFIED","id":20,"value":3,"literal":"MODIFIED","eClass":"EEnumLiteral"},{"name":"REJECTED","id":21,"value":4,"literal":"REJECTED","eClass":"EEnumLiteral"},{"name":"RUNNING","id":22,"value":5,"literal":"RUNNING","eClass":"EEnumLiteral"},{"name":"PROVISIONING","id":23,"value":6,"literal":"PROVISIONING","eClass":"EEnumLiteral"},{"name":"SHUT_DOWN","id":24,"value":7,"literal":"SHUT_DOWN","eClass":"EEnumLiteral"},{"name":"DELETED","id":25,"value":8,"literal":"DELETED","eClass":"EEnumLiteral"},{"name":"SHUTTING_DOWN","id":26,"value":9,"literal":"SHUTTING_DOWN","eClass":"EEnumLiteral"},{"name":"SCHEDULED_SHUT_DOWN","id":27,"value":10,"literal":"SCHEDULED_SHUT_DOWN","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":"registeredUsers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contributedTaxonomies","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":"offeredServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"availableFederationScenarios","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":"offeredServiceCompositions","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":"ResourceServiceContracts","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":"SLAs","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":"resourceURI","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"APIGateway","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BrokerUser","instanceClass":null,"abstract":true,"id":38,"interface":false,"eClass":"EClass"},{"id":39,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Taxonomy","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"id":41,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OfferedService","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"id":43,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequestedFederationScenario","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"id":45,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceComposition","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"id":47,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceServiceContract","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"id":49,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SLA","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uniqueID","changeable":true,"lowerBound":0,"iD":true,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Account","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourcesProvider","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestbedDesigner","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Admin","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BrokerCustomer","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BrokerPersonel","instanceClass":null,"abstract":false,"id":67,"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":"password","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"username","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"authorizationKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuthorizationKey","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offeredSiteList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Site","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"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":false,"unique":true,"name":"belongsToProvider","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"designsVirtualTestbeds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"utilizesVirtualTestbed","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasTestbedDesigner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasAccount","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"organization","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":"address","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":"telephone","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OfferedResource","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceSetting","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceCategory","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResourceType","instanceClass":null,"id":104,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFullQualifiedName","lowerBound":0,"id":105,"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":"resourceSettings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contributesToCategories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiresResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourcelist","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"SINGLETON","unsettable":false,"transient":false,"unique":true,"name":"resourceType","changeable":true,"lowerBound":0,"iD":false,"id":115,"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":"belongsToSite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implOfferedService","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"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":"multitonMaxOccur","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"geocoords","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offeredResourcesList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractSetting","instanceClass":null,"abstract":false,"id":128,"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":"OnlyConfiguredByResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implServiceSetting","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceSetting","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"name":"SINGLETON","id":137,"value":0,"literal":"SINGLETON","eClass":"EEnumLiteral"},{"name":"MULTITON","id":138,"value":1,"literal":"MULTITON","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NetworkElement","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainManager","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SiteLocation","instanceClass":null,"abstract":false,"id":144,"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":"IP","changeable":true,"lowerBound":0,"iD":false,"id":145,"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":"belongsToSite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"domainManager","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"locatedAt","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"geocoords","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReservedResourceContract","instanceClass":null,"abstract":false,"id":162,"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":"ReservedRsources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"forVT","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"ValidFrom","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ValidUntil","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ValidFrom","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"forResource","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"ValidUntil","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceRequest","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceRequest","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SettingInstance","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceSettingInstance","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceSettingInstance","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Credentials","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServicesRequest","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfrastructureRequest","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScheduledPlan","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceGroup","instanceClass":null,"abstract":false,"id":189,"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":"isShared","changeable":true,"lowerBound":0,"iD":false,"id":190,"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":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":"VTCredentials","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":"servicesRequest","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":"infrastructureRequest","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":"scheduledPlan","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"runtimeInfo","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"},{"id":205,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuntimeElement","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"id":207,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refService","changeable":true,"resolveProxies":true,"lowerBound":1,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"OfferedByProviders","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":"reqServiceSettings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numOfServices","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refOfferedResource","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":true,"unsettable":false,"transient":false,"unique":true,"name":"reqResourceSettings","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":"runtimeInfo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"staticValue","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignSetting","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refServiceSetting","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":false,"unsettable":false,"transient":false,"unique":true,"name":"refResourceSetting","changeable":true,"resolveProxies":true,"lowerBound":1,"id":232,"derived":false},{"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":"username","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"password","changeable":true,"lowerBound":0,"iD":false,"id":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceRequestList","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reqOfferedResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ValidFrom","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":"ValidUntil","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importURI","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"groupedResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SettingType","instanceClass":null,"abstract":true,"id":257,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"brTypeString","instanceClass":null,"abstract":false,"id":258,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"brTypeEnum","instanceClass":null,"abstract":false,"id":259,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"brTypeList","instanceClass":null,"abstract":false,"id":260,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"brTypeEnumItem","instanceClass":null,"abstract":false,"id":261,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"brTypeTideElement","instanceClass":null,"abstract":false,"id":262,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SettingConstraint","instanceClass":null,"abstract":false,"id":263,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ServiceResourceOperation","instanceClass":null,"id":264,"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":"serviceSettings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiresServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mappedToResourceSettings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"providedByResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tideEnumlist","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","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":false,"unsettable":false,"transient":false,"unique":true,"name":"ContainsElementsOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ofTideElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"taxonomies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasScenarios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"settingType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userExposed","changeable":true,"lowerBound":0,"iD":false,"id":308,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userEditable","changeable":true,"lowerBound":0,"iD":false,"id":309,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"canBePublished","changeable":true,"lowerBound":0,"iD":false,"id":310,"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":"Readable","changeable":true,"lowerBound":0,"iD":false,"id":311,"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":"Writable","changeable":true,"lowerBound":0,"iD":false,"id":312,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"settingConstraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiresParams","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"Optional","changeable":true,"lowerBound":0,"iD":false,"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"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ForOperation","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"AvailableAfterOperation","changeable":true,"lowerBound":0,"iD":false,"id":327,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"RequiredBeforeOperation","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"},{"name":"OP_CREATE","id":333,"value":0,"literal":"OP_CREATE","eClass":"EEnumLiteral"},{"name":"OP_READ","id":334,"value":1,"literal":"OP_READ","eClass":"EEnumLiteral"},{"name":"OP_UPDATE","id":335,"value":2,"literal":"OP_UPDATE","eClass":"EEnumLiteral"},{"name":"OP_DELETE","id":336,"value":3,"literal":"OP_DELETE","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Availability","instanceClass":null,"abstract":false,"id":337,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cost","instanceClass":null,"abstract":false,"id":338,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"costUnit","instanceClass":null,"id":339,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"RepatabilityScheme","instanceClass":null,"id":340,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"forOfferedService","changeable":true,"resolveProxies":true,"lowerBound":1,"id":341,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"forOfferedResource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":342,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"StartDate","changeable":true,"lowerBound":1,"iD":false,"id":343,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"EndDate","changeable":true,"lowerBound":1,"iD":false,"id":344,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"availability","changeable":true,"resolveProxies":true,"lowerBound":0,"id":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"FromTime","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":"ToTime","changeable":true,"lowerBound":0,"iD":false,"id":353,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cost","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"FromDate","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":"ToDate","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Repeatability","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"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":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":"RepeatUntil","changeable":true,"lowerBound":0,"iD":false,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"perUnit","changeable":true,"lowerBound":0,"iD":false,"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":"Amount","changeable":true,"lowerBound":0,"iD":false,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"name":"MIN","id":372,"value":0,"literal":"MIN","eClass":"EEnumLiteral"},{"name":"HOUR","id":373,"value":1,"literal":"HOUR","eClass":"EEnumLiteral"},{"name":"DAY","id":374,"value":2,"literal":"DAY","eClass":"EEnumLiteral"},{"name":"USAGE","id":375,"value":3,"literal":"USAGE","eClass":"EEnumLiteral"},{"name":"OTHER","id":376,"value":4,"literal":"OTHER","eClass":"EEnumLiteral"},{"name":"DAILY","id":377,"value":0,"literal":"DAILY","eClass":"EEnumLiteral"},{"name":"WEEKLY","id":378,"value":1,"literal":"WEEKLY","eClass":"EEnumLiteral"},{"name":"MONTHLY","id":379,"value":2,"literal":"MONTHLY","eClass":"EEnumLiteral"},{"name":"YEARLY","id":380,"value":3,"literal":"YEARLY","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ui_TaxonomyTreeItem","instanceClass":null,"abstract":false,"id":381,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BrokerManager","instanceClass":null,"abstract":false,"id":382,"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":"parentNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"DisplayName","changeable":true,"lowerBound":0,"iD":false,"id":384,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childNodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"brokerElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"brokersRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"id":392,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"RuntimeElementStatus","instanceClass":null,"id":393,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RunningScenarios","instanceClass":null,"abstract":false,"id":394,"interface":false,"eClass":"EClass"},{"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":395,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"GUID","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":"context","changeable":true,"lowerBound":0,"iD":false,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"name":"NOT_EXISTS","id":402,"value":0,"literal":"NOT_EXISTS","eClass":"EEnumLiteral"},{"name":"ONLINE","id":403,"value":1,"literal":"ONLINE","eClass":"EEnumLiteral"},{"name":"OFFLINE","id":404,"value":2,"literal":"OFFLINE","eClass":"EEnumLiteral"},{"name":"STARTING","id":405,"value":3,"literal":"STARTING","eClass":"EEnumLiteral"},{"name":"STOPPING","id":406,"value":4,"literal":"STOPPING","eClass":"EEnumLiteral"},{"name":"UPDATING","id":407,"value":5,"literal":"UPDATING","eClass":"EEnumLiteral"},{"name":"ERROR","id":408,"value":6,"literal":"ERROR","eClass":"EEnumLiteral"},{"name":"UNKNOWN","id":409,"value":7,"literal":"UNKNOWN","eClass":"EEnumLiteral"},{"name":"INITIALIZING","id":410,"value":8,"literal":"INITIALIZING","eClass":"EEnumLiteral"},{"name":"WAITING","id":411,"value":9,"literal":"WAITING","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":"requestedScenarios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBrokerRepository","instanceClass":null,"abstract":true,"id":414,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBrokerRepositoryListener","instanceClass":null,"abstract":true,"id":415,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IProvisionResource","instanceClass":null,"abstract":true,"id":416,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IWorkflowEngine","instanceClass":null,"abstract":true,"id":417,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IProvisioningJobListener","instanceClass":null,"abstract":true,"id":418,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IProvisioningJobEvent","instanceClass":null,"abstract":true,"id":419,"interface":true,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getName","lowerBound":0,"id":420,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"LoadScenario","lowerBound":0,"id":421,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"registerBrokerRepositoryListener","lowerBound":0,"id":422,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"loadBrokers","lowerBound":0,"id":423,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getBrokers","lowerBound":0,"id":424,"many":true,"required":false,"eClass":"EOperation"},{"id":425,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fedScenario","lowerBound":0,"id":426,"many":false,"required":false,"eClass":"EParameter"},{"id":427,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":428,"many":false,"required":false,"eClass":"EParameter"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"RepositoryChanged","lowerBound":0,"id":432,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"provisionResource","lowerBound":0,"id":433,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"supportsBroker","lowerBound":0,"id":434,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSupportedBrokerName","lowerBound":0,"id":435,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deleteResource","lowerBound":0,"id":436,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateResource","lowerBound":0,"id":437,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"readResource","lowerBound":0,"id":438,"many":false,"required":false,"eClass":"EOperation"},{"id":439,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"brokerName","lowerBound":0,"id":440,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":441,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":442,"many":false,"required":false,"eClass":"EParameter"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"brokerName","lowerBound":0,"id":447,"many":false,"required":false,"eClass":"EParameter"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"brokerName","lowerBound":0,"id":451,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":452,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":453,"many":false,"required":false,"eClass":"EParameter"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"brokerName","lowerBound":0,"id":458,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":459,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":460,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"assignedSetting","lowerBound":0,"id":461,"many":true,"required":false,"eClass":"EParameter"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"brokerName","lowerBound":0,"id":467,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":468,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":469,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"assignedSetting","lowerBound":0,"id":470,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"forceUpdate","lowerBound":0,"id":471,"many":false,"required":false,"eClass":"EParameter"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEngineName","lowerBound":0,"id":477,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRunningScenarios","lowerBound":0,"id":478,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ScheduleScenario","lowerBound":0,"id":479,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ShutDownScenario","lowerBound":0,"id":480,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"DeletePermanentlyScenario","lowerBound":0,"id":481,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ShutDownResource","lowerBound":0,"id":482,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"UpdateResource","lowerBound":0,"id":483,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ReadResource","lowerBound":0,"id":484,"many":false,"required":false,"eClass":"EOperation"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":487,"many":false,"required":false,"eClass":"EParameter"},{"id":488,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":489,"many":false,"required":false,"eClass":"EParameter"},{"id":490,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":491,"many":false,"required":false,"eClass":"EParameter"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":494,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":495,"many":false,"required":false,"eClass":"EParameter"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":499,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":500,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"assignedSetting","lowerBound":0,"id":501,"many":true,"required":false,"eClass":"EParameter"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":506,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":507,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"assignedSetting","lowerBound":0,"id":508,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"forceUpdate","lowerBound":0,"id":509,"many":false,"required":false,"eClass":"EParameter"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"initialize","lowerBound":0,"id":514,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eventOccured","lowerBound":0,"id":515,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"terminate","lowerBound":0,"id":516,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":517,"many":false,"required":false,"eClass":"EParameter"},{"id":518,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"event","lowerBound":0,"id":519,"many":false,"required":false,"eClass":"EParameter"},{"id":520,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statusChangedOnScenario","lowerBound":0,"id":521,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"statusChangedOnResource","lowerBound":0,"id":522,"many":false,"required":false,"eClass":"EOperation"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IFCIService","instanceClass":null,"abstract":true,"id":525,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FCICredentials","instanceClass":null,"abstract":false,"id":526,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToStringMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":527,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBroker","lowerBound":0,"id":528,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"CreateResource","lowerBound":0,"id":529,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"UpdateResource","lowerBound":0,"id":530,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"DeleteResource","lowerBound":0,"id":531,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParameterValueOfResource","lowerBound":0,"id":532,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBroker","lowerBound":0,"id":533,"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":"broker","changeable":true,"resolveProxies":true,"lowerBound":0,"id":534,"derived":false},{"id":535,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"username","lowerBound":0,"id":536,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"password","lowerBound":0,"id":537,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"forceRefresh","lowerBound":0,"id":538,"many":false,"required":false,"eClass":"EParameter"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":543,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"providerAlias","lowerBound":0,"id":544,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceTypeName","lowerBound":0,"id":545,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":546,"many":false,"required":false,"eClass":"EParameter"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":552,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"providerAlias","lowerBound":0,"id":553,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceTypeName","lowerBound":0,"id":554,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"runtimeID","lowerBound":0,"id":555,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":556,"many":false,"required":false,"eClass":"EParameter"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":563,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"providerAlias","lowerBound":0,"id":564,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceTypeName","lowerBound":0,"id":565,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"runtimeID","lowerBound":0,"id":566,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":574,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"providerAlias","lowerBound":0,"id":575,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"runtimeID","lowerBound":0,"id":576,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"paramName","lowerBound":0,"id":577,"many":false,"required":false,"eClass":"EParameter"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"authorizationKey","lowerBound":0,"id":583,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"forceRefresh","lowerBound":0,"id":584,"many":false,"required":false,"eClass":"EParameter"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"username","changeable":true,"lowerBound":0,"iD":false,"id":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":"password","changeable":true,"lowerBound":0,"iD":false,"id":589,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"credoptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":590,"derived":false},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"username","changeable":true,"lowerBound":0,"iD":false,"id":594,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"password","changeable":true,"lowerBound":0,"iD":false,"id":595,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"credentials","changeable":true,"resolveProxies":true,"lowerBound":0,"id":596,"derived":false},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":600,"derived":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":601,"derived":false},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":17,"target":1},{"source":18,"target":1},{"source":19,"target":1},{"source":20,"target":1},{"source":21,"target":1},{"source":22,"target":1},{"source":23,"target":1},{"source":24,"target":1},{"source":25,"target":1},{"source":26,"target":1},{"source":27,"target":1},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":28,"target":38},{"source":28,"target":39},{"source":28,"target":2},{"source":39,"target":38},{"source":29,"target":40},{"source":29,"target":41},{"source":29,"target":2},{"source":41,"target":40},{"source":30,"target":42},{"source":30,"target":43},{"source":30,"target":2},{"source":43,"target":42},{"source":31,"target":44},{"source":31,"target":45},{"source":31,"target":2},{"source":45,"target":44},{"source":32,"target":46},{"source":32,"target":47},{"source":32,"target":2},{"source":47,"target":46},{"source":33,"target":48},{"source":33,"target":49},{"source":33,"target":2},{"source":49,"target":48},{"source":34,"target":50},{"source":34,"target":51},{"source":34,"target":2},{"source":51,"target":50},{"source":35,"target":52},{"source":35,"target":2},{"source":36,"target":53},{"source":36,"target":2},{"source":37,"target":3},{"source":3,"target":0},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":54,"target":58},{"source":54,"target":3},{"source":55,"target":59},{"source":55,"target":3},{"source":56,"target":60},{"source":56,"target":3},{"source":57,"target":61},{"source":57,"target":3},{"source":4,"target":62},{"source":4,"target":63},{"source":4,"target":64},{"source":4,"target":65},{"source":4,"target":66},{"source":4,"target":38},{"source":4,"target":67},{"source":4,"target":0},{"source":62,"target":4},{"source":62,"target":3},{"source":62,"target":68},{"source":62,"target":69},{"source":62,"target":70},{"source":62,"target":71},{"source":68,"target":72},{"source":68,"target":62},{"source":69,"target":73},{"source":69,"target":62},{"source":70,"target":74},{"source":70,"target":75},{"source":70,"target":62},{"source":75,"target":74},{"source":71,"target":3},{"source":63,"target":4},{"source":63,"target":38},{"source":63,"target":76},{"source":63,"target":77},{"source":76,"target":78},{"source":76,"target":79},{"source":76,"target":63},{"source":76,"target":80},{"source":79,"target":78},{"source":77,"target":38},{"source":64,"target":4},{"source":64,"target":38},{"source":64,"target":81},{"source":64,"target":82},{"source":81,"target":44},{"source":81,"target":83},{"source":81,"target":64},{"source":83,"target":44},{"source":82,"target":38},{"source":65,"target":4},{"source":65,"target":67},{"source":65,"target":84},{"source":84,"target":67},{"source":66,"target":4},{"source":66,"target":38},{"source":66,"target":85},{"source":66,"target":86},{"source":66,"target":87},{"source":85,"target":44},{"source":85,"target":88},{"source":85,"target":66},{"source":88,"target":44},{"source":86,"target":64},{"source":86,"target":89},{"source":86,"target":66},{"source":89,"target":64},{"source":87,"target":38},{"source":38,"target":4},{"source":38,"target":3},{"source":38,"target":90},{"source":38,"target":91},{"source":38,"target":92},{"source":38,"target":93},{"source":38,"target":94},{"source":90,"target":62},{"source":90,"target":95},{"source":90,"target":38},{"source":95,"target":62},{"source":91,"target":96},{"source":91,"target":38},{"source":92,"target":97},{"source":92,"target":38},{"source":93,"target":98},{"source":93,"target":38},{"source":94,"target":3},{"source":67,"target":4},{"source":67,"target":38},{"source":67,"target":99},{"source":99,"target":38},{"source":5,"target":100},{"source":5,"target":101},{"source":5,"target":102},{"source":5,"target":103},{"source":5,"target":104},{"source":5,"target":0},{"source":100,"target":5},{"source":100,"target":3},{"source":100,"target":105},{"source":100,"target":106},{"source":100,"target":107},{"source":100,"target":108},{"source":100,"target":109},{"source":105,"target":110},{"source":105,"target":100},{"source":106,"target":102},{"source":106,"target":111},{"source":106,"target":100},{"source":111,"target":102},{"source":107,"target":103},{"source":107,"target":112},{"source":107,"target":100},{"source":107,"target":113},{"source":112,"target":103},{"source":108,"target":100},{"source":108,"target":114},{"source":108,"target":100},{"source":114,"target":100},{"source":109,"target":3},{"source":101,"target":5},{"source":101,"target":100},{"source":101,"target":115},{"source":101,"target":116},{"source":101,"target":117},{"source":101,"target":118},{"source":101,"target":119},{"source":101,"target":120},{"source":115,"target":104},{"source":115,"target":121},{"source":115,"target":101},{"source":121,"target":104},{"source":116,"target":78},{"source":116,"target":122},{"source":116,"target":101},{"source":116,"target":123},{"source":122,"target":78},{"source":117,"target":124},{"source":117,"target":125},{"source":117,"target":101},{"source":125,"target":124},{"source":118,"target":126},{"source":118,"target":101},{"source":119,"target":127},{"source":119,"target":101},{"source":120,"target":100},{"source":102,"target":5},{"source":102,"target":128},{"source":102,"target":129},{"source":102,"target":130},{"source":102,"target":131},{"source":129,"target":100},{"source":129,"target":132},{"source":129,"target":102},{"source":132,"target":100},{"source":130,"target":133},{"source":130,"target":134},{"source":130,"target":102},{"source":134,"target":133},{"source":131,"target":128},{"source":103,"target":5},{"source":103,"target":3},{"source":103,"target":113},{"source":103,"target":135},{"source":113,"target":100},{"source":113,"target":136},{"source":113,"target":103},{"source":113,"target":107},{"source":136,"target":100},{"source":135,"target":3},{"source":104,"target":5},{"source":104,"target":137},{"source":104,"target":138},{"source":137,"target":104},{"source":138,"target":104},{"source":6,"target":139},{"source":6,"target":140},{"source":6,"target":0},{"source":139,"target":6},{"source":139,"target":140},{"source":139,"target":141},{"source":141,"target":140},{"source":140,"target":6},{"source":140,"target":3},{"source":140,"target":142},{"source":142,"target":3},{"source":7,"target":143},{"source":7,"target":78},{"source":7,"target":144},{"source":7,"target":0},{"source":143,"target":7},{"source":143,"target":3},{"source":143,"target":145},{"source":143,"target":146},{"source":143,"target":147},{"source":145,"target":148},{"source":145,"target":143},{"source":146,"target":78},{"source":146,"target":149},{"source":146,"target":143},{"source":146,"target":150},{"source":149,"target":78},{"source":147,"target":3},{"source":78,"target":7},{"source":78,"target":3},{"source":78,"target":150},{"source":78,"target":151},{"source":78,"target":123},{"source":78,"target":80},{"source":78,"target":152},{"source":150,"target":143},{"source":150,"target":153},{"source":150,"target":78},{"source":150,"target":146},{"source":153,"target":143},{"source":151,"target":144},{"source":151,"target":154},{"source":151,"target":78},{"source":154,"target":144},{"source":123,"target":101},{"source":123,"target":155},{"source":123,"target":78},{"source":123,"target":116},{"source":155,"target":101},{"source":80,"target":63},{"source":80,"target":156},{"source":80,"target":78},{"source":80,"target":76},{"source":156,"target":63},{"source":152,"target":3},{"source":144,"target":7},{"source":144,"target":3},{"source":144,"target":157},{"source":144,"target":158},{"source":144,"target":159},{"source":157,"target":160},{"source":157,"target":144},{"source":158,"target":161},{"source":158,"target":144},{"source":159,"target":3},{"source":8,"target":50},{"source":8,"target":162},{"source":8,"target":0},{"source":50,"target":8},{"source":50,"target":3},{"source":50,"target":163},{"source":50,"target":164},{"source":50,"target":165},{"source":50,"target":166},{"source":50,"target":167},{"source":163,"target":162},{"source":163,"target":168},{"source":163,"target":50},{"source":168,"target":162},{"source":164,"target":44},{"source":164,"target":169},{"source":164,"target":50},{"source":169,"target":44},{"source":165,"target":170},{"source":165,"target":50},{"source":166,"target":171},{"source":166,"target":50},{"source":167,"target":3},{"source":162,"target":8},{"source":162,"target":3},{"source":162,"target":172},{"source":162,"target":173},{"source":162,"target":174},{"source":162,"target":175},{"source":172,"target":176},{"source":172,"target":162},{"source":173,"target":101},{"source":173,"target":177},{"source":173,"target":162},{"source":177,"target":101},{"source":174,"target":178},{"source":174,"target":162},{"source":175,"target":3},{"source":9,"target":44},{"source":9,"target":179},{"source":9,"target":180},{"source":9,"target":181},{"source":9,"target":182},{"source":9,"target":183},{"source":9,"target":184},{"source":9,"target":185},{"source":9,"target":186},{"source":9,"target":187},{"source":9,"target":188},{"source":9,"target":189},{"source":9,"target":0},{"source":44,"target":9},{"source":44,"target":3},{"source":44,"target":190},{"source":44,"target":191},{"source":44,"target":192},{"source":44,"target":193},{"source":44,"target":194},{"source":44,"target":195},{"source":44,"target":196},{"source":44,"target":197},{"source":44,"target":198},{"source":190,"target":199},{"source":190,"target":44},{"source":191,"target":1},{"source":191,"target":200},{"source":191,"target":44},{"source":200,"target":1},{"source":192,"target":184},{"source":192,"target":201},{"source":192,"target":44},{"source":201,"target":184},{"source":193,"target":185},{"source":193,"target":202},{"source":193,"target":44},{"source":202,"target":185},{"source":194,"target":186},{"source":194,"target":203},{"source":194,"target":44},{"source":203,"target":186},{"source":195,"target":187},{"source":195,"target":204},{"source":195,"target":44},{"source":204,"target":187},{"source":196,"target":188},{"source":196,"target":205},{"source":196,"target":44},{"source":205,"target":188},{"source":197,"target":206},{"source":197,"target":207},{"source":197,"target":44},{"source":207,"target":206},{"source":198,"target":3},{"source":179,"target":9},{"source":179,"target":3},{"source":179,"target":208},{"source":179,"target":209},{"source":179,"target":210},{"source":179,"target":211},{"source":179,"target":212},{"source":208,"target":124},{"source":208,"target":213},{"source":208,"target":179},{"source":213,"target":124},{"source":209,"target":63},{"source":209,"target":214},{"source":209,"target":179},{"source":214,"target":63},{"source":210,"target":182},{"source":210,"target":215},{"source":210,"target":179},{"source":215,"target":182},{"source":211,"target":216},{"source":211,"target":179},{"source":212,"target":3},{"source":180,"target":9},{"source":180,"target":3},{"source":180,"target":217},{"source":180,"target":218},{"source":180,"target":219},{"source":180,"target":220},{"source":217,"target":101},{"source":217,"target":221},{"source":217,"target":180},{"source":221,"target":101},{"source":218,"target":183},{"source":218,"target":222},{"source":218,"target":180},{"source":222,"target":183},{"source":219,"target":206},{"source":219,"target":223},{"source":219,"target":180},{"source":223,"target":206},{"source":220,"target":3},{"source":181,"target":9},{"source":181,"target":3},{"source":181,"target":224},{"source":181,"target":225},{"source":181,"target":226},{"source":224,"target":227},{"source":224,"target":181},{"source":225,"target":181},{"source":225,"target":228},{"source":225,"target":181},{"source":228,"target":181},{"source":226,"target":3},{"source":182,"target":9},{"source":182,"target":181},{"source":182,"target":229},{"source":182,"target":230},{"source":229,"target":133},{"source":229,"target":231},{"source":229,"target":182},{"source":231,"target":133},{"source":230,"target":181},{"source":183,"target":9},{"source":183,"target":181},{"source":183,"target":232},{"source":183,"target":233},{"source":232,"target":102},{"source":232,"target":234},{"source":232,"target":183},{"source":234,"target":102},{"source":233,"target":181},{"source":184,"target":9},{"source":184,"target":3},{"source":184,"target":235},{"source":184,"target":236},{"source":184,"target":237},{"source":235,"target":238},{"source":235,"target":184},{"source":236,"target":239},{"source":236,"target":184},{"source":237,"target":3},{"source":185,"target":9},{"source":185,"target":3},{"source":185,"target":240},{"source":185,"target":241},{"source":240,"target":179},{"source":240,"target":242},{"source":240,"target":185},{"source":242,"target":179},{"source":241,"target":3},{"source":186,"target":9},{"source":186,"target":3},{"source":186,"target":243},{"source":186,"target":244},{"source":186,"target":245},{"source":243,"target":180},{"source":243,"target":246},{"source":243,"target":186},{"source":246,"target":180},{"source":244,"target":189},{"source":244,"target":247},{"source":244,"target":186},{"source":247,"target":189},{"source":245,"target":3},{"source":187,"target":9},{"source":187,"target":248},{"source":187,"target":249},{"source":248,"target":250},{"source":248,"target":187},{"source":249,"target":251},{"source":249,"target":187},{"source":188,"target":9},{"source":188,"target":252},{"source":252,"target":253},{"source":252,"target":188},{"source":189,"target":9},{"source":189,"target":3},{"source":189,"target":254},{"source":189,"target":255},{"source":254,"target":180},{"source":254,"target":256},{"source":254,"target":189},{"source":256,"target":180},{"source":255,"target":3},{"source":10,"target":124},{"source":10,"target":133},{"source":10,"target":42},{"source":10,"target":46},{"source":10,"target":257},{"source":10,"target":258},{"source":10,"target":259},{"source":10,"target":260},{"source":10,"target":261},{"source":10,"target":262},{"source":10,"target":40},{"source":10,"target":128},{"source":10,"target":263},{"source":10,"target":264},{"source":10,"target":0},{"source":124,"target":10},{"source":124,"target":3},{"source":124,"target":265},{"source":124,"target":266},{"source":124,"target":267},{"source":265,"target":133},{"source":265,"target":268},{"source":265,"target":124},{"source":268,"target":133},{"source":266,"target":124},{"source":266,"target":269},{"source":266,"target":124},{"source":269,"target":124},{"source":267,"target":3},{"source":133,"target":10},{"source":133,"target":128},{"source":133,"target":270},{"source":133,"target":271},{"source":133,"target":272},{"source":270,"target":102},{"source":270,"target":273},{"source":270,"target":133},{"source":273,"target":102},{"source":271,"target":100},{"source":271,"target":274},{"source":271,"target":133},{"source":274,"target":100},{"source":272,"target":128},{"source":42,"target":10},{"source":42,"target":124},{"source":42,"target":275},{"source":275,"target":124},{"source":46,"target":10},{"source":46,"target":3},{"source":46,"target":276},{"source":46,"target":277},{"source":276,"target":124},{"source":276,"target":278},{"source":276,"target":46},{"source":278,"target":124},{"source":277,"target":3},{"source":257,"target":10},{"source":257,"target":3},{"source":257,"target":279},{"source":279,"target":3},{"source":258,"target":10},{"source":258,"target":257},{"source":258,"target":280},{"source":258,"target":281},{"source":280,"target":282},{"source":280,"target":258},{"source":281,"target":257},{"source":259,"target":10},{"source":259,"target":257},{"source":259,"target":283},{"source":259,"target":284},{"source":259,"target":285},{"source":283,"target":261},{"source":283,"target":286},{"source":283,"target":259},{"source":286,"target":261},{"source":284,"target":261},{"source":284,"target":287},{"source":284,"target":259},{"source":287,"target":261},{"source":285,"target":257},{"source":260,"target":10},{"source":260,"target":257},{"source":260,"target":288},{"source":260,"target":289},{"source":288,"target":3},{"source":288,"target":290},{"source":288,"target":260},{"source":290,"target":3},{"source":289,"target":257},{"source":261,"target":10},{"source":261,"target":291},{"source":261,"target":292},{"source":291,"target":293},{"source":291,"target":261},{"source":292,"target":294},{"source":292,"target":261},{"source":262,"target":10},{"source":262,"target":257},{"source":262,"target":295},{"source":262,"target":296},{"source":295,"target":3},{"source":295,"target":297},{"source":295,"target":262},{"source":297,"target":3},{"source":296,"target":257},{"source":40,"target":10},{"source":40,"target":3},{"source":40,"target":298},{"source":40,"target":299},{"source":40,"target":300},{"source":40,"target":301},{"source":40,"target":302},{"source":298,"target":40},{"source":298,"target":303},{"source":298,"target":40},{"source":303,"target":40},{"source":299,"target":103},{"source":299,"target":304},{"source":299,"target":40},{"source":304,"target":103},{"source":300,"target":44},{"source":300,"target":305},{"source":300,"target":40},{"source":305,"target":44},{"source":301,"target":124},{"source":301,"target":306},{"source":301,"target":40},{"source":306,"target":124},{"source":302,"target":3},{"source":128,"target":10},{"source":128,"target":3},{"source":128,"target":307},{"source":128,"target":308},{"source":128,"target":309},{"source":128,"target":310},{"source":128,"target":311},{"source":128,"target":312},{"source":128,"target":313},{"source":128,"target":314},{"source":128,"target":315},{"source":128,"target":316},{"source":307,"target":257},{"source":307,"target":317},{"source":307,"target":128},{"source":317,"target":257},{"source":308,"target":318},{"source":308,"target":128},{"source":309,"target":319},{"source":309,"target":128},{"source":310,"target":320},{"source":310,"target":128},{"source":311,"target":321},{"source":311,"target":128},{"source":312,"target":322},{"source":312,"target":128},{"source":313,"target":263},{"source":313,"target":323},{"source":313,"target":128},{"source":323,"target":263},{"source":314,"target":128},{"source":314,"target":324},{"source":314,"target":128},{"source":324,"target":128},{"source":315,"target":325},{"source":315,"target":128},{"source":316,"target":3},{"source":263,"target":10},{"source":263,"target":3},{"source":263,"target":326},{"source":263,"target":327},{"source":263,"target":328},{"source":263,"target":329},{"source":326,"target":264},{"source":326,"target":330},{"source":326,"target":263},{"source":330,"target":264},{"source":327,"target":331},{"source":327,"target":263},{"source":328,"target":332},{"source":328,"target":263},{"source":329,"target":3},{"source":264,"target":10},{"source":264,"target":333},{"source":264,"target":334},{"source":264,"target":335},{"source":264,"target":336},{"source":333,"target":264},{"source":334,"target":264},{"source":335,"target":264},{"source":336,"target":264},{"source":11,"target":0},{"source":12,"target":48},{"source":12,"target":337},{"source":12,"target":338},{"source":12,"target":339},{"source":12,"target":340},{"source":12,"target":0},{"source":48,"target":12},{"source":48,"target":3},{"source":48,"target":341},{"source":48,"target":342},{"source":48,"target":343},{"source":48,"target":344},{"source":48,"target":345},{"source":48,"target":346},{"source":341,"target":124},{"source":341,"target":347},{"source":341,"target":48},{"source":347,"target":124},{"source":342,"target":101},{"source":342,"target":348},{"source":342,"target":48},{"source":348,"target":101},{"source":343,"target":349},{"source":343,"target":48},{"source":344,"target":350},{"source":344,"target":48},{"source":345,"target":337},{"source":345,"target":351},{"source":345,"target":48},{"source":351,"target":337},{"source":346,"target":3},{"source":337,"target":12},{"source":337,"target":352},{"source":337,"target":353},{"source":337,"target":354},{"source":337,"target":355},{"source":337,"target":356},{"source":337,"target":357},{"source":337,"target":358},{"source":337,"target":359},{"source":352,"target":360},{"source":352,"target":337},{"source":353,"target":361},{"source":353,"target":337},{"source":354,"target":338},{"source":354,"target":362},{"source":354,"target":337},{"source":362,"target":338},{"source":355,"target":363},{"source":355,"target":337},{"source":356,"target":364},{"source":356,"target":337},{"source":357,"target":340},{"source":357,"target":365},{"source":357,"target":337},{"source":365,"target":340},{"source":358,"target":366},{"source":358,"target":337},{"source":359,"target":367},{"source":359,"target":337},{"source":338,"target":12},{"source":338,"target":368},{"source":338,"target":369},{"source":368,"target":339},{"source":368,"target":370},{"source":368,"target":338},{"source":370,"target":339},{"source":369,"target":371},{"source":369,"target":338},{"source":339,"target":12},{"source":339,"target":372},{"source":339,"target":373},{"source":339,"target":374},{"source":339,"target":375},{"source":339,"target":376},{"source":372,"target":339},{"source":373,"target":339},{"source":374,"target":339},{"source":375,"target":339},{"source":376,"target":339},{"source":340,"target":12},{"source":340,"target":377},{"source":340,"target":378},{"source":340,"target":379},{"source":340,"target":380},{"source":377,"target":340},{"source":378,"target":340},{"source":379,"target":340},{"source":380,"target":340},{"source":13,"target":381},{"source":13,"target":382},{"source":13,"target":0},{"source":381,"target":13},{"source":381,"target":383},{"source":381,"target":384},{"source":381,"target":385},{"source":381,"target":386},{"source":383,"target":381},{"source":383,"target":387},{"source":383,"target":381},{"source":387,"target":381},{"source":384,"target":388},{"source":384,"target":381},{"source":385,"target":381},{"source":385,"target":389},{"source":385,"target":381},{"source":389,"target":381},{"source":386,"target":3},{"source":386,"target":390},{"source":386,"target":381},{"source":390,"target":3},{"source":382,"target":13},{"source":382,"target":391},{"source":391,"target":2},{"source":391,"target":392},{"source":391,"target":382},{"source":392,"target":2},{"source":14,"target":206},{"source":14,"target":393},{"source":14,"target":394},{"source":14,"target":0},{"source":206,"target":14},{"source":206,"target":3},{"source":206,"target":395},{"source":206,"target":396},{"source":206,"target":397},{"source":206,"target":398},{"source":395,"target":393},{"source":395,"target":399},{"source":395,"target":206},{"source":399,"target":393},{"source":396,"target":400},{"source":396,"target":206},{"source":397,"target":401},{"source":397,"target":206},{"source":398,"target":3},{"source":393,"target":14},{"source":393,"target":402},{"source":393,"target":403},{"source":393,"target":404},{"source":393,"target":405},{"source":393,"target":406},{"source":393,"target":407},{"source":393,"target":408},{"source":393,"target":409},{"source":393,"target":410},{"source":393,"target":411},{"source":402,"target":393},{"source":403,"target":393},{"source":404,"target":393},{"source":405,"target":393},{"source":406,"target":393},{"source":407,"target":393},{"source":408,"target":393},{"source":409,"target":393},{"source":410,"target":393},{"source":411,"target":393},{"source":394,"target":14},{"source":394,"target":412},{"source":412,"target":44},{"source":412,"target":413},{"source":412,"target":394},{"source":413,"target":44},{"source":15,"target":414},{"source":15,"target":415},{"source":15,"target":416},{"source":15,"target":417},{"source":15,"target":418},{"source":15,"target":419},{"source":15,"target":0},{"source":414,"target":15},{"source":414,"target":420},{"source":414,"target":421},{"source":414,"target":422},{"source":414,"target":423},{"source":414,"target":424},{"source":420,"target":425},{"source":420,"target":414},{"source":421,"target":414},{"source":421,"target":426},{"source":426,"target":44},{"source":426,"target":427},{"source":426,"target":421},{"source":427,"target":44},{"source":422,"target":414},{"source":422,"target":428},{"source":428,"target":415},{"source":428,"target":429},{"source":428,"target":422},{"source":429,"target":415},{"source":423,"target":2},{"source":423,"target":430},{"source":423,"target":414},{"source":430,"target":2},{"source":424,"target":2},{"source":424,"target":431},{"source":424,"target":414},{"source":431,"target":2},{"source":415,"target":15},{"source":415,"target":432},{"source":432,"target":415},{"source":416,"target":15},{"source":416,"target":433},{"source":416,"target":434},{"source":416,"target":435},{"source":416,"target":436},{"source":416,"target":437},{"source":416,"target":438},{"source":433,"target":439},{"source":433,"target":416},{"source":433,"target":440},{"source":433,"target":441},{"source":433,"target":442},{"source":440,"target":443},{"source":440,"target":433},{"source":441,"target":44},{"source":441,"target":444},{"source":441,"target":433},{"source":444,"target":44},{"source":442,"target":180},{"source":442,"target":445},{"source":442,"target":433},{"source":445,"target":180},{"source":434,"target":446},{"source":434,"target":416},{"source":434,"target":447},{"source":447,"target":448},{"source":447,"target":434},{"source":435,"target":449},{"source":435,"target":416},{"source":436,"target":450},{"source":436,"target":416},{"source":436,"target":451},{"source":436,"target":452},{"source":436,"target":453},{"source":451,"target":454},{"source":451,"target":436},{"source":452,"target":44},{"source":452,"target":455},{"source":452,"target":436},{"source":455,"target":44},{"source":453,"target":180},{"source":453,"target":456},{"source":453,"target":436},{"source":456,"target":180},{"source":437,"target":457},{"source":437,"target":416},{"source":437,"target":458},{"source":437,"target":459},{"source":437,"target":460},{"source":437,"target":461},{"source":458,"target":462},{"source":458,"target":437},{"source":459,"target":44},{"source":459,"target":463},{"source":459,"target":437},{"source":463,"target":44},{"source":460,"target":180},{"source":460,"target":464},{"source":460,"target":437},{"source":464,"target":180},{"source":461,"target":183},{"source":461,"target":465},{"source":461,"target":437},{"source":465,"target":183},{"source":438,"target":466},{"source":438,"target":416},{"source":438,"target":467},{"source":438,"target":468},{"source":438,"target":469},{"source":438,"target":470},{"source":438,"target":471},{"source":467,"target":472},{"source":467,"target":438},{"source":468,"target":44},{"source":468,"target":473},{"source":468,"target":438},{"source":473,"target":44},{"source":469,"target":180},{"source":469,"target":474},{"source":469,"target":438},{"source":474,"target":180},{"source":470,"target":183},{"source":470,"target":475},{"source":470,"target":438},{"source":475,"target":183},{"source":471,"target":476},{"source":471,"target":438},{"source":417,"target":15},{"source":417,"target":477},{"source":417,"target":478},{"source":417,"target":479},{"source":417,"target":480},{"source":417,"target":481},{"source":417,"target":482},{"source":417,"target":483},{"source":417,"target":484},{"source":477,"target":485},{"source":477,"target":417},{"source":478,"target":394},{"source":478,"target":486},{"source":478,"target":417},{"source":486,"target":394},{"source":479,"target":417},{"source":479,"target":487},{"source":487,"target":44},{"source":487,"target":488},{"source":487,"target":479},{"source":488,"target":44},{"source":480,"target":417},{"source":480,"target":489},{"source":489,"target":44},{"source":489,"target":490},{"source":489,"target":480},{"source":490,"target":44},{"source":481,"target":417},{"source":481,"target":491},{"source":491,"target":44},{"source":491,"target":492},{"source":491,"target":481},{"source":492,"target":44},{"source":482,"target":493},{"source":482,"target":417},{"source":482,"target":494},{"source":482,"target":495},{"source":494,"target":44},{"source":494,"target":496},{"source":494,"target":482},{"source":496,"target":44},{"source":495,"target":180},{"source":495,"target":497},{"source":495,"target":482},{"source":497,"target":180},{"source":483,"target":498},{"source":483,"target":417},{"source":483,"target":499},{"source":483,"target":500},{"source":483,"target":501},{"source":499,"target":44},{"source":499,"target":502},{"source":499,"target":483},{"source":502,"target":44},{"source":500,"target":180},{"source":500,"target":503},{"source":500,"target":483},{"source":503,"target":180},{"source":501,"target":183},{"source":501,"target":504},{"source":501,"target":483},{"source":504,"target":183},{"source":484,"target":505},{"source":484,"target":417},{"source":484,"target":506},{"source":484,"target":507},{"source":484,"target":508},{"source":484,"target":509},{"source":506,"target":44},{"source":506,"target":510},{"source":506,"target":484},{"source":510,"target":44},{"source":507,"target":180},{"source":507,"target":511},{"source":507,"target":484},{"source":511,"target":180},{"source":508,"target":183},{"source":508,"target":512},{"source":508,"target":484},{"source":512,"target":183},{"source":509,"target":513},{"source":509,"target":484},{"source":418,"target":15},{"source":418,"target":514},{"source":418,"target":515},{"source":418,"target":516},{"source":514,"target":418},{"source":514,"target":517},{"source":517,"target":518},{"source":517,"target":514},{"source":515,"target":418},{"source":515,"target":519},{"source":519,"target":419},{"source":519,"target":520},{"source":519,"target":515},{"source":520,"target":419},{"source":516,"target":418},{"source":419,"target":15},{"source":419,"target":521},{"source":419,"target":522},{"source":521,"target":44},{"source":521,"target":523},{"source":521,"target":419},{"source":523,"target":44},{"source":522,"target":180},{"source":522,"target":524},{"source":522,"target":419},{"source":524,"target":180},{"source":16,"target":525},{"source":16,"target":526},{"source":16,"target":74},{"source":16,"target":527},{"source":16,"target":0},{"source":525,"target":16},{"source":525,"target":528},{"source":525,"target":529},{"source":525,"target":530},{"source":525,"target":531},{"source":525,"target":532},{"source":525,"target":533},{"source":525,"target":534},{"source":528,"target":2},{"source":528,"target":535},{"source":528,"target":525},{"source":528,"target":536},{"source":528,"target":537},{"source":528,"target":538},{"source":535,"target":2},{"source":536,"target":539},{"source":536,"target":528},{"source":537,"target":540},{"source":537,"target":528},{"source":538,"target":541},{"source":538,"target":528},{"source":529,"target":542},{"source":529,"target":525},{"source":529,"target":543},{"source":529,"target":544},{"source":529,"target":545},{"source":529,"target":546},{"source":543,"target":547},{"source":543,"target":529},{"source":544,"target":548},{"source":544,"target":529},{"source":545,"target":549},{"source":545,"target":529},{"source":546,"target":180},{"source":546,"target":550},{"source":546,"target":529},{"source":550,"target":180},{"source":530,"target":551},{"source":530,"target":525},{"source":530,"target":552},{"source":530,"target":553},{"source":530,"target":554},{"source":530,"target":555},{"source":530,"target":556},{"source":552,"target":557},{"source":552,"target":530},{"source":553,"target":558},{"source":553,"target":530},{"source":554,"target":559},{"source":554,"target":530},{"source":555,"target":560},{"source":555,"target":530},{"source":556,"target":180},{"source":556,"target":561},{"source":556,"target":530},{"source":561,"target":180},{"source":531,"target":562},{"source":531,"target":525},{"source":531,"target":563},{"source":531,"target":564},{"source":531,"target":565},{"source":531,"target":566},{"source":531,"target":567},{"source":563,"target":568},{"source":563,"target":531},{"source":564,"target":569},{"source":564,"target":531},{"source":565,"target":570},{"source":565,"target":531},{"source":566,"target":571},{"source":566,"target":531},{"source":567,"target":180},{"source":567,"target":572},{"source":567,"target":531},{"source":572,"target":180},{"source":532,"target":573},{"source":532,"target":525},{"source":532,"target":574},{"source":532,"target":575},{"source":532,"target":576},{"source":532,"target":577},{"source":574,"target":578},{"source":574,"target":532},{"source":575,"target":579},{"source":575,"target":532},{"source":576,"target":580},{"source":576,"target":532},{"source":577,"target":581},{"source":577,"target":532},{"source":533,"target":2},{"source":533,"target":582},{"source":533,"target":525},{"source":533,"target":583},{"source":533,"target":584},{"source":582,"target":2},{"source":583,"target":74},{"source":583,"target":585},{"source":583,"target":533},{"source":585,"target":74},{"source":584,"target":586},{"source":584,"target":533},{"source":534,"target":2},{"source":534,"target":587},{"source":534,"target":525},{"source":587,"target":2},{"source":526,"target":16},{"source":526,"target":588},{"source":526,"target":589},{"source":526,"target":590},{"source":588,"target":591},{"source":588,"target":526},{"source":589,"target":592},{"source":589,"target":526},{"source":590,"target":527},{"source":590,"target":593},{"source":590,"target":526},{"source":593,"target":527},{"source":74,"target":16},{"source":74,"target":594},{"source":74,"target":595},{"source":74,"target":596},{"source":594,"target":597},{"source":594,"target":74},{"source":595,"target":598},{"source":595,"target":74},{"source":596,"target":526},{"source":596,"target":599},{"source":596,"target":74},{"source":599,"target":526},{"source":527,"target":16},{"source":527,"target":600},{"source":527,"target":601},{"source":600,"target":602},{"source":600,"target":527},{"source":601,"target":603},{"source":601,"target":527}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="smadl" nsURI="http://www.smadl.org" nsPrefix="smadl"> <eClassifiers xsi:type="ecore:EClass" name="Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="entities" upperBound="-1" eType="#//SocialMachine" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SocialMachine"> <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" unique="false" upperBound="-1" eType="#//SocialMachine"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalConstraints" eType="#//GeneralConstraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relationshipGroup" eType="#//RelationshipGroup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constructors" upperBound="-1" eType="#//ComputationalUnit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wrapperInterface" upperBound="-1" eType="#//ProvidedService" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationshipGroup"> <eStructuralFeatures xsi:type="ecore:EReference" name="relationships" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OAuthRelationship"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//SocialMachine"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="apiKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="secret" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userToken" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraint" eType="#//RelationshipConstraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericRelationship"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//SocialMachine"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configParams" upperBound="-1" eType="#//GeneralConfigParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraint" eType="#//RelationshipConstraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GeneralConfigParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationshipConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationshipConstraintFullAccess"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationshipConstraintListOfOps"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" unique="false" upperBound="-1" eType="#//ProvidedService"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComputationalUnit"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="ecore:EClass ../../../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmFormalParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../../../org.eclipse.xtext.xbase/model/Xbase.ecore#//XExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProvidedService"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="ecore:EClass ../../../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmTypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="ecore:EClass ../../../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmFormalParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opConstraint" eType="#//OperationConstraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" unique="false" upperBound="-1" eType="#//OperationConstraintType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GeneralConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//OperationConstraintType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OperationConstraintType"> <eLiterals name="UNLIMITED" literal="UNLIMITED"/> <eLiterals name="REQUESTS_PER_PERIOD" value="1" literal="REQUESTS_PER_PERIOD"/> <eLiterals name="PRE_AUTH_SM" value="2" literal="PRE_AUTH_SM"/> <eLiterals name="REDUCED_RESOURCE" value="3" literal="REDUCED_RESOURCE"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/lmarques7/smadl/org.smadl/src-gen/org/smadl/SMADL.ecore
ecore
smadl Entity entities SocialMachine name dependencies generalConstraints relationshipGroup constructors wrapperInterface RelationshipGroup relationships OAuthRelationship name target uri apiKey secret userToken constraint GenericRelationship name target configParams constraint GeneralConfigParameter name value RelationshipConstraint type RelationshipConstraintFullAccess name RelationshipConstraintListOfOps name operations ComputationalUnit parameters body ProvidedService name returnType parameters opConstraint OperationConstraint type GeneralConstraint type OperationConstraintType UNLIMITED UNLIMITED REQUESTS_PER_PERIOD REQUESTS_PER_PERIOD PRE_AUTH_SM PRE_AUTH_SM REDUCED_RESOURCE REDUCED_RESOURCE
null
{"directed":true,"nodes":[{"nsPrefix":"smadl","nsURI":"http://www.smadl.org","name":"smadl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SocialMachine","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationshipGroup","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OAuthRelationship","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericRelationship","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralConfigParameter","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationshipConstraint","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationshipConstraintFullAccess","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationshipConstraintListOfOps","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputationalUnit","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedService","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationConstraint","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralConstraint","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OperationConstraintType","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entities","changeable":true,"resolveProxies":true,"lowerBound":0,"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},{"container":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":"dependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generalConstraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationshipGroup","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":"constructors","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":"wrapperInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"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":"name","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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"apiKey","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"secret","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userToken","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraint","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":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":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"container":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":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opConstraint","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":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"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":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"name":"UNLIMITED","id":81,"value":0,"literal":"UNLIMITED","eClass":"EEnumLiteral"},{"name":"REQUESTS_PER_PERIOD","id":82,"value":1,"literal":"REQUESTS_PER_PERIOD","eClass":"EEnumLiteral"},{"name":"PRE_AUTH_SM","id":83,"value":2,"literal":"PRE_AUTH_SM","eClass":"EEnumLiteral"},{"name":"REDUCED_RESOURCE","id":84,"value":3,"literal":"REDUCED_RESOURCE","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":15,"target":2},{"source":15,"target":16},{"source":15,"target":1},{"source":16,"target":2},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":17,"target":23},{"source":17,"target":2},{"source":18,"target":2},{"source":18,"target":24},{"source":18,"target":2},{"source":24,"target":2},{"source":19,"target":13},{"source":19,"target":25},{"source":19,"target":2},{"source":25,"target":13},{"source":20,"target":3},{"source":20,"target":26},{"source":20,"target":2},{"source":26,"target":3},{"source":21,"target":10},{"source":21,"target":27},{"source":21,"target":2},{"source":27,"target":10},{"source":22,"target":11},{"source":22,"target":28},{"source":22,"target":2},{"source":28,"target":11},{"source":3,"target":0},{"source":3,"target":29},{"source":29,"target":30},{"source":29,"target":3},{"source":4,"target":0},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":31,"target":38},{"source":31,"target":4},{"source":32,"target":2},{"source":32,"target":39},{"source":32,"target":4},{"source":39,"target":2},{"source":33,"target":40},{"source":33,"target":4},{"source":34,"target":41},{"source":34,"target":4},{"source":35,"target":42},{"source":35,"target":4},{"source":36,"target":43},{"source":36,"target":4},{"source":37,"target":7},{"source":37,"target":44},{"source":37,"target":4},{"source":44,"target":7},{"source":5,"target":0},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":45,"target":49},{"source":45,"target":5},{"source":46,"target":2},{"source":46,"target":50},{"source":46,"target":5},{"source":50,"target":2},{"source":47,"target":6},{"source":47,"target":51},{"source":47,"target":5},{"source":51,"target":6},{"source":48,"target":7},{"source":48,"target":52},{"source":48,"target":5},{"source":52,"target":7},{"source":6,"target":0},{"source":6,"target":53},{"source":6,"target":54},{"source":53,"target":55},{"source":53,"target":6},{"source":54,"target":56},{"source":54,"target":6},{"source":7,"target":0},{"source":7,"target":57},{"source":57,"target":58},{"source":57,"target":7},{"source":8,"target":0},{"source":8,"target":59},{"source":59,"target":60},{"source":59,"target":8},{"source":9,"target":0},{"source":9,"target":61},{"source":9,"target":62},{"source":61,"target":63},{"source":61,"target":9},{"source":62,"target":11},{"source":62,"target":64},{"source":62,"target":9},{"source":64,"target":11},{"source":10,"target":0},{"source":10,"target":65},{"source":10,"target":66},{"source":65,"target":67},{"source":65,"target":10},{"source":66,"target":68},{"source":66,"target":10},{"source":11,"target":0},{"source":11,"target":69},{"source":11,"target":70},{"source":11,"target":71},{"source":11,"target":72},{"source":69,"target":73},{"source":69,"target":11},{"source":70,"target":74},{"source":70,"target":11},{"source":71,"target":75},{"source":71,"target":11},{"source":72,"target":12},{"source":72,"target":76},{"source":72,"target":11},{"source":76,"target":12},{"source":12,"target":0},{"source":12,"target":77},{"source":77,"target":14},{"source":77,"target":78},{"source":77,"target":12},{"source":78,"target":14},{"source":13,"target":0},{"source":13,"target":79},{"source":79,"target":14},{"source":79,"target":80},{"source":79,"target":13},{"source":80,"target":14},{"source":14,"target":0},{"source":14,"target":81},{"source":14,"target":82},{"source":14,"target":83},{"source":14,"target":84},{"source":81,"target":14},{"source":82,"target":14},{"source":83,"target":14},{"source":84,"target":14}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="RemoveEmptySubEClassTest" nsPrefix=""> <eClassifiers xsi:type="ecore:EClass" name="Testclass1"> <eAnnotations source="marker"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Testclass2"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="someAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Hu3bl/emf.refactor/org.eclipse.emf.refactor.refactorings.ecore/tests/RemoveEmptySubEClass/test_01/target.ecore
ecore
RemoveEmptySubEClassTest Testclass1 Testclass2 someAttribute
null
{"directed":true,"nodes":[{"nsPrefix":"","nsURI":null,"name":"RemoveEmptySubEClassTest","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Testclass1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Testclass2","instanceClass":null,"abstract":false,"id":2,"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":"someAttribute","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":3},{"source":3,"target":4},{"source":3,"target":2}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="simplepdl" nsURI="http://simplepdl" nsPrefix="simplepdl"> <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: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"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nomDifferent"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="nomDifferent" value="Process.allInstances()&#xA;&#x9;&#x9;&#x9;->select(i | i.oclIsTypeOf(WorkDefinition))&#xA;&#x9;&#x9;&#x9;->forAll(i,j | i&lt;>j implies i.name &lt;> j.name)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processElements" upperBound="-1" eType="#//ProcessElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="process" lowerBound="1" eType="#//Process" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="Process.allInstances()&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;->select(p | p.processElements->includes(self))&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;->asSequence()->first()"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkDefinition" eSuperTypes="#//ProcessElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="oneChar"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="oneChar" value="self.name &lt;> ''"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="linksToPredecessors" upperBound="-1" eType="#//WorkSequence" eOpposite="#//WorkSequence/successor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linksToSuccessors" upperBound="-1" eType="#//WorkSequence" eOpposite="#//WorkSequence/predecessor"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uses" lowerBound="1" upperBound="-1" eType="#//UseResources" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkSequence" eSuperTypes="#//ProcessElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="previousWDinSameProcess nextWDinSameProcess nonReflexive"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="previousWDinSameProcess" value="self.process = self.predecessor.process"/> <details key="nextWDinSameProcess" value="self.process = self.successor.process"/> <details key="nonReflexive" value="self.successor &lt;> self.predecessor"/> </eAnnotations> <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="Guidance" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" upperBound="-1" eType="#//ProcessElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Resource" eSuperTypes="#//ProcessElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nameNotEmpty"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="nameNotEmpty" value="self.name &lt;> null and self.name &lt;> ''"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quantity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UseResources" eSuperTypes="#//ProcessElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="correctWeight positiveWeight"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="correctWeight" value="self.weight &lt;= self.usedResource.quantity"/> <details key="positiveWeight" value="self.weight >= 0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usedResource" lowerBound="1" eType="#//Resource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associatedWD" lowerBound="1" eType="#//WorkDefinition"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/flogaribal/ENSEEIHT/2A/GLS/BE/fr.enseeiht.gls.simplepdl/SimplePDL.ecore
ecore
simplepdl WorkSequenceType startToStart startToStart finishToStart finishToStart startToFinish startToFinish finishToFinish finishToFinish Process name processElements ProcessElement process WorkDefinition linksToPredecessors linksToSuccessors name uses WorkSequence linkType predecessor successor Guidance element text Resource quantity name UseResources weight 1 usedResource associatedWD
null
{"directed":true,"nodes":[{"nsPrefix":"simplepdl","nsURI":"http://simplepdl","name":"simplepdl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"WorkSequenceType","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkDefinition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkSequence","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guidance","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseResources","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"name":"startToStart","id":9,"value":0,"literal":"startToStart","eClass":"EEnumLiteral"},{"name":"finishToStart","id":10,"value":1,"literal":"finishToStart","eClass":"EEnumLiteral"},{"name":"startToFinish","id":11,"value":2,"literal":"startToFinish","eClass":"EEnumLiteral"},{"name":"finishToFinish","id":12,"value":3,"literal":"finishToFinish","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"processElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"process","changeable":false,"resolveProxies":false,"lowerBound":1,"id":17,"derived":true},{"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":"linksToPredecessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linksToSuccessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uses","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"successor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predecessor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"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":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"text","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quantity","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedResource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associatedWD","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":9,"target":1},{"source":10,"target":1},{"source":11,"target":1},{"source":12,"target":1},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":13,"target":15},{"source":13,"target":2},{"source":14,"target":3},{"source":14,"target":16},{"source":14,"target":2},{"source":16,"target":3},{"source":3,"target":0},{"source":3,"target":17},{"source":17,"target":2},{"source":17,"target":18},{"source":17,"target":3},{"source":18,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":19},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":19,"target":5},{"source":19,"target":24},{"source":19,"target":4},{"source":19,"target":25},{"source":24,"target":5},{"source":20,"target":5},{"source":20,"target":26},{"source":20,"target":4},{"source":20,"target":27},{"source":26,"target":5},{"source":21,"target":28},{"source":21,"target":4},{"source":22,"target":8},{"source":22,"target":29},{"source":22,"target":4},{"source":29,"target":8},{"source":23,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":30},{"source":5,"target":27},{"source":5,"target":25},{"source":5,"target":31},{"source":30,"target":1},{"source":30,"target":32},{"source":30,"target":5},{"source":32,"target":1},{"source":27,"target":4},{"source":27,"target":33},{"source":27,"target":5},{"source":27,"target":20},{"source":33,"target":4},{"source":25,"target":4},{"source":25,"target":34},{"source":25,"target":5},{"source":25,"target":19},{"source":34,"target":4},{"source":31,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":35},{"source":6,"target":36},{"source":6,"target":37},{"source":35,"target":3},{"source":35,"target":38},{"source":35,"target":6},{"source":38,"target":3},{"source":36,"target":39},{"source":36,"target":6},{"source":37,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":40},{"source":7,"target":41},{"source":7,"target":42},{"source":40,"target":43},{"source":40,"target":7},{"source":41,"target":44},{"source":41,"target":7},{"source":42,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":45},{"source":8,"target":46},{"source":8,"target":47},{"source":8,"target":48},{"source":45,"target":49},{"source":45,"target":8},{"source":46,"target":7},{"source":46,"target":50},{"source":46,"target":8},{"source":50,"target":7},{"source":47,"target":4},{"source":47,"target":51},{"source":47,"target":8},{"source":51,"target":4},{"source":48,"target":3}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ReportDsl"> <eClassifiers xsi:type="ecore:EClass" name="Report"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="information" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Kieran-Thompson/EpsilonFork1/examples/org.eclipse.epsilon.examples.mddtif/metamodels/ReportDsl.ecore
ecore
ReportDsl Report name information
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"ReportDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Report","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"information","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"},{"id":5,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3},{"source":2,"target":4},{"source":2,"target":1},{"source":3,"target":5},{"source":3,"target":1}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="assessment" nsURI="platform:/resource/AssessmentModel/model" nsPrefix="asmnt"> <eClassifiers xsi:type="ecore:EClass" name="ExecutedAssessment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maturityModel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="process" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="performSubjectiveEvaluation" upperBound="-1" eType="#//SubjectiveAssessment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="performObjectiveEvaluation" upperBound="-1" eType="#//ObjectiveAssessment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubjectiveAssessment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="organizes" upperBound="-1" eType="#//Questionnaire" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectiveAssessment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definesEvaluationRules" upperBound="-1" eType="#//ScriptTemplate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Questionnaire"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="processArea" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maturityLevel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="evaluates" upperBound="-1" eType="#//ComplianceItem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComplianceItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="genericPractice" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="genericSubPractice" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specificPractice" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="determinedBy" upperBound="-1" eType="#//Question" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definesComplianceLevel" upperBound="-1" eType="#//ComplianceType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" eType="#//ComplianceType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Question"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="question" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EReference" name="evaluatesBy" upperBound="-1" eType="#//AnswerOption" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="userAnswer" eType="#//AnswerOption"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnswerOption"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="option" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="score" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScriptTemplate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="template" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scriptType" eType="#//ScriptType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ScriptType"> <eLiterals name="MODEL_TO_MODEL"/> <eLiterals name="MODEL_TO_TEXT" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComplianceType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/dfeloni/DissertacaoMestrado/workspace_mars/AssessmentModel/model/assessmentModel.ecore
ecore
assessment ExecutedAssessment name description date maturityModel process performSubjectiveEvaluation performObjectiveEvaluation SubjectiveAssessment name description organizes ObjectiveAssessment name description definesEvaluationRules Questionnaire name description processArea maturityLevel evaluates ComplianceItem description genericPractice genericSubPractice specificPractice determinedBy definesComplianceLevel result Question question weight evaluatesBy userAnswer AnswerOption option score ScriptTemplate name description template scriptType ScriptType MODEL_TO_MODEL MODEL_TO_MODEL MODEL_TO_TEXT MODEL_TO_TEXT ComplianceType name description minValue maxValue
null
{"directed":true,"nodes":[{"nsPrefix":"asmnt","nsURI":"platform:/resource/AssessmentModel/model","name":"assessment","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutedAssessment","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubjectiveAssessment","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectiveAssessment","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Questionnaire","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplianceItem","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Question","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnswerOption","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptTemplate","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ScriptType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplianceType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"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":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":"date","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":"maturityModel","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":"process","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":"performSubjectiveEvaluation","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":"performObjectiveEvaluation","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","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":"organizes","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","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":"definesEvaluationRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"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":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":"processArea","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maturityLevel","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":true,"unsettable":false,"transient":false,"unique":true,"name":"evaluates","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"},{"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":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":"genericPractice","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"genericSubPractice","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":"specificPractice","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"determinedBy","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":"definesComplianceLevel","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":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"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":61,"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":"weight","changeable":true,"lowerBound":0,"iD":false,"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":"evaluatesBy","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":"userAnswer","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"option","changeable":true,"lowerBound":0,"iD":false,"id":69,"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":"score","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":"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":"description","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":"template","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scriptType","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"},{"name":"MODEL_TO_MODEL","id":81,"value":0,"literal":"MODEL_TO_MODEL","eClass":"EEnumLiteral"},{"name":"MODEL_TO_TEXT","id":82,"value":1,"literal":"MODEL_TO_TEXT","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":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":84,"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":"minValue","changeable":true,"lowerBound":0,"iD":false,"id":85,"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":"maxValue","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":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":1,"target":17},{"source":11,"target":18},{"source":11,"target":1},{"source":12,"target":19},{"source":12,"target":1},{"source":13,"target":20},{"source":13,"target":1},{"source":14,"target":21},{"source":14,"target":1},{"source":15,"target":22},{"source":15,"target":1},{"source":16,"target":2},{"source":16,"target":23},{"source":16,"target":1},{"source":23,"target":2},{"source":17,"target":3},{"source":17,"target":24},{"source":17,"target":1},{"source":24,"target":3},{"source":2,"target":0},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":25,"target":28},{"source":25,"target":2},{"source":26,"target":29},{"source":26,"target":2},{"source":27,"target":4},{"source":27,"target":30},{"source":27,"target":2},{"source":30,"target":4},{"source":3,"target":0},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":31,"target":34},{"source":31,"target":3},{"source":32,"target":35},{"source":32,"target":3},{"source":33,"target":8},{"source":33,"target":36},{"source":33,"target":3},{"source":36,"target":8},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":37,"target":42},{"source":37,"target":4},{"source":38,"target":43},{"source":38,"target":4},{"source":39,"target":44},{"source":39,"target":4},{"source":40,"target":45},{"source":40,"target":4},{"source":41,"target":5},{"source":41,"target":46},{"source":41,"target":4},{"source":46,"target":5},{"source":5,"target":0},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":47,"target":54},{"source":47,"target":5},{"source":48,"target":55},{"source":48,"target":5},{"source":49,"target":56},{"source":49,"target":5},{"source":50,"target":57},{"source":50,"target":5},{"source":51,"target":6},{"source":51,"target":58},{"source":51,"target":5},{"source":58,"target":6},{"source":52,"target":10},{"source":52,"target":59},{"source":52,"target":5},{"source":59,"target":10},{"source":53,"target":10},{"source":53,"target":60},{"source":53,"target":5},{"source":60,"target":10},{"source":6,"target":0},{"source":6,"target":61},{"source":6,"target":62},{"source":6,"target":63},{"source":6,"target":64},{"source":61,"target":65},{"source":61,"target":6},{"source":62,"target":66},{"source":62,"target":6},{"source":63,"target":7},{"source":63,"target":67},{"source":63,"target":6},{"source":67,"target":7},{"source":64,"target":7},{"source":64,"target":68},{"source":64,"target":6},{"source":68,"target":7},{"source":7,"target":0},{"source":7,"target":69},{"source":7,"target":70},{"source":69,"target":71},{"source":69,"target":7},{"source":70,"target":72},{"source":70,"target":7},{"source":8,"target":0},{"source":8,"target":73},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":73,"target":77},{"source":73,"target":8},{"source":74,"target":78},{"source":74,"target":8},{"source":75,"target":79},{"source":75,"target":8},{"source":76,"target":9},{"source":76,"target":80},{"source":76,"target":8},{"source":80,"target":9},{"source":9,"target":0},{"source":9,"target":81},{"source":9,"target":82},{"source":81,"target":9},{"source":82,"target":9},{"source":10,"target":0},{"source":10,"target":83},{"source":10,"target":84},{"source":10,"target":85},{"source":10,"target":86},{"source":83,"target":87},{"source":83,"target":10},{"source":84,"target":88},{"source":84,"target":10},{"source":85,"target":89},{"source":85,"target":10},{"source":86,"target":90},{"source":86,"target":10}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="datatypes" nsURI="http://www.ibm.com/xmlns/prod/commerce/9/subscription" nsPrefix="_subscr"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;This XML schema file defines the AcknowledgeSubscription BOD which is used to acknowledge&#xD;&#xA;&#x9;&#x9;&#x9;the ProcessSubscription BOD.&#xD;&#xA;&#x9;&#x9;&#xD;&#xA;This file contains all the schema definitions that make up a subscription.&#xD;&#xA;&#xD;&#xA;&#x9;&#x9;&#x9;This XML schema file defines the elements and types used by foundation.&#xD;&#xA;&#x9;&#x9;&#xD;&#xA;&#xD;&#xA;&#x9;&#x9;&#x9;This XML schema file defines the common elements and types shared by the&#xD;&#xA;&#x9;&#x9;&#x9;entire schema.&#xD;&#xA;&#x9;&#x9;&#xD;&#xA;&#xD;&#xA;&#x9;&#x9;&#x9;This XML schema file defines the common elements and types shared by the&#xD;&#xA;&#x9;&#x9;&#x9;entire schema.&#xD;&#xA;&#x9;&#x9;&#xD;&#xA;&#xD;&#xA;&#x9;&#x9;&#x9;This XML schema file defines the common elements and types shared by the&#xD;&#xA;&#x9;&#x9;&#x9;entire schema.&#xD;&#xA;&#x9;&#x9;&#xD;&#xA;This order XML schema file defines the Order noun."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="AcknowledgeSubscriptionDataAreaType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type definition of the AcknowledgeSubscription BOD's data area."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AcknowledgeSubscriptionDataAreaType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="acknowledge" lowerBound="1" eType="ecore:EClass com.ibm.commerce.oagis9.datatypes.ecore#//AcknowledgeType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Acknowledge verb."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Acknowledge"/> <details key="namespace" value="http://www.openapplications.org/oagis/9"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="subscription" upperBound="-1" eType="#//SubscriptionType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Subscription noun."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Subscription"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AcknowledgeSubscriptionType" eSuperTypes="com.ibm.commerce.oagis9.datatypes.ecore#//BusinessObjectDocumentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;Type definition of the AcknowledgeSubscription BOD.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AcknowledgeSubscriptionType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dataArea" lowerBound="1" eType="#//AcknowledgeSubscriptionDataAreaType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Data area of the AcknowledgeSubscription BOD."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataArea"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChangeSubscriptionDataAreaType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type definition of the ChangeSubscription BOD's data area."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ChangeSubscriptionDataAreaType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="change" lowerBound="1" eType="ecore:EClass com.ibm.commerce.oagis9.datatypes.ecore#//ChangeType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Change verb."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Change"/> <details key="namespace" value="http://www.openapplications.org/oagis/9"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="subscription" lowerBound="1" upperBound="-1" eType="#//SubscriptionType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Subscription noun."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Subscription"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChangeSubscriptionType" eSuperTypes="com.ibm.commerce.oagis9.datatypes.ecore#//BusinessObjectDocumentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;Type definition of the ChangeSubscription BOD.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ChangeSubscriptionType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dataArea" lowerBound="1" eType="#//ChangeSubscriptionDataAreaType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Data area of the ChangeSubscription BOD."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataArea"/> <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="acknowledgeSubscription" upperBound="-2" eType="#//AcknowledgeSubscriptionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;Element definition of the AcknowledgeSubscription BOD.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AcknowledgeSubscription"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="changeSubscription" upperBound="-2" eType="#//ChangeSubscriptionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;Element definition of the ChangeSubscription BOD.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ChangeSubscription"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="getSubscription" upperBound="-2" eType="#//GetSubscriptionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;Element definition of the GetSubscription BOD.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="GetSubscription"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="processSubscription" upperBound="-2" eType="#//ProcessSubscriptionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;Element definition of the ProcessSubscription BOD.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ProcessSubscription"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="respondSubscription" upperBound="-2" eType="#//RespondSubscriptionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;Element definition of the AcknowledgeSubscription BOD.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="RespondSubscription"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="showSubscription" upperBound="-2" eType="#//ShowSubscriptionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element definition of the ShowSubscription BOD."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ShowSubscription"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="subscription" upperBound="-2" eType="#//SubscriptionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Subscription"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subscriptionBODVersion" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" defaultValueLiteral="7.0.1.0" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;The version of WebSphere Commerce when the Subscription noun &#xD;&#xA;&#x9;&#x9;&#x9;&#x9;was last changed. The value is set as the versionID attribute in the &#xD;&#xA;&#x9;&#x9;&#x9;&#x9;corresponding BODs.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SubscriptionBODVersion"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="subscriptionPurchaseDetails" upperBound="-2" eType="#//SubscriptionPurchaseDetailsType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SubscriptionPurchaseDetails"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="subscriptionRenewalInfo" upperBound="-2" eType="#//SubscriptionRenewalInfoType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SubscriptionRenewalInfo"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="subscriptionSuspendedPeriod" upperBound="-2" eType="#//SubscriptionSuspendedPeriodType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SubscriptionSuspendedPeriod"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GetSubscriptionDataAreaType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type definition of the GetSubscription BOD's data area."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="GetSubscriptionDataAreaType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="get" lowerBound="1" eType="ecore:EClass com.ibm.commerce.oagis9.datatypes.ecore#//GetType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Get verb."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Get"/> <details key="namespace" value="http://www.openapplications.org/oagis/9"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="subscription" upperBound="-1" eType="#//SubscriptionType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Subscription noun."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Subscription"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GetSubscriptionType" eSuperTypes="com.ibm.commerce.oagis9.datatypes.ecore#//BusinessObjectDocumentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;Type definition of the GetSubscription BOD.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="GetSubscriptionType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dataArea" lowerBound="1" eType="#//GetSubscriptionDataAreaType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Data area of the GetSubscription BOD."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataArea"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessSubscriptionDataAreaType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type definition of the ProcessSubscription BOD's data area."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ProcessSubscriptionDataAreaType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="process" lowerBound="1" eType="ecore:EClass com.ibm.commerce.oagis9.datatypes.ecore#//ProcessType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Process verb."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Process"/> <details key="namespace" value="http://www.openapplications.org/oagis/9"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="subscription" upperBound="-1" eType="#//SubscriptionType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Subscription noun."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Subscription"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessSubscriptionType" eSuperTypes="com.ibm.commerce.oagis9.datatypes.ecore#//BusinessObjectDocumentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;Type definition of the ProcessSubscription BOD.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ProcessSubscriptionType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dataArea" lowerBound="1" eType="#//ProcessSubscriptionDataAreaType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Data area of the ProcessSubscription BOD."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataArea"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RespondSubscriptionDataAreaType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type definition of the AcknowledgeSubscription BOD's data area."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RespondSubscriptionDataAreaType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="respond" lowerBound="1" eType="ecore:EClass com.ibm.commerce.oagis9.datatypes.ecore#//RespondType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Acknowledge verb."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Respond"/> <details key="namespace" value="http://www.openapplications.org/oagis/9"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="subscription" lowerBound="1" upperBound="-1" eType="#//SubscriptionType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Subscription noun."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Subscription"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RespondSubscriptionType" eSuperTypes="com.ibm.commerce.oagis9.datatypes.ecore#//BusinessObjectDocumentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;Type definition of the AcknowledgeSubscription BOD.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RespondSubscriptionType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dataArea" lowerBound="1" eType="#//RespondSubscriptionDataAreaType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Data area of the AcknowledgeSubscription BOD."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataArea"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ShowSubscriptionDataAreaType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type definition of the ShowSubscription BOD's data area."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ShowSubscriptionDataAreaType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="show" lowerBound="1" eType="ecore:EClass com.ibm.commerce.oagis9.datatypes.ecore#//ShowType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Show verb."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Show"/> <details key="namespace" value="http://www.openapplications.org/oagis/9"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="subscription" upperBound="-1" eType="#//SubscriptionType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Subscription noun."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Subscription"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ShowSubscriptionType" eSuperTypes="com.ibm.commerce.oagis9.datatypes.ecore#//BusinessObjectDocumentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Type definition of the ShowSubscription BOD."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ShowSubscriptionType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dataArea" lowerBound="1" eType="#//ShowSubscriptionDataAreaType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Data area of the ShowSubscription BOD."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataArea"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubscriptionPurchaseDetailsType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type encapsulates the purchase details of the subscription."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SubscriptionPurchaseDetailsType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parentOrderIdentifier" eType="ecore:EClass com.ibm.commerce.foundation.common.datatypes.ecore#//OrderIdentifierType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;&#x9;The Order Identifier of the recurring order or&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;&#x9;the order through which the subscription is&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;&#x9;purchased.&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ParentOrderIdentifier"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parentOrderItemIdentifier" eType="ecore:EClass com.ibm.commerce.foundation.common.datatypes.ecore#//OrderItemIdentifierType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The parent order item identifier of the subscription item. For a recurring order, this value is null."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ParentOrderItemIdentifier"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="subscribedItem" eType="ecore:EClass com.ibm.commerce.foundation.common.datatypes.ecore#//CatalogEntryIdentifierType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The catalog entry of the item subscribed. For a recurring order, this element is null."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SubscribedItem"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="quantity" eType="ecore:EClass com.ibm.commerce.foundation.common.datatypes.ecore#//QuantityType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;&#x9;The quantity purchased. This applies to&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;&#x9;subscriptions only.&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Quantity"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="userData" eType="ecore:EClass com.ibm.commerce.foundation.common.datatypes.ecore#//UserDataType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The user data element to capture extended data for purchase details."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="UserData"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubscriptionRenewalInfoType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The renewal information type."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SubscriptionRenewalInfoType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="renewedSubscriptionIdentifier" upperBound="-1" eType="ecore:EClass com.ibm.commerce.foundation.common.datatypes.ecore#//SubscriptionIdentifierType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The subscription identifiers of the new subscriptions obtained as part of renewal of this subscription."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="RenewedSubscriptionIdentifier"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="userData" eType="ecore:EClass com.ibm.commerce.foundation.common.datatypes.ecore#//UserDataType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="UserData"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubscriptionSuspendedPeriodType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This encapsulates the suspension periods for a subscription."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SubscriptionSuspendedPeriodType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suspendDate" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The date from when the subscription is suspended."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SuspendDate"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resumeDate" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The date on which the subscription is to be resumed."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ResumeDate"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="userData" eType="ecore:EClass com.ibm.commerce.foundation.common.datatypes.ecore#//UserDataType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="UserData"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubscriptionType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The subscription noun applies to both recurring orders and subscriptions."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SubscriptionType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="subscriptionIdentifier" eType="ecore:EClass com.ibm.commerce.foundation.common.datatypes.ecore#//SubscriptionIdentifierType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;The identifier which is used to uniquely&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;identify the subscription.&#xD;&#xA; &#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SubscriptionIdentifier"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="storeIdentifier" eType="ecore:EClass com.ibm.commerce.foundation.common.datatypes.ecore#//StoreIdentifierType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;The store ID on which the subscription or&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;recurring order was purchased.&#xD;&#xA; &#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StoreIdentifier"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="buyerIdentifier" eType="ecore:EClass com.ibm.commerce.foundation.common.datatypes.ecore#//PersonIdentifierType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;The user ID of the person who bought the&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;subscription or recurring order.&#xD;&#xA; &#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BuyerIdentifier"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="purchaseDetails" eType="#//SubscriptionPurchaseDetailsType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;The details of the purchase. It encapsulates the&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;parent order ID and the order item ID for&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;subscription.&#xD;&#xA; &#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PurchaseDetails"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="subscriptionInfo" eType="ecore:EClass com.ibm.commerce.foundation.common.datatypes.ecore#//SubscriptionInfoType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This element captures the payment and schedule information for the subscription."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SubscriptionInfo"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="suspendedPeriod" upperBound="-1" eType="#//SubscriptionSuspendedPeriodType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;The suspension periods for the subscription, if&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;any.&#xD;&#xA; &#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SuspendedPeriod"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="renewalInfo" eType="#//SubscriptionRenewalInfoType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This element captures the renewal information for the subscription."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="RenewalInfo"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;The description for the subscription. This is to&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;be filled by users for their convenience.&#xD;&#xA; &#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Description"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cancelledDate" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;The cancel date for the subscription.&#xD;&#xA; &#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="CancelledDate"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parentOrder" eType="ecore:EClass com.ibm.commerce.order.facade.datatypes.ecore#//OrderType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The parent order through which the subscription was created."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ParentOrder"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;The current status of the subscription. The&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;supported states are : Active, Inactive,Expired,&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;Cancelled, Suspended.&#xD;&#xA; &#x9;&#x9;&#x9;"/> </eAnnotations> <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:EAttribute" name="subscriptionTypeCode" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;The type of the subscription. The supported&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;values are: RecurringOrder, TimeBased, EventBased and&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;TimeEventBased.&#xD;&#xA; &#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SubscriptionTypeCode"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timePlaced" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;The time at which the subscription was placed.&#xD;&#xA; &#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TimePlaced"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastUpdate" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA; &#x9;&#x9;&#x9;&#x9;The last updated time.&#xD;&#xA; &#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="LastUpdate"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="userData" eType="ecore:EClass com.ibm.commerce.foundation.common.datatypes.ecore#//UserDataType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The user data element to capture extended information."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="UserData"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/marcin-jaz/tutorials/WebServicesRouter/WebContent/component-services/ecore/com.ibm.commerce.subscription.facade.datatypes.ecore
ecore
datatypes AcknowledgeSubscriptionDataAreaType acknowledge subscription AcknowledgeSubscriptionType dataArea ChangeSubscriptionDataAreaType change subscription ChangeSubscriptionType dataArea DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation acknowledgeSubscription changeSubscription getSubscription processSubscription respondSubscription showSubscription subscription subscriptionBODVersion 7.0.1.0 subscriptionPurchaseDetails subscriptionRenewalInfo subscriptionSuspendedPeriod GetSubscriptionDataAreaType get subscription GetSubscriptionType dataArea ProcessSubscriptionDataAreaType process subscription ProcessSubscriptionType dataArea RespondSubscriptionDataAreaType respond subscription RespondSubscriptionType dataArea ShowSubscriptionDataAreaType show subscription ShowSubscriptionType dataArea SubscriptionPurchaseDetailsType parentOrderIdentifier parentOrderItemIdentifier subscribedItem quantity userData SubscriptionRenewalInfoType renewedSubscriptionIdentifier userData SubscriptionSuspendedPeriodType suspendDate resumeDate userData SubscriptionType subscriptionIdentifier storeIdentifier buyerIdentifier purchaseDetails subscriptionInfo suspendedPeriod renewalInfo description cancelledDate parentOrder state subscriptionTypeCode timePlaced lastUpdate userData
null
{"directed":true,"nodes":[{"nsPrefix":"_subscr","nsURI":"http://www.ibm.com/xmlns/prod/commerce/9/subscription","name":"datatypes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcknowledgeSubscriptionDataAreaType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcknowledgeSubscriptionType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeSubscriptionDataAreaType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeSubscriptionType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetSubscriptionDataAreaType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetSubscriptionType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessSubscriptionDataAreaType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessSubscriptionType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RespondSubscriptionDataAreaType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RespondSubscriptionType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShowSubscriptionDataAreaType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShowSubscriptionType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubscriptionPurchaseDetailsType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubscriptionRenewalInfoType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubscriptionSuspendedPeriodType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubscriptionType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"acknowledge","changeable":true,"resolveProxies":false,"lowerBound":1,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subscription","changeable":true,"resolveProxies":false,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataArea","changeable":true,"resolveProxies":false,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"change","changeable":true,"resolveProxies":false,"lowerBound":1,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subscription","changeable":true,"resolveProxies":false,"lowerBound":1,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataArea","changeable":true,"resolveProxies":false,"lowerBound":1,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"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":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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":34,"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":"acknowledgeSubscription","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"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":"changeSubscription","changeable":true,"resolveProxies":false,"lowerBound":0,"id":36,"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":"getSubscription","changeable":true,"resolveProxies":false,"lowerBound":0,"id":37,"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":"processSubscription","changeable":true,"resolveProxies":false,"lowerBound":0,"id":38,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"respondSubscription","changeable":true,"resolveProxies":false,"lowerBound":0,"id":39,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"showSubscription","changeable":true,"resolveProxies":false,"lowerBound":0,"id":40,"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":"subscription","changeable":true,"resolveProxies":false,"lowerBound":0,"id":41,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":"7.0.1.0","volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"7.0.1.0","unsettable":false,"transient":true,"unique":false,"name":"subscriptionBODVersion","changeable":true,"lowerBound":0,"iD":false,"id":42,"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":"subscriptionPurchaseDetails","changeable":true,"resolveProxies":false,"lowerBound":0,"id":43,"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":"subscriptionRenewalInfo","changeable":true,"resolveProxies":false,"lowerBound":0,"id":44,"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":"subscriptionSuspendedPeriod","changeable":true,"resolveProxies":false,"lowerBound":0,"id":45,"derived":true},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"get","changeable":true,"resolveProxies":false,"lowerBound":1,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subscription","changeable":true,"resolveProxies":false,"lowerBound":0,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"dataArea","changeable":true,"resolveProxies":false,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"process","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"subscription","changeable":true,"resolveProxies":false,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataArea","changeable":true,"resolveProxies":false,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"respond","changeable":true,"resolveProxies":false,"lowerBound":1,"id":74,"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":"subscription","changeable":true,"resolveProxies":false,"lowerBound":1,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataArea","changeable":true,"resolveProxies":false,"lowerBound":1,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"show","changeable":true,"resolveProxies":false,"lowerBound":1,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subscription","changeable":true,"resolveProxies":false,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataArea","changeable":true,"resolveProxies":false,"lowerBound":1,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parentOrderIdentifier","changeable":true,"resolveProxies":false,"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":"parentOrderItemIdentifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subscribedItem","changeable":true,"resolveProxies":false,"lowerBound":0,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"quantity","changeable":true,"resolveProxies":false,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"userData","changeable":true,"resolveProxies":false,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"renewedSubscriptionIdentifier","changeable":true,"resolveProxies":false,"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":"userData","changeable":true,"resolveProxies":false,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"suspendDate","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":"resumeDate","changeable":true,"lowerBound":0,"iD":false,"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":"userData","changeable":true,"resolveProxies":false,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subscriptionIdentifier","changeable":true,"resolveProxies":false,"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":"storeIdentifier","changeable":true,"resolveProxies":false,"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":"buyerIdentifier","changeable":true,"resolveProxies":false,"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":"purchaseDetails","changeable":true,"resolveProxies":false,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subscriptionInfo","changeable":true,"resolveProxies":false,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"suspendedPeriod","changeable":true,"resolveProxies":false,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"renewalInfo","changeable":true,"resolveProxies":false,"lowerBound":0,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cancelledDate","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parentOrder","changeable":true,"resolveProxies":false,"lowerBound":0,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subscriptionTypeCode","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timePlaced","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastUpdate","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"userData","changeable":true,"resolveProxies":false,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"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":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":18},{"source":1,"target":19},{"source":18,"target":20},{"source":18,"target":1},{"source":19,"target":17},{"source":19,"target":21},{"source":19,"target":1},{"source":21,"target":17},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":22,"target":1},{"source":22,"target":24},{"source":22,"target":2},{"source":24,"target":1},{"source":3,"target":0},{"source":3,"target":25},{"source":3,"target":26},{"source":25,"target":27},{"source":25,"target":3},{"source":26,"target":17},{"source":26,"target":28},{"source":26,"target":3},{"source":28,"target":17},{"source":4,"target":0},{"source":4,"target":29},{"source":4,"target":30},{"source":29,"target":3},{"source":29,"target":31},{"source":29,"target":4},{"source":31,"target":3},{"source":5,"target":0},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":32,"target":46},{"source":32,"target":5},{"source":33,"target":47},{"source":33,"target":5},{"source":34,"target":48},{"source":34,"target":5},{"source":35,"target":2},{"source":35,"target":49},{"source":35,"target":5},{"source":49,"target":2},{"source":36,"target":4},{"source":36,"target":50},{"source":36,"target":5},{"source":50,"target":4},{"source":37,"target":7},{"source":37,"target":51},{"source":37,"target":5},{"source":51,"target":7},{"source":38,"target":9},{"source":38,"target":52},{"source":38,"target":5},{"source":52,"target":9},{"source":39,"target":11},{"source":39,"target":53},{"source":39,"target":5},{"source":53,"target":11},{"source":40,"target":13},{"source":40,"target":54},{"source":40,"target":5},{"source":54,"target":13},{"source":41,"target":17},{"source":41,"target":55},{"source":41,"target":5},{"source":55,"target":17},{"source":42,"target":56},{"source":42,"target":5},{"source":43,"target":14},{"source":43,"target":57},{"source":43,"target":5},{"source":57,"target":14},{"source":44,"target":15},{"source":44,"target":58},{"source":44,"target":5},{"source":58,"target":15},{"source":45,"target":16},{"source":45,"target":59},{"source":45,"target":5},{"source":59,"target":16},{"source":6,"target":0},{"source":6,"target":60},{"source":6,"target":61},{"source":60,"target":62},{"source":60,"target":6},{"source":61,"target":17},{"source":61,"target":63},{"source":61,"target":6},{"source":63,"target":17},{"source":7,"target":0},{"source":7,"target":64},{"source":7,"target":65},{"source":64,"target":6},{"source":64,"target":66},{"source":64,"target":7},{"source":66,"target":6},{"source":8,"target":0},{"source":8,"target":67},{"source":8,"target":68},{"source":67,"target":69},{"source":67,"target":8},{"source":68,"target":17},{"source":68,"target":70},{"source":68,"target":8},{"source":70,"target":17},{"source":9,"target":0},{"source":9,"target":71},{"source":9,"target":72},{"source":71,"target":8},{"source":71,"target":73},{"source":71,"target":9},{"source":73,"target":8},{"source":10,"target":0},{"source":10,"target":74},{"source":10,"target":75},{"source":74,"target":76},{"source":74,"target":10},{"source":75,"target":17},{"source":75,"target":77},{"source":75,"target":10},{"source":77,"target":17},{"source":11,"target":0},{"source":11,"target":78},{"source":11,"target":79},{"source":78,"target":10},{"source":78,"target":80},{"source":78,"target":11},{"source":80,"target":10},{"source":12,"target":0},{"source":12,"target":81},{"source":12,"target":82},{"source":81,"target":83},{"source":81,"target":12},{"source":82,"target":17},{"source":82,"target":84},{"source":82,"target":12},{"source":84,"target":17},{"source":13,"target":0},{"source":13,"target":85},{"source":13,"target":86},{"source":85,"target":12},{"source":85,"target":87},{"source":85,"target":13},{"source":87,"target":12},{"source":14,"target":0},{"source":14,"target":88},{"source":14,"target":89},{"source":14,"target":90},{"source":14,"target":91},{"source":14,"target":92},{"source":88,"target":93},{"source":88,"target":14},{"source":89,"target":94},{"source":89,"target":14},{"source":90,"target":95},{"source":90,"target":14},{"source":91,"target":96},{"source":91,"target":14},{"source":92,"target":97},{"source":92,"target":14},{"source":15,"target":0},{"source":15,"target":98},{"source":15,"target":99},{"source":98,"target":100},{"source":98,"target":15},{"source":99,"target":101},{"source":99,"target":15},{"source":16,"target":0},{"source":16,"target":102},{"source":16,"target":103},{"source":16,"target":104},{"source":102,"target":105},{"source":102,"target":16},{"source":103,"target":106},{"source":103,"target":16},{"source":104,"target":107},{"source":104,"target":16},{"source":17,"target":0},{"source":17,"target":108},{"source":17,"target":109},{"source":17,"target":110},{"source":17,"target":111},{"source":17,"target":112},{"source":17,"target":113},{"source":17,"target":114},{"source":17,"target":115},{"source":17,"target":116},{"source":17,"target":117},{"source":17,"target":118},{"source":17,"target":119},{"source":17,"target":120},{"source":17,"target":121},{"source":17,"target":122},{"source":108,"target":123},{"source":108,"target":17},{"source":109,"target":124},{"source":109,"target":17},{"source":110,"target":125},{"source":110,"target":17},{"source":111,"target":14},{"source":111,"target":126},{"source":111,"target":17},{"source":126,"target":14},{"source":112,"target":127},{"source":112,"target":17},{"source":113,"target":16},{"source":113,"target":128},{"source":113,"target":17},{"source":128,"target":16},{"source":114,"target":15},{"source":114,"target":129},{"source":114,"target":17},{"source":129,"target":15},{"source":115,"target":130},{"source":115,"target":17},{"source":116,"target":131},{"source":116,"target":17},{"source":117,"target":132},{"source":117,"target":17},{"source":118,"target":133},{"source":118,"target":17},{"source":119,"target":134},{"source":119,"target":17},{"source":120,"target":135},{"source":120,"target":17},{"source":121,"target":136},{"source":121,"target":17},{"source":122,"target":137},{"source":122,"target":17}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="de.swz.dist.amrocpropertytypes" nsURI="http://dist.swz.de/amrocpropertytypes" nsPrefix="amrocpropertytypes"> <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="hostProperties" upperBound="-2" eType="#//HostPropertiesType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="hostProperties"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="mpiProperties" upperBound="-2" eType="#//MpiPropertiesType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="mpiProperties"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="packageProperties" upperBound="-2" eType="#//PackagePropertiesType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PackageProperties"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HostPropertiesType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="hostProperties_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cores" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="cores"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ram" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ram"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MpiPropertiesType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="mpiProperties_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nodes" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="nodes"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mpiVersion" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="mpi-version"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackagePropertiesType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="PackageProperties_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="version"/> </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="element"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/kortef/Cloud-Resource-Modelling/de.ugoe.cs.oco/bundles/de.swz.dist.usecases/models/amroc/amroc_propertytypes.xsd.ecore
ecore
de.swz.dist.amrocpropertytypes DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation hostProperties mpiProperties packageProperties HostPropertiesType cores ram MpiPropertiesType nodes mpiVersion PackagePropertiesType version name
null
{"directed":true,"nodes":[{"nsPrefix":"amrocpropertytypes","nsURI":"http://dist.swz.de/amrocpropertytypes","name":"de.swz.dist.amrocpropertytypes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HostPropertiesType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MpiPropertiesType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackagePropertiesType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":7,"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":"hostProperties","changeable":true,"resolveProxies":false,"lowerBound":0,"id":8,"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":"mpiProperties","changeable":true,"resolveProxies":false,"lowerBound":0,"id":9,"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":"packageProperties","changeable":true,"resolveProxies":false,"lowerBound":0,"id":10,"derived":true},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cores","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ram","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mpiVersion","changeable":true,"lowerBound":1,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":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":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":5,"target":11},{"source":5,"target":1},{"source":6,"target":12},{"source":6,"target":1},{"source":7,"target":13},{"source":7,"target":1},{"source":8,"target":2},{"source":8,"target":14},{"source":8,"target":1},{"source":14,"target":2},{"source":9,"target":3},{"source":9,"target":15},{"source":9,"target":1},{"source":15,"target":3},{"source":10,"target":4},{"source":10,"target":16},{"source":10,"target":1},{"source":16,"target":4},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":17,"target":19},{"source":17,"target":2},{"source":18,"target":20},{"source":18,"target":2},{"source":3,"target":0},{"source":3,"target":21},{"source":3,"target":22},{"source":21,"target":23},{"source":21,"target":3},{"source":22,"target":24},{"source":22,"target":3},{"source":4,"target":0},{"source":4,"target":25},{"source":4,"target":26},{"source":25,"target":27},{"source":25,"target":4},{"source":26,"target":28},{"source":26,"target":4}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="p"> <eClassifiers xsi:type="ecore:EClass" name="A"> <eStructuralFeatures xsi:type="ecore:EReference" name="b" eType="#//A" containment="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="owner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/arcanefoam/qvtMustus/archive/org.eclipse.qvt.declarative.test.emof.emof/src/org/eclipse/qvt/declarative/test/emof/mapping/models/OppositeRoleName.ecore
ecore
p A b
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"p","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"A","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"b","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":1},{"source":2,"target":3},{"source":2,"target":1},{"source":3,"target":1}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="studyPlan" nsURI="http://www.example.org/studyPlan" nsPrefix="studyPlan"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="validationDelegates" value="http://www.eclipse.org/acceleo/query/1.0"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Course"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codename" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="university" lowerBound="1" eType="#//University" eOpposite="#//University/courses"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="credits" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" defaultValueLiteral="7.5"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="level" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="University"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="students" upperBound="-1" eType="#//Student" containment="true" eOpposite="#//Student/university"/> <eStructuralFeatures xsi:type="ecore:EReference" name="studyProgrammes" upperBound="-1" eType="#//StudyProgramme" containment="true" eOpposite="#//StudyProgramme/university"/> <eStructuralFeatures xsi:type="ecore:EReference" name="courses" upperBound="-1" eType="#//Course" containment="true" eOpposite="#//Course/university"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StudyPlan"> <eStructuralFeatures xsi:type="ecore:EReference" name="student" lowerBound="1" eType="#//Student" eOpposite="#//Student/studyplan"/> <eStructuralFeatures xsi:type="ecore:EReference" name="semesterPlans" upperBound="-1" eType="#//SemesterPlan" containment="true" eOpposite="#//SemesterPlan/studyPlan"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Semester"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codename" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="season" eType="#//SeasonEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SemesterPlan" eSuperTypes="#//Semester"> <eStructuralFeatures xsi:type="ecore:EReference" name="studyPlan" lowerBound="1" eType="#//StudyPlan" eOpposite="#//StudyPlan/semesterPlans"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selectedCourses" upperBound="-1" eType="#//Course"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SemesterProgramme" eSuperTypes="#//Semester"> <eStructuralFeatures xsi:type="ecore:EReference" name="specialization" lowerBound="1" eType="#//Specialization" eOpposite="#//Specialization/semesters"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mandatoryCourses" upperBound="-1" eType="#//Course"/> <eStructuralFeatures xsi:type="ecore:EReference" name="electiveCourses" upperBound="-1" eType="#//Course"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Student"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="username" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="university" lowerBound="1" eType="#//University" eOpposite="#//University/students"/> <eStructuralFeatures xsi:type="ecore:EReference" name="studyplan" lowerBound="1" eType="#//StudyPlan" containment="true" eOpposite="#//StudyPlan/student"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StudyProgramme"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="codeNameMustBeShorterThan10"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/acceleo/query/1.0"> <details key="codeNameMustBeShorterThan10" value="self.codename ->size() &lt; 10"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codename" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="university" lowerBound="1" eType="#//University" eOpposite="#//University/studyProgrammes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lengthInYears" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specializations" lowerBound="1" upperBound="-1" eType="#//Specialization" containment="true" eOpposite="#//Specialization/studyProgramme"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Specialization"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="studyProgramme" lowerBound="1" eType="#//StudyProgramme" eOpposite="#//StudyProgramme/specializations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="continuations" upperBound="-1" eType="#//Specialization" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="semesters" lowerBound="1" upperBound="-1" eType="#//SemesterProgramme" containment="true" eOpposite="#//SemesterProgramme/specialization"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SeasonEnum"> <eLiterals name="Vår" literal="Vår"/> <eLiterals name="Høst" value="1" literal="Høst"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/timmychan97/TDT4250-delivery/assignment3/studyPlanConverter/input/studyPlan.ecore
ecore
studyPlan Course codename name university credits 7.5 level University name students studyProgrammes courses StudyPlan student semesterPlans Semester codename year season SemesterPlan studyPlan selectedCourses SemesterProgramme specialization mandatoryCourses electiveCourses Student name username university studyplan StudyProgramme codename name university lengthInYears specializations Specialization name year studyProgramme continuations semesters SeasonEnum Vår Vår Høst Høst
null
{"directed":true,"nodes":[{"nsPrefix":"studyPlan","nsURI":"http://www.example.org/studyPlan","name":"studyPlan","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Course","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"University","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StudyPlan","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Semester","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SemesterPlan","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SemesterProgramme","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Student","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StudyProgramme","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Specialization","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SeasonEnum","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codename","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"university","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":7.5,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"7.5","unsettable":false,"transient":false,"unique":true,"name":"credits","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"level","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"courses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"students","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"studyProgrammes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"university","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"university","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"student","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"semesterPlans","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"studyplan","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"studyPlan","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codename","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"year","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"season","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"selectedCourses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specialization","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mandatoryCourses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"electiveCourses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"semesters","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"username","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codename","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lengthInYears","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specializations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"studyProgramme","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"year","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"continuations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"name":"Vår","id":79,"value":0,"literal":"Vår","eClass":"EEnumLiteral"},{"name":"Høst","id":80,"value":1,"literal":"Høst","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":11,"target":16},{"source":11,"target":1},{"source":12,"target":17},{"source":12,"target":1},{"source":13,"target":2},{"source":13,"target":18},{"source":13,"target":1},{"source":13,"target":19},{"source":18,"target":2},{"source":14,"target":20},{"source":14,"target":1},{"source":15,"target":21},{"source":15,"target":1},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":19},{"source":22,"target":25},{"source":22,"target":2},{"source":23,"target":7},{"source":23,"target":26},{"source":23,"target":2},{"source":23,"target":27},{"source":26,"target":7},{"source":24,"target":8},{"source":24,"target":28},{"source":24,"target":2},{"source":24,"target":29},{"source":28,"target":8},{"source":19,"target":1},{"source":19,"target":30},{"source":19,"target":2},{"source":19,"target":13},{"source":30,"target":1},{"source":3,"target":0},{"source":3,"target":31},{"source":3,"target":32},{"source":31,"target":7},{"source":31,"target":33},{"source":31,"target":3},{"source":31,"target":34},{"source":33,"target":7},{"source":32,"target":5},{"source":32,"target":35},{"source":32,"target":3},{"source":32,"target":36},{"source":35,"target":5},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":37,"target":40},{"source":37,"target":4},{"source":38,"target":41},{"source":38,"target":4},{"source":39,"target":10},{"source":39,"target":42},{"source":39,"target":4},{"source":42,"target":10},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":36},{"source":5,"target":43},{"source":5,"target":44},{"source":36,"target":3},{"source":36,"target":45},{"source":36,"target":5},{"source":36,"target":32},{"source":45,"target":3},{"source":43,"target":1},{"source":43,"target":46},{"source":43,"target":5},{"source":46,"target":1},{"source":44,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":47,"target":9},{"source":47,"target":51},{"source":47,"target":6},{"source":47,"target":52},{"source":51,"target":9},{"source":48,"target":1},{"source":48,"target":53},{"source":48,"target":6},{"source":53,"target":1},{"source":49,"target":1},{"source":49,"target":54},{"source":49,"target":6},{"source":54,"target":1},{"source":50,"target":4},{"source":7,"target":0},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":27},{"source":7,"target":34},{"source":55,"target":57},{"source":55,"target":7},{"source":56,"target":58},{"source":56,"target":7},{"source":27,"target":2},{"source":27,"target":59},{"source":27,"target":7},{"source":27,"target":23},{"source":59,"target":2},{"source":34,"target":3},{"source":34,"target":60},{"source":34,"target":7},{"source":34,"target":31},{"source":60,"target":3},{"source":8,"target":0},{"source":8,"target":61},{"source":8,"target":62},{"source":8,"target":29},{"source":8,"target":63},{"source":8,"target":64},{"source":61,"target":65},{"source":61,"target":8},{"source":62,"target":66},{"source":62,"target":8},{"source":29,"target":2},{"source":29,"target":67},{"source":29,"target":8},{"source":29,"target":24},{"source":67,"target":2},{"source":63,"target":68},{"source":63,"target":8},{"source":64,"target":9},{"source":64,"target":69},{"source":64,"target":8},{"source":64,"target":70},{"source":69,"target":9},{"source":9,"target":0},{"source":9,"target":71},{"source":9,"target":72},{"source":9,"target":70},{"source":9,"target":73},{"source":9,"target":52},{"source":71,"target":74},{"source":71,"target":9},{"source":72,"target":75},{"source":72,"target":9},{"source":70,"target":8},{"source":70,"target":76},{"source":70,"target":9},{"source":70,"target":64},{"source":76,"target":8},{"source":73,"target":9},{"source":73,"target":77},{"source":73,"target":9},{"source":77,"target":9},{"source":52,"target":6},{"source":52,"target":78},{"source":52,"target":9},{"source":52,"target":47},{"source":78,"target":6},{"source":10,"target":0},{"source":10,"target":79},{"source":10,"target":80},{"source":79,"target":10},{"source":80,"target":10}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="root"> <eSubpackages name="p1"> <eClassifiers xsi:type="ecore:EClass" name="E1"/> <eSubpackages name="p11"> <eClassifiers xsi:type="ecore:EClass" name="E11"/> <eClassifiers xsi:type="ecore:EClass" name="E111"/> </eSubpackages> </eSubpackages> <eSubpackages name="p2"> <eClassifiers xsi:type="ecore:EClass" name="E2"/> </eSubpackages> </ecore:EPackage>
github:ecore:/data/CohesionForce/ecfrance-sirius/plugins/org.eclipse.sirius.tests.junit/data/unit/session/modifySession/My.ecore
ecore
root p1 E1 p11 E11 E111 p2 E2
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"root","id":0,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"p1","id":1,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"p2","id":2,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"E1","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"nsPrefix":null,"nsURI":null,"name":"p11","id":4,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"E11","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"E111","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"E2","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":0},{"source":3,"target":1},{"source":4,"target":5},{"source":4,"target":6},{"source":4,"target":1},{"source":5,"target":4},{"source":6,"target":4},{"source":2,"target":7},{"source":2,"target":0},{"source":7,"target":2}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="qvtcorebase" nsURI="http://www.eclipse.org/qvt/0.9/QVTcoreBase" nsPrefix="qvtcb"> <eClassifiers xsi:type="ecore:EClass" name="AbstractMapping" abstract="true" interface="true" eSuperTypes="../../org.eclipse.qvtd.pivot.qvtbase/model/QVTbase.ecore#//Rule #//Area"> <eOperations name="getContext" eType="#//AbstractMapping"/> <eOperations name="getRefinement" upperBound="-1" eType="#//AbstractMapping"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Area" abstract="true" interface="true" eSuperTypes="platform:/plugin/org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Element"> <eOperations name="getAllVariables" ordered="false" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guardPattern" lowerBound="1" eType="#//GuardPattern" containment="true" eOpposite="#//GuardPattern/area"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bottomPattern" lowerBound="1" eType="#//BottomPattern" containment="true" eOpposite="#//BottomPattern/area"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignment" abstract="true" eSuperTypes="platform:/plugin/org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="bottomPattern" lowerBound="1" eType="#//BottomPattern" transient="true" eOpposite="#//BottomPattern/assignment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//OCLExpression" containment="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="valueAssignment"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDefault" eType="ecore:EDataType platform:/plugin/org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Boolean" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BottomPattern" eSuperTypes="#//CorePattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="area" lowerBound="1" eType="#//Area" transient="true" eOpposite="#//Area/bottomPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignment" ordered="false" upperBound="-1" eType="#//Assignment" containment="true" eOpposite="#//Assignment/bottomPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enforcementOperation" ordered="false" upperBound="-1" eType="#//EnforcementOperation" containment="true" eOpposite="#//EnforcementOperation/bottomPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realizedVariable" ordered="false" upperBound="-1" eType="#//RealizedVariable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CoreDomain" eSuperTypes="../../org.eclipse.qvtd.pivot.qvtbase/model/QVTbase.ecore#//Domain #//Area"/> <eClassifiers xsi:type="ecore:EClass" name="CorePattern" eSuperTypes="../../org.eclipse.qvtd.pivot.qvtbase/model/QVTbase.ecore#//Pattern"> <eOperations name="getAllVariables" ordered="false" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Variable"/> <eOperations name="getArea" lowerBound="1" eType="#//Area"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnforcementOperation" eSuperTypes="platform:/plugin/org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enforcementMode" eType="#//EnforcementMode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bottomPattern" eType="#//BottomPattern" transient="true" eOpposite="#//BottomPattern/enforcementOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operationCallExp" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//OperationCallExp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GuardPattern" eSuperTypes="#//CorePattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="area" lowerBound="1" eType="#//Area" transient="true" eOpposite="#//Area/guardPattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyAssignment" eSuperTypes="#//Assignment"> <eStructuralFeatures xsi:type="ecore:EReference" name="slotExpression" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//OCLExpression" containment="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="slotAssignment"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="targetProperty" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="assignment"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealizedVariable" eSuperTypes="platform:/plugin/org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Variable"/> <eClassifiers xsi:type="ecore:EClass" name="VariableAssignment" eSuperTypes="#//Assignment"> <eStructuralFeatures xsi:type="ecore:EReference" name="targetVariable" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Variable"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="assignment"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EnforcementMode"> <eLiterals name="Creation"/> <eLiterals name="Deletion" value="1"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/arcanefoam/qvtMustus/plugins/org.eclipse.qvtd.pivot.qvtcorebase/model/QVTcoreBase.ecore
ecore
qvtcorebase AbstractMapping getContext getRefinement Area getAllVariables guardPattern bottomPattern Assignment bottomPattern value isDefault BottomPattern area assignment enforcementOperation realizedVariable CoreDomain CorePattern getAllVariables getArea variable EnforcementOperation enforcementMode bottomPattern operationCallExp GuardPattern area PropertyAssignment slotExpression targetProperty RealizedVariable VariableAssignment targetVariable EnforcementMode Creation Creation Deletion Deletion
null
{"directed":true,"nodes":[{"nsPrefix":"qvtcb","nsURI":"http://www.eclipse.org/qvt/0.9/QVTcoreBase","name":"qvtcorebase","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMapping","instanceClass":null,"abstract":true,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Area","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BottomPattern","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CoreDomain","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorePattern","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnforcementOperation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GuardPattern","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyAssignment","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealizedVariable","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAssignment","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnforcementMode","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContext","lowerBound":0,"id":13,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getRefinement","lowerBound":0,"id":14,"many":true,"required":false,"eClass":"EOperation"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getAllVariables","lowerBound":0,"id":19,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guardPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bottomPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"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":true,"unique":true,"name":"area","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"area","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"bottomPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"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":"isDefault","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enforcementOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"realizedVariable","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"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"bottomPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getAllVariables","lowerBound":0,"id":46,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArea","lowerBound":1,"id":47,"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":"variable","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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"enforcementMode","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operationCallExp","changeable":true,"resolveProxies":true,"lowerBound":1,"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"slotExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetProperty","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"name":"Creation","id":70,"value":0,"literal":"Creation","eClass":"EEnumLiteral"},{"name":"Deletion","id":71,"value":1,"literal":"Deletion","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":1,"target":0},{"source":1,"target":2},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":13,"target":1},{"source":13,"target":17},{"source":13,"target":1},{"source":17,"target":1},{"source":14,"target":1},{"source":14,"target":18},{"source":14,"target":1},{"source":18,"target":1},{"source":16,"target":2},{"source":2,"target":0},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":19,"target":23},{"source":19,"target":2},{"source":20,"target":8},{"source":20,"target":24},{"source":20,"target":2},{"source":20,"target":25},{"source":24,"target":8},{"source":21,"target":4},{"source":21,"target":26},{"source":21,"target":2},{"source":21,"target":27},{"source":26,"target":4},{"source":3,"target":0},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":28,"target":4},{"source":28,"target":32},{"source":28,"target":3},{"source":28,"target":33},{"source":32,"target":4},{"source":29,"target":34},{"source":29,"target":3},{"source":30,"target":35},{"source":30,"target":3},{"source":4,"target":0},{"source":4,"target":6},{"source":4,"target":27},{"source":4,"target":33},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":27,"target":2},{"source":27,"target":39},{"source":27,"target":4},{"source":27,"target":21},{"source":39,"target":2},{"source":33,"target":3},{"source":33,"target":40},{"source":33,"target":4},{"source":33,"target":28},{"source":40,"target":3},{"source":36,"target":7},{"source":36,"target":41},{"source":36,"target":4},{"source":36,"target":42},{"source":41,"target":7},{"source":37,"target":10},{"source":37,"target":43},{"source":37,"target":4},{"source":43,"target":10},{"source":38,"target":6},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":44},{"source":5,"target":45},{"source":45,"target":2},{"source":6,"target":0},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":46,"target":50},{"source":46,"target":6},{"source":47,"target":2},{"source":47,"target":51},{"source":47,"target":6},{"source":51,"target":2},{"source":48,"target":52},{"source":48,"target":6},{"source":7,"target":0},{"source":7,"target":53},{"source":7,"target":42},{"source":7,"target":54},{"source":7,"target":55},{"source":53,"target":12},{"source":53,"target":56},{"source":53,"target":7},{"source":56,"target":12},{"source":42,"target":4},{"source":42,"target":57},{"source":42,"target":7},{"source":42,"target":36},{"source":57,"target":4},{"source":54,"target":58},{"source":54,"target":7},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":25},{"source":8,"target":59},{"source":25,"target":2},{"source":25,"target":60},{"source":25,"target":8},{"source":25,"target":20},{"source":60,"target":2},{"source":59,"target":6},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":61},{"source":9,"target":62},{"source":9,"target":63},{"source":61,"target":64},{"source":61,"target":9},{"source":62,"target":65},{"source":62,"target":9},{"source":63,"target":3},{"source":10,"target":0},{"source":10,"target":66},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":67},{"source":11,"target":68},{"source":67,"target":69},{"source":67,"target":11},{"source":68,"target":3},{"source":12,"target":0},{"source":12,"target":70},{"source":12,"target":71},{"source":70,"target":12},{"source":71,"target":12}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ecore modeler test" nsURI="" nsPrefix="ecore_modeler_test"> <eClassifiers xsi:type="ecore:EClass" name="new EClass 1"> <eStructuralFeatures xsi:type="ecore:EReference" name="newEReference1" eType="#//new%20EClass%202"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Attribut1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="new EClass 2"/> </ecore:EPackage>
github:ecore:/data/CohesionForce/ecfrance-sirius/plugins/org.eclipse.sirius.tests.junit/data/table/unit/refresh/tc598.ecore
ecore
ecore modeler test new EClass 1 newEReference1 Attribut1 new EClass 2
null
{"directed":true,"nodes":[{"nsPrefix":"ecore_modeler_test","nsURI":"","name":"ecore modeler test","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"new EClass 1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"new EClass 2","instanceClass":null,"abstract":false,"id":2,"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":"newEReference1","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":"Attribut1","changeable":true,"lowerBound":0,"iD":false,"id":4,"derived":false},{"id":5,"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":2},{"source":3,"target":5},{"source":3,"target":1},{"source":5,"target":2},{"source":4,"target":1},{"source":2,"target":0}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="cgmodel" nsURI="http://www.eclipse.org/ocl/1.0.0/CG" nsPrefix="ch"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The CGModel provides a Code Generation friendly form of the OCL Abstract Syntax pivot model, with distinct classes&#xA;such as LibraryPropertyCallExp and EcorePropertyCallExp for distinct purposes. Additional classes&#xA;such as BoxExp, CatchExp and CastExp support rewrite optimizations.&#xA;&lt;p>&#xA;References to the Abstract Syntax model are expressed as attributes with datatype values in order to avoid&#xA;confusion as to whether the new or old pivot mosdel is in use while code generating the pivot model."/> </eAnnotations> <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="CGAccumulator" eSuperTypes="#//CGIterator"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGAccumulator is a mutable possibly invalid variable for use as an accumulator."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGAssertNonNullExp" eSuperTypes="#//CGCallExp"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGAssertNonNullExp asserts that its source is non-null causing an assertion failure if null."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGBoolean" eSuperTypes="#//CGConstant"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="CGBoolean represents a boolean value."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="the boolean value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGBoxExp" eSuperTypes="#//CGCallExp"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGBoxExp converts an unboxed source value to a boxed value."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGBuiltInIterationCallExp" eSuperTypes="#//CGIterationCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="accumulator" eType="#//CGIterator" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGCachedOperation" eSuperTypes="#//CGOperation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A native operation that must be called using the native calling convention."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="finalOperations" upperBound="-1" eType="#//CGCachedOperation" eOpposite="#//CGCachedOperation/virtualOperations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="virtualOperations" upperBound="-1" eType="#//CGCachedOperation" eOpposite="#//CGCachedOperation/finalOperations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGCachedOperationCallExp" eSuperTypes="#//CGOperationCallExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="method" lowerBound="1" eType="#//Method"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="thisIsSelf" 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="true when OCL's self is Java's this, false when OCL's self is passed as an additional first argument"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGCallable" abstract="true" eSuperTypes="#//CGValuedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGConstraint defines a constraint such as a class invariant."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false" upperBound="-1" eType="#//CGParameter" containment="true" resolveProxies="false" eOpposite="#//CGParameter/callable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The parameters of this operation, with 'self' as the first parameter."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//CGValuedElement" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGCallExp" abstract="true" eSuperTypes="#//CGValuedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="invalidating" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Whether this call expression may return an invalid result for non-invalid (or invalid if also validating) inputs."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validating" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Whether this call expression may return a non-invalid result for invalid inputs."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//CGValuedElement" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The source expression for the call."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGCastExp" eSuperTypes="#//CGCallExp"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A cast expression imposes a known type on a poorly typer source such as a CGEcoreParameter."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="executorType" lowerBound="1" eType="#//CGExecutorType" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The shared type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGCatchExp" eSuperTypes="#//CGCallExp"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGCatchExp converts an invalid source exception to an invalid value."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGClass" eSuperTypes="#//CGNamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="containingPackage" eType="#//CGPackage" resolveProxies="false" eOpposite="#//CGPackage/classes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" ordered="false" upperBound="-1" eType="#//CGOperation" containment="true" resolveProxies="false" eOpposite="#//CGOperation/containingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" ordered="false" upperBound="-1" eType="#//CGProperty" containment="true" resolveProxies="false" eOpposite="#//CGProperty/containingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="invariants" ordered="false" upperBound="-1" eType="#//CGConstraint" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Invariant constraints on instances of this class."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="superTypes" upperBound="-1" eType="#//CGClass" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="the boolean value"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="templateParameters" unique="false" upperBound="-1" eType="#//CGClass" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" ordered="false" upperBound="-1" eType="#//CGClass" containment="true" resolveProxies="false" eOpposite="#//CGClass/containingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containingClass" eType="#//CGClass" resolveProxies="false" eOpposite="#//CGClass/classes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGCollectionExp" eSuperTypes="#//CGValuedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1" eType="#//CGCollectionPart" containment="true" resolveProxies="false" eOpposite="#//CGCollectionPart/collectionExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGCollectionPart" eSuperTypes="#//CGValuedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="first" lowerBound="1" eType="#//CGValuedElement" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="last" lowerBound="1" eType="#//CGValuedElement" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collectionExp" lowerBound="1" eType="#//CGCollectionExp" changeable="false" resolveProxies="false" eOpposite="#//CGCollectionExp/parts"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGConstant" abstract="true" eSuperTypes="#//CGValuedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGConstant represents a constant value that may be shared by may CGConstantExp. The shared&#xA;value may be generated as a global constant. Inlineable constants need no global declaration.&#xA;&#xA;Derived classes support distinct forms of constants."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGConstantExp" eSuperTypes="#//CGValuedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGConstantExp is a constant valued expression that references a constant value."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="referredConstant" lowerBound="1" eType="#//CGValuedElement" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The shared constant providing the value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGConstraint" eSuperTypes="#//CGCallable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGConstraint defines a constraint such as a class invariant."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGEcoreClassShadowExp" eSuperTypes="#//CGShadowExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="eClass" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGEcoreDataTypeShadowExp" eSuperTypes="#//CGShadowExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="eDataType" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EDataType" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGEcoreExp" eSuperTypes="#//CGCallExp"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGEcoreExp converts a source value to an Ecore value."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifier" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGEcoreOperation" eSuperTypes="#//CGOperation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An operation that must be called using the Ecore Operation calling convention."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperation" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGEcoreOperationCallExp" eSuperTypes="#//CGOperationCallExp"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A call of an operation using the Ecore Operation calling convention; Collections are passed as EList."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperation" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EOperation" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGEcoreOppositePropertyCallExp" eSuperTypes="#//CGOppositePropertyCallExp"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="CGEcoreOppositePropertyCallExp navigates an inverse property using Ecore support."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eStructuralFeature" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGEcorePropertyCallExp" eSuperTypes="#//CGPropertyCallExp"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="CGEcorePropertyCallExp navigates a property using Ecore support."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eStructuralFeature" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGElement" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="CGElement is the abstract class from which all classes contribution to a CG tree derive."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGElementId" eSuperTypes="#//CGConstant"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elementId" lowerBound="1" eType="#//ElementId"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="the integer value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGExecutorCompositionProperty" eSuperTypes="#//CGExecutorProperty"/> <eClassifiers xsi:type="ecore:EClass" name="CGExecutorNavigationProperty" eSuperTypes="#//CGExecutorProperty"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="CGExecutorNavigationProperty specifies navigation in the absence of Ecore support."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGExecutorOppositeProperty" eSuperTypes="#//CGExecutorProperty"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="CGExecutorOppositeProperty specifies navigation of an unnavigable opposite."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGExecutorOperation" eSuperTypes="#//CGValuedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGExecutorOperation is not used."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="underlyingOperationId" eType="#//CGElementId" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGExecutorOperationCallExp" eSuperTypes="#//CGOperationCallExp"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGExecutorOperationCallExp is not used."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="executorOperation" lowerBound="1" eType="#//CGExecutorOperation" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGExecutorOppositePropertyCallExp" eSuperTypes="#//CGOppositePropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="executorProperty" lowerBound="1" eType="#//CGExecutorProperty" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGExecutorProperty" abstract="true" eSuperTypes="#//CGValuedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="underlyingPropertyId" eType="#//CGElementId" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGExecutorPropertyCallExp" eSuperTypes="#//CGPropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="executorProperty" lowerBound="1" eType="#//CGExecutorProperty" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGExecutorShadowPart" eSuperTypes="#//CGExecutorProperty"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGExecutorShadowPart supports navigation of a shadow object part."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGExecutorType" eSuperTypes="#//CGValuedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGExecutorType defines a Static Single Assignment variable whose value is a Type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="underlyingTypeId" eType="#//CGTypeId" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGFinalVariable" eSuperTypes="#//CGVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGFinalVariable defines a Static Single Assignment variable, that is one&#xA;whose value is defined before use and never changed."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGGuardExp" eSuperTypes="#//CGCallExp"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGGuardExp checks that its source is non-null and throws an invalid value exception if null."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A message to explain the guard failures."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="safe" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="the boolean value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGIfExp" eSuperTypes="#//CGValuedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//CGValuedElement" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" lowerBound="1" eType="#//CGValuedElement" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" lowerBound="1" eType="#//CGValuedElement" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGInteger" eSuperTypes="#//CGNumber"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="CGInteger represents an integer value."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGInvalid" eSuperTypes="#//CGConstant"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="CGInvalid represents an invalid value with an optional message."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="messageTemplate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="optional message template explaining the invalidity"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bindings" upperBound="-1" eType="#//Object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="bindings for use by the messageTemplate"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGIsEqualExp" eSuperTypes="#//CGCallExp"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGIsEqualExp realizes the built-in &quot;=&quot; operation."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" eType="#//CGValuedElement" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The argument expression for the call."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notEquals" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="True for not-equals rather than equals."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGIsEqual2Exp" eSuperTypes="#//CGCallExp"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGIsEqualExp realizes the built-in &quot;===&quot; operation that has only a 2-valued true/false return."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" eType="#//CGValuedElement" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The argument expression for the call."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGIsInvalidExp" eSuperTypes="#//CGCallExp"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGIsInvalidExp realizes the built-in &quot;oclIsInvalid&quot; operation."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGIsKindOfExp" eSuperTypes="#//CGCallExp"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGIsKindOfExp realizes the built-in &quot;oclIsKindOf&quot; operation."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="executorType" lowerBound="1" eType="#//CGExecutorType" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The shared type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGIsUndefinedExp" eSuperTypes="#//CGCallExp"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGIsUndefinedExp realizes the built-in &quot;oclIsUndefined&quot; operation."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGIterationCallExp" abstract="true" eSuperTypes="#//CGCallExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referredIteration" lowerBound="1" eType="#//Iteration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterators" upperBound="-1" eType="#//CGIterator" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//CGValuedElement" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="coIterators" upperBound="-1" eType="#//CGIterator" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGIterator" eSuperTypes="#//CGParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGIterator is a mutable variable for use as the iterator or result of an iteration."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGLetExp" eSuperTypes="#//CGValuedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGLetExp makes a shared expression available for multiple use in another expression.&#xA;The sharred expression is defined as the initialaizer of a shared variable."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="init" lowerBound="1" eType="#//CGVariable" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in" lowerBound="1" eType="#//CGValuedElement" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGLibraryIterateCallExp" eSuperTypes="#//CGLibraryIterationCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" eType="#//CGIterator" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGLibraryIterationCallExp" eSuperTypes="#//CGIterationCallExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="libraryIteration" lowerBound="1" eType="#//LibraryIteration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGLibraryOperation" eSuperTypes="#//CGOperation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An operation that must be called using the LibraryOperation calling convention."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGLibraryOperationCallExp" eSuperTypes="#//CGOperationCallExp"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A call of an operation using the derived polymorphic LibraryOperation.dispatch/evaluate API. There is no implicit self/this. Since arguments&#xA;are typed as Object, that required type cannot be determined. All arguments are therefore passed using the boxed representation."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="libraryOperation" lowerBound="1" eType="#//LibraryOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGLibraryPropertyCallExp" eSuperTypes="#//CGPropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="libraryProperty" lowerBound="1" eType="#//LibraryProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGLocalVariable" eSuperTypes="#//CGVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGLocalVariable defines a variable that may have exactly one of many values, typically&#xA;one value from an if thenExpression and another from an if elseExpression."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGMapExp" eSuperTypes="#//CGValuedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1" eType="#//CGMapPart" containment="true" resolveProxies="false" eOpposite="#//CGMapPart/mapExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGMapPart" eSuperTypes="#//CGValuedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" lowerBound="1" eType="#//CGValuedElement" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//CGValuedElement" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapExp" lowerBound="1" eType="#//CGMapExp" changeable="false" resolveProxies="false" eOpposite="#//CGMapExp/parts"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGModel" eSuperTypes="#//CGNamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="globals" ordered="false" upperBound="-1" eType="#//CGConstant" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packages" ordered="false" upperBound="-1" eType="#//CGPackage" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGNamedElement" abstract="true" eSuperTypes="#//CGElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ast" lowerBound="1" eType="#//Element"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGNativeOperation" eSuperTypes="#//CGOperation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A native operation that must be called using the native calling convention."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGNativeOperationCallExp" eSuperTypes="#//CGOperationCallExp"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A call of an operation using its Java declaration. The OCL self may be passed as an extra argument.&#xA;Other arguments are passed using the unboxed representation."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="method" lowerBound="1" eType="#//Method"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="thisIsSelf" 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="true when OCL's self is Java's this, false when OCL's self is passed as an additional first argument"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGNativeProperty" eSuperTypes="#//CGProperty"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A property that must be accessed using the native calling convention."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGNativePropertyCallExp" eSuperTypes="#//CGPropertyCallExp"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="CGEcorePropertyCallExp navigates a property using Ecore support."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="field" lowerBound="1" eType="#//Field"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGNavigationCallExp" abstract="true" eSuperTypes="#//CGCallExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referredProperty" lowerBound="1" eType="#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGNull" eSuperTypes="#//CGConstant"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="CGNull represents the null value."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGNumber" abstract="true" eSuperTypes="#//CGConstant"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="CGNumber represents a numeric value."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numericValue" lowerBound="1" eType="#//Number"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="the numeric value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGOperation" abstract="true" eSuperTypes="#//CGCallable"> <eStructuralFeatures xsi:type="ecore:EReference" name="preconditions" ordered="false" upperBound="-1" eType="#//CGConstraint" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The precondition constraints of this operation."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="postconditions" ordered="false" upperBound="-1" eType="#//CGConstraint" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The postcondition constraints of this operation."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="containingClass" lowerBound="1" eType="#//CGClass" resolveProxies="false" eOpposite="#//CGClass/operations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGOperationCallExp" abstract="true" eSuperTypes="#//CGCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//CGValuedElement" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referredOperation" lowerBound="1" eType="#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGOppositePropertyCallExp" abstract="true" eSuperTypes="#//CGNavigationCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="CGPackage" eSuperTypes="#//CGNamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" ordered="false" upperBound="-1" eType="#//CGClass" containment="true" resolveProxies="false" eOpposite="#//CGClass/containingPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packages" ordered="false" upperBound="-1" eType="#//CGPackage" containment="true" resolveProxies="false" eOpposite="#//CGPackage/containingPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containingPackage" eType="#//CGPackage" resolveProxies="false" eOpposite="#//CGPackage/packages"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGParameter" eSuperTypes="#//CGVariable"> <eStructuralFeatures xsi:type="ecore:EReference" name="callable" eType="#//CGCallable" resolveProxies="false" eOpposite="#//CGCallable/parameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGProperty" eSuperTypes="#//CGValuedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="containingClass" lowerBound="1" eType="#//CGClass" resolveProxies="false" eOpposite="#//CGClass/properties"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//CGValuedElement" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The optional initializer or derivation."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGPropertyCallExp" abstract="true" eSuperTypes="#//CGNavigationCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="CGReal" eSuperTypes="#//CGNumber"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="CGReal represents a real value."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGSettableVariable" eSuperTypes="#//CGVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGSettableVariable defines a variable that may have many values, typically through&#xA;use as an iteration variable."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGShadowExp" abstract="true" eSuperTypes="#//CGValuedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1" eType="#//CGShadowPart" containment="true" resolveProxies="false" eOpposite="#//CGShadowPart/shadowExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="executorType" lowerBound="1" eType="#//CGExecutorType" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGShadowPart" eSuperTypes="#//CGValuedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="init" lowerBound="1" eType="#//CGValuedElement" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="shadowExp" lowerBound="1" eType="#//CGShadowExp" changeable="false" resolveProxies="false" eOpposite="#//CGShadowExp/parts"/> <eStructuralFeatures xsi:type="ecore:EReference" name="executorPart" lowerBound="1" eType="#//CGExecutorShadowPart" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The shared type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGString" eSuperTypes="#//CGConstant"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="CGInteger represents a string value."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="the string value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGTemplateParameterExp" eSuperTypes="#//CGValuedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGTemplateParameterExp is a non-constant expression that references a type's templateParameter."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="templateableElement" lowerBound="1" eType="#//CGValuedElement" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The CGExecutorType/Operation whose Class/Operation has template parameters."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The index of the TemplateParameter in the executorType's signature."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGText" eSuperTypes="#//CGConstant"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGText supports provision of literal language-specific text as an inline contribution to the generate code.&#xA;(e.g. the initialization of an evaluator)."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="the string value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGThrowExp" eSuperTypes="#//CGCallExp"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGThrowExp converts an invalid source value to a thrown invalid exception."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGTupleExp" eSuperTypes="#//CGValuedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1" eType="#//CGTuplePart" containment="true" resolveProxies="false" eOpposite="#//CGTuplePart/tupleExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGTuplePart" eSuperTypes="#//CGValuedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="init" lowerBound="1" eType="#//CGValuedElement" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tupleExp" lowerBound="1" eType="#//CGTupleExp" changeable="false" resolveProxies="false" eOpposite="#//CGTupleExp/parts"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGTuplePartCallExp" eSuperTypes="#//CGPropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="astTuplePartId" lowerBound="1" eType="#//TuplePartId"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGTypeId" eSuperTypes="#//CGElementId"/> <eClassifiers xsi:type="ecore:EClass" name="CGTypeExp" eSuperTypes="#//CGValuedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGTypeExp is a non-constant expression that references a type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="executorType" lowerBound="1" eType="#//CGExecutorType" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The shared type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGTypedElement" abstract="true" eSuperTypes="#//CGNamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeId" lowerBound="1" eType="#//CGTypeId" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGUnboxExp" eSuperTypes="#//CGCallExp"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGUnboxExp converts a boxed source value to an unboxed value."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGUnlimited" eSuperTypes="#//CGConstant"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="CGUnlimited represents the unlimited value."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGValuedElement" abstract="true" eSuperTypes="#//CGTypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="dependsOn" upperBound="-1" eType="#//CGValuedElement" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The elements that must be declared before this element."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="owns" upperBound="-1" eType="#//CGValuedElement" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGVariable" abstract="true" eSuperTypes="#//CGValuedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGVariable supports the shared use of its init expression by many VariableExps."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="#//CGValuedElement" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The shared value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CGVariableExp" eSuperTypes="#//CGValuedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A CGVariableExp references a variable that shared a common sub-expression."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" lowerBound="1" eType="#//CGVariable" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The shared variable providing the value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Element" instanceClassName="org.eclipse.ocl.pivot.Element"/> <eClassifiers xsi:type="ecore:EDataType" name="ElementId" instanceClassName="org.eclipse.ocl.pivot.ids.ElementId"/> <eClassifiers xsi:type="ecore:EDataType" name="EnumerationLiteralId" instanceClassName="org.eclipse.ocl.pivot.ids.EnumerationLiteralId"/> <eClassifiers xsi:type="ecore:EDataType" name="Iteration" instanceClassName="org.eclipse.ocl.pivot.Iteration"/> <eClassifiers xsi:type="ecore:EDataType" name="Field" instanceClassName="java.lang.reflect.Field"/> <eClassifiers xsi:type="ecore:EDataType" name="LibraryIteration" instanceClassName="org.eclipse.ocl.pivot.library.LibraryIteration"/> <eClassifiers xsi:type="ecore:EDataType" name="LibraryOperation" instanceClassName="org.eclipse.ocl.pivot.library.LibraryOperation"/> <eClassifiers xsi:type="ecore:EDataType" name="LibraryProperty" instanceClassName="org.eclipse.ocl.pivot.library.LibraryProperty"/> <eClassifiers xsi:type="ecore:EDataType" name="Method" instanceClassName="java.lang.reflect.Method"/> <eClassifiers xsi:type="ecore:EClass" name="Nameable" instanceClassName="org.eclipse.ocl.pivot.utilities.Nameable" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EDataType" name="Number" instanceClassName="java.lang.Number"/> <eClassifiers xsi:type="ecore:EDataType" name="Object" instanceClassName="java.lang.Object"/> <eClassifiers xsi:type="ecore:EDataType" name="Operation" instanceClassName="org.eclipse.ocl.pivot.Operation"/> <eClassifiers xsi:type="ecore:EDataType" name="Property" instanceClassName="org.eclipse.ocl.pivot.Property"/> <eClassifiers xsi:type="ecore:EDataType" name="TuplePartId" instanceClassName="org.eclipse.ocl.pivot.ids.TuplePartId"/> <eClassifiers xsi:type="ecore:EDataType" name="Type" instanceClassName="org.eclipse.ocl.pivot.Type"/> <eClassifiers xsi:type="ecore:EDataType" name="TypeId" instanceClassName="org.eclipse.ocl.pivot.ids.TypeId"/> </ecore:EPackage>
github:ecore:/data/lesleytong/OCL/org.eclipse.ocl/examples/org.eclipse.ocl.examples.codegen/model/cgmodel.ecore
ecore
cgmodel CGAccumulator CGAssertNonNullExp CGBoolean booleanValue CGBoxExp CGBuiltInIterationCallExp accumulator CGCachedOperation finalOperations virtualOperations CGCachedOperationCallExp method thisIsSelf CGCallable parameters body CGCallExp invalidating false validating false source CGCastExp executorType CGCatchExp CGClass containingPackage operations properties invariants superTypes interface false templateParameters classes containingClass CGCollectionExp parts CGCollectionPart first last collectionExp CGConstant CGConstantExp referredConstant CGConstraint CGEcoreClassShadowExp eClass CGEcoreDataTypeShadowExp eDataType CGEcoreExp eClassifier CGEcoreOperation eOperation CGEcoreOperationCallExp eOperation CGEcoreOppositePropertyCallExp eStructuralFeature CGEcorePropertyCallExp eStructuralFeature CGElement CGElementId elementId CGExecutorCompositionProperty CGExecutorNavigationProperty CGExecutorOppositeProperty CGExecutorOperation underlyingOperationId CGExecutorOperationCallExp executorOperation CGExecutorOppositePropertyCallExp executorProperty CGExecutorProperty underlyingPropertyId CGExecutorPropertyCallExp executorProperty CGExecutorShadowPart CGExecutorType underlyingTypeId CGFinalVariable CGGuardExp message safe false CGIfExp condition thenExpression elseExpression CGInteger CGInvalid messageTemplate bindings CGIsEqualExp argument notEquals false CGIsEqual2Exp argument CGIsInvalidExp CGIsKindOfExp executorType CGIsUndefinedExp CGIterationCallExp referredIteration iterators body coIterators CGIterator CGLetExp init in CGLibraryIterateCallExp result CGLibraryIterationCallExp libraryIteration CGLibraryOperation CGLibraryOperationCallExp libraryOperation CGLibraryPropertyCallExp libraryProperty CGLocalVariable CGMapExp parts CGMapPart key value mapExp CGModel globals packages CGNamedElement ast name CGNativeOperation CGNativeOperationCallExp method thisIsSelf CGNativeProperty CGNativePropertyCallExp field CGNavigationCallExp referredProperty CGNull CGNumber numericValue CGOperation preconditions postconditions containingClass CGOperationCallExp arguments referredOperation CGOppositePropertyCallExp CGPackage classes packages containingPackage CGParameter callable CGProperty containingClass body CGPropertyCallExp CGReal CGSettableVariable CGShadowExp parts executorType CGShadowPart init shadowExp executorPart CGString stringValue CGTemplateParameterExp templateableElement index CGText textValue CGThrowExp CGTupleExp parts CGTuplePart init tupleExp CGTuplePartCallExp astTuplePartId CGTypeId CGTypeExp executorType CGTypedElement typeId required false CGUnboxExp CGUnlimited CGValuedElement dependsOn owns CGVariable init CGVariableExp referredVariable Element org.eclipse.ocl.pivot.Element org.eclipse.ocl.pivot.Element ElementId org.eclipse.ocl.pivot.ids.ElementId org.eclipse.ocl.pivot.ids.ElementId EnumerationLiteralId org.eclipse.ocl.pivot.ids.EnumerationLiteralId org.eclipse.ocl.pivot.ids.EnumerationLiteralId Iteration org.eclipse.ocl.pivot.Iteration org.eclipse.ocl.pivot.Iteration Field java.lang.reflect.Field java.lang.reflect.Field LibraryIteration org.eclipse.ocl.pivot.library.LibraryIteration org.eclipse.ocl.pivot.library.LibraryIteration LibraryOperation org.eclipse.ocl.pivot.library.LibraryOperation org.eclipse.ocl.pivot.library.LibraryOperation LibraryProperty org.eclipse.ocl.pivot.library.LibraryProperty org.eclipse.ocl.pivot.library.LibraryProperty Method java.lang.reflect.Method java.lang.reflect.Method Nameable org.eclipse.ocl.pivot.utilities.Nameable org.eclipse.ocl.pivot.utilities.Nameable Number java.lang.Number java.lang.Number Object java.lang.Object java.lang.Object Operation org.eclipse.ocl.pivot.Operation org.eclipse.ocl.pivot.Operation Property org.eclipse.ocl.pivot.Property org.eclipse.ocl.pivot.Property TuplePartId org.eclipse.ocl.pivot.ids.TuplePartId org.eclipse.ocl.pivot.ids.TuplePartId Type org.eclipse.ocl.pivot.Type org.eclipse.ocl.pivot.Type TypeId org.eclipse.ocl.pivot.ids.TypeId org.eclipse.ocl.pivot.ids.TypeId
null
{"directed":true,"nodes":[{"nsPrefix":"ch","nsURI":"http://www.eclipse.org/ocl/1.0.0/CG","name":"cgmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGAccumulator","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGAssertNonNullExp","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGBoolean","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGBoxExp","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGBuiltInIterationCallExp","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGCachedOperation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGCachedOperationCallExp","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGCallable","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGCallExp","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGCastExp","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGCatchExp","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGClass","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGCollectionExp","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGCollectionPart","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGConstant","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGConstantExp","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGConstraint","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGEcoreClassShadowExp","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGEcoreDataTypeShadowExp","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGEcoreExp","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGEcoreOperation","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGEcoreOperationCallExp","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGEcoreOppositePropertyCallExp","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGEcorePropertyCallExp","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGElement","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGElementId","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGExecutorCompositionProperty","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGExecutorNavigationProperty","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGExecutorOppositeProperty","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGExecutorOperation","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGExecutorOperationCallExp","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGExecutorOppositePropertyCallExp","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGExecutorProperty","instanceClass":null,"abstract":true,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGExecutorPropertyCallExp","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGExecutorShadowPart","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGExecutorType","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGFinalVariable","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGGuardExp","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGIfExp","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGInteger","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGInvalid","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGIsEqualExp","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGIsEqual2Exp","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGIsInvalidExp","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGIsKindOfExp","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGIsUndefinedExp","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGIterationCallExp","instanceClass":null,"abstract":true,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGIterator","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGLetExp","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGLibraryIterateCallExp","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGLibraryIterationCallExp","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGLibraryOperation","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGLibraryOperationCallExp","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGLibraryPropertyCallExp","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGLocalVariable","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGMapExp","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGMapPart","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGModel","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGNamedElement","instanceClass":null,"abstract":true,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGNativeOperation","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGNativeOperationCallExp","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGNativeProperty","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGNativePropertyCallExp","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGNavigationCallExp","instanceClass":null,"abstract":true,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGNull","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGNumber","instanceClass":null,"abstract":true,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGOperation","instanceClass":null,"abstract":true,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGOperationCallExp","instanceClass":null,"abstract":true,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGOppositePropertyCallExp","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGPackage","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGParameter","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGProperty","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGPropertyCallExp","instanceClass":null,"abstract":true,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGReal","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGSettableVariable","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGShadowExp","instanceClass":null,"abstract":true,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGShadowPart","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGString","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGTemplateParameterExp","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGText","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGThrowExp","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGTupleExp","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGTuplePart","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGTuplePartCallExp","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGTypeId","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGTypeExp","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGTypedElement","instanceClass":null,"abstract":true,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGUnboxExp","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGUnlimited","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGValuedElement","instanceClass":null,"abstract":true,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGVariable","instanceClass":null,"abstract":true,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CGVariableExp","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.ocl.pivot.Element","defaultValue":null,"instanceClassName":"org.eclipse.ocl.pivot.Element","name":"Element","instanceClass":null,"id":93,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.ocl.pivot.ids.ElementId","defaultValue":null,"instanceClassName":"org.eclipse.ocl.pivot.ids.ElementId","name":"ElementId","instanceClass":null,"id":94,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.ocl.pivot.ids.EnumerationLiteralId","defaultValue":null,"instanceClassName":"org.eclipse.ocl.pivot.ids.EnumerationLiteralId","name":"EnumerationLiteralId","instanceClass":null,"id":95,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.ocl.pivot.Iteration","defaultValue":null,"instanceClassName":"org.eclipse.ocl.pivot.Iteration","name":"Iteration","instanceClass":null,"id":96,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.reflect.Field","defaultValue":null,"instanceClassName":"java.lang.reflect.Field","name":"Field","instanceClass":"java.lang.reflect.Field","id":97,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.ocl.pivot.library.LibraryIteration","defaultValue":null,"instanceClassName":"org.eclipse.ocl.pivot.library.LibraryIteration","name":"LibraryIteration","instanceClass":null,"id":98,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.ocl.pivot.library.LibraryOperation","defaultValue":null,"instanceClassName":"org.eclipse.ocl.pivot.library.LibraryOperation","name":"LibraryOperation","instanceClass":null,"id":99,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.ocl.pivot.library.LibraryProperty","defaultValue":null,"instanceClassName":"org.eclipse.ocl.pivot.library.LibraryProperty","name":"LibraryProperty","instanceClass":null,"id":100,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.reflect.Method","defaultValue":null,"instanceClassName":"java.lang.reflect.Method","name":"Method","instanceClass":"java.lang.reflect.Method","id":101,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.ocl.pivot.utilities.Nameable","defaultValue":null,"instanceClassName":"org.eclipse.ocl.pivot.utilities.Nameable","name":"Nameable","instanceClass":null,"abstract":true,"id":102,"interface":true,"eClass":"EClass"},{"instanceTypeName":"java.lang.Number","defaultValue":null,"instanceClassName":"java.lang.Number","name":"Number","instanceClass":"java.lang.Number","id":103,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Object","instanceClass":"java.lang.Object","id":104,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.ocl.pivot.Operation","defaultValue":null,"instanceClassName":"org.eclipse.ocl.pivot.Operation","name":"Operation","instanceClass":null,"id":105,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.ocl.pivot.Property","defaultValue":null,"instanceClassName":"org.eclipse.ocl.pivot.Property","name":"Property","instanceClass":null,"id":106,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.ocl.pivot.ids.TuplePartId","defaultValue":null,"instanceClassName":"org.eclipse.ocl.pivot.ids.TuplePartId","name":"TuplePartId","instanceClass":null,"id":107,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.ocl.pivot.Type","defaultValue":null,"instanceClassName":"org.eclipse.ocl.pivot.Type","name":"Type","instanceClass":null,"id":108,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.ocl.pivot.ids.TypeId","defaultValue":null,"instanceClassName":"org.eclipse.ocl.pivot.ids.TypeId","name":"TypeId","instanceClass":null,"id":109,"serializable":true,"eClass":"EDataType"},{"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":"booleanValue","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accumulator","changeable":true,"resolveProxies":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"finalOperations","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":"virtualOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"lowerBound":1,"iD":false,"id":124,"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":"thisIsSelf","changeable":true,"lowerBound":1,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"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":false,"unique":true,"name":"callable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":133,"derived":false},{"id":134,"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":"invalidating","changeable":true,"lowerBound":1,"iD":false,"id":135,"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":"validating","changeable":true,"lowerBound":1,"iD":false,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":false,"lowerBound":0,"id":137,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"executorType","changeable":true,"resolveProxies":false,"lowerBound":1,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containingPackage","changeable":true,"resolveProxies":false,"lowerBound":0,"id":146,"derived":false},{"container":false,"ordered":false,"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":false,"lowerBound":0,"id":147,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":false,"lowerBound":0,"id":148,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"invariants","changeable":true,"resolveProxies":false,"lowerBound":0,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superTypes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":150,"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":"interface","changeable":true,"lowerBound":1,"iD":false,"id":151,"derived":false},{"container":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":"templateParameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":152,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":153,"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":"containingClass","changeable":true,"resolveProxies":false,"lowerBound":0,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"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":"classes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":157,"derived":false},{"id":158,"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":"containingClass","changeable":true,"resolveProxies":false,"lowerBound":1,"id":159,"derived":false},{"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":"containingClass","changeable":true,"resolveProxies":false,"lowerBound":1,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":0,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"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":"collectionExp","changeable":false,"resolveProxies":false,"lowerBound":1,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":false,"lowerBound":1,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"last","changeable":true,"resolveProxies":false,"lowerBound":1,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredConstant","changeable":true,"resolveProxies":false,"lowerBound":1,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eClass","changeable":true,"resolveProxies":false,"lowerBound":1,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eDataType","changeable":true,"resolveProxies":false,"lowerBound":1,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eOperation","changeable":true,"resolveProxies":false,"lowerBound":1,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eStructuralFeature","changeable":true,"resolveProxies":false,"lowerBound":1,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eStructuralFeature","changeable":true,"resolveProxies":false,"lowerBound":1,"id":201,"derived":false},{"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":"elementId","changeable":true,"lowerBound":1,"iD":false,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"underlyingOperationId","changeable":true,"resolveProxies":false,"lowerBound":0,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"executorOperation","changeable":true,"resolveProxies":false,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"executorProperty","changeable":true,"resolveProxies":false,"lowerBound":1,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"underlyingPropertyId","changeable":true,"resolveProxies":false,"lowerBound":0,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"executorProperty","changeable":true,"resolveProxies":false,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"underlyingTypeId","changeable":true,"resolveProxies":false,"lowerBound":0,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":1,"iD":false,"id":230,"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":"safe","changeable":true,"lowerBound":1,"iD":false,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"messageTemplate","changeable":true,"lowerBound":0,"iD":false,"id":243,"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":"bindings","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":false,"lowerBound":0,"id":248,"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":"notEquals","changeable":true,"lowerBound":1,"iD":false,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"executorType","changeable":true,"resolveProxies":false,"lowerBound":1,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"referredIteration","changeable":true,"lowerBound":1,"iD":false,"id":261,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterators","changeable":true,"resolveProxies":false,"lowerBound":0,"id":262,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"coIterators","changeable":true,"resolveProxies":false,"lowerBound":0,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":false,"lowerBound":1,"id":271,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":false,"lowerBound":1,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":false,"lowerBound":0,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"libraryIteration","changeable":true,"lowerBound":1,"iD":false,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"libraryOperation","changeable":true,"lowerBound":1,"iD":false,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"libraryProperty","changeable":true,"lowerBound":1,"iD":false,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parts","changeable":true,"resolveProxies":false,"lowerBound":0,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"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":"mapExp","changeable":false,"resolveProxies":false,"lowerBound":1,"id":293,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":false,"lowerBound":1,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":1,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"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":"globals","changeable":true,"resolveProxies":false,"lowerBound":0,"id":300,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"resolveProxies":false,"lowerBound":0,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ast","changeable":true,"lowerBound":1,"iD":false,"id":305,"derived":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":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"lowerBound":1,"iD":false,"id":311,"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":"thisIsSelf","changeable":true,"lowerBound":1,"iD":false,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"lowerBound":1,"iD":false,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"referredProperty","changeable":true,"lowerBound":1,"iD":false,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numericValue","changeable":true,"lowerBound":1,"iD":false,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"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":"preconditions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":327,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"postconditions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":333,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"referredOperation","changeable":true,"lowerBound":1,"iD":false,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"resolveProxies":false,"lowerBound":0,"id":339,"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":"containingPackage","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":0,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parts","changeable":true,"resolveProxies":false,"lowerBound":0,"id":354,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"executorType","changeable":true,"resolveProxies":false,"lowerBound":1,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"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":"shadowExp","changeable":false,"resolveProxies":false,"lowerBound":1,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":false,"lowerBound":1,"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":false,"unique":true,"name":"executorPart","changeable":true,"resolveProxies":false,"lowerBound":1,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringValue","changeable":true,"lowerBound":1,"iD":false,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"templateableElement","changeable":true,"resolveProxies":false,"lowerBound":1,"id":369,"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":"index","changeable":true,"lowerBound":1,"iD":false,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"textValue","changeable":true,"lowerBound":1,"iD":false,"id":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parts","changeable":true,"resolveProxies":false,"lowerBound":0,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"id":380,"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":"tupleExp","changeable":false,"resolveProxies":false,"lowerBound":1,"id":381,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":false,"lowerBound":1,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"astTuplePartId","changeable":true,"lowerBound":1,"iD":false,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"executorType","changeable":true,"resolveProxies":false,"lowerBound":1,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeId","changeable":true,"resolveProxies":false,"lowerBound":1,"id":393,"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":"required","changeable":true,"lowerBound":1,"iD":false,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependsOn","changeable":true,"resolveProxies":false,"lowerBound":0,"id":400,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"owns","changeable":true,"resolveProxies":false,"lowerBound":0,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":false,"lowerBound":0,"id":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":false,"lowerBound":1,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":1,"target":0},{"source":1,"target":48},{"source":1,"target":110},{"source":110,"target":48},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":111},{"source":111,"target":9},{"source":3,"target":0},{"source":3,"target":15},{"source":3,"target":112},{"source":3,"target":113},{"source":112,"target":114},{"source":112,"target":3},{"source":113,"target":15},{"source":4,"target":0},{"source":4,"target":9},{"source":4,"target":115},{"source":115,"target":9},{"source":5,"target":0},{"source":5,"target":47},{"source":5,"target":116},{"source":5,"target":117},{"source":116,"target":48},{"source":116,"target":118},{"source":116,"target":5},{"source":118,"target":48},{"source":117,"target":47},{"source":6,"target":0},{"source":6,"target":67},{"source":6,"target":119},{"source":6,"target":120},{"source":6,"target":121},{"source":119,"target":6},{"source":119,"target":122},{"source":119,"target":6},{"source":119,"target":120},{"source":122,"target":6},{"source":120,"target":6},{"source":120,"target":123},{"source":120,"target":6},{"source":120,"target":119},{"source":123,"target":6},{"source":121,"target":67},{"source":7,"target":0},{"source":7,"target":68},{"source":7,"target":124},{"source":7,"target":125},{"source":7,"target":126},{"source":124,"target":101},{"source":124,"target":127},{"source":124,"target":7},{"source":127,"target":101},{"source":125,"target":128},{"source":125,"target":7},{"source":126,"target":68},{"source":8,"target":0},{"source":8,"target":90},{"source":8,"target":129},{"source":8,"target":130},{"source":8,"target":131},{"source":129,"target":71},{"source":129,"target":132},{"source":129,"target":8},{"source":129,"target":133},{"source":132,"target":71},{"source":130,"target":90},{"source":130,"target":134},{"source":130,"target":8},{"source":134,"target":90},{"source":131,"target":90},{"source":9,"target":0},{"source":9,"target":90},{"source":9,"target":135},{"source":9,"target":136},{"source":9,"target":137},{"source":9,"target":138},{"source":135,"target":139},{"source":135,"target":9},{"source":136,"target":140},{"source":136,"target":9},{"source":137,"target":90},{"source":137,"target":141},{"source":137,"target":9},{"source":141,"target":90},{"source":138,"target":90},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":142},{"source":10,"target":143},{"source":142,"target":36},{"source":142,"target":144},{"source":142,"target":10},{"source":144,"target":36},{"source":143,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":145},{"source":145,"target":9},{"source":12,"target":0},{"source":12,"target":59},{"source":12,"target":146},{"source":12,"target":147},{"source":12,"target":148},{"source":12,"target":149},{"source":12,"target":150},{"source":12,"target":151},{"source":12,"target":152},{"source":12,"target":153},{"source":12,"target":154},{"source":12,"target":155},{"source":146,"target":70},{"source":146,"target":156},{"source":146,"target":12},{"source":146,"target":157},{"source":156,"target":70},{"source":147,"target":67},{"source":147,"target":158},{"source":147,"target":12},{"source":147,"target":159},{"source":158,"target":67},{"source":148,"target":72},{"source":148,"target":160},{"source":148,"target":12},{"source":148,"target":161},{"source":160,"target":72},{"source":149,"target":17},{"source":149,"target":162},{"source":149,"target":12},{"source":162,"target":17},{"source":150,"target":12},{"source":150,"target":163},{"source":150,"target":12},{"source":163,"target":12},{"source":151,"target":164},{"source":151,"target":12},{"source":152,"target":12},{"source":152,"target":165},{"source":152,"target":12},{"source":165,"target":12},{"source":153,"target":12},{"source":153,"target":166},{"source":153,"target":12},{"source":153,"target":154},{"source":166,"target":12},{"source":154,"target":12},{"source":154,"target":167},{"source":154,"target":12},{"source":154,"target":153},{"source":167,"target":12},{"source":155,"target":59},{"source":13,"target":0},{"source":13,"target":90},{"source":13,"target":168},{"source":13,"target":169},{"source":168,"target":14},{"source":168,"target":170},{"source":168,"target":13},{"source":168,"target":171},{"source":170,"target":14},{"source":169,"target":90},{"source":14,"target":0},{"source":14,"target":90},{"source":14,"target":172},{"source":14,"target":173},{"source":14,"target":171},{"source":14,"target":174},{"source":172,"target":90},{"source":172,"target":175},{"source":172,"target":14},{"source":175,"target":90},{"source":173,"target":90},{"source":173,"target":176},{"source":173,"target":14},{"source":176,"target":90},{"source":171,"target":13},{"source":171,"target":177},{"source":171,"target":14},{"source":171,"target":168},{"source":177,"target":13},{"source":174,"target":90},{"source":15,"target":0},{"source":15,"target":90},{"source":15,"target":178},{"source":178,"target":90},{"source":16,"target":0},{"source":16,"target":90},{"source":16,"target":179},{"source":16,"target":180},{"source":179,"target":90},{"source":179,"target":181},{"source":179,"target":16},{"source":181,"target":90},{"source":180,"target":90},{"source":17,"target":0},{"source":17,"target":8},{"source":17,"target":182},{"source":182,"target":8},{"source":18,"target":0},{"source":18,"target":76},{"source":18,"target":183},{"source":18,"target":184},{"source":183,"target":185},{"source":183,"target":18},{"source":184,"target":76},{"source":19,"target":0},{"source":19,"target":76},{"source":19,"target":186},{"source":19,"target":187},{"source":186,"target":188},{"source":186,"target":19},{"source":187,"target":76},{"source":20,"target":0},{"source":20,"target":9},{"source":20,"target":189},{"source":20,"target":190},{"source":189,"target":191},{"source":189,"target":20},{"source":190,"target":9},{"source":21,"target":0},{"source":21,"target":67},{"source":21,"target":192},{"source":21,"target":193},{"source":192,"target":194},{"source":192,"target":21},{"source":193,"target":67},{"source":22,"target":0},{"source":22,"target":68},{"source":22,"target":195},{"source":22,"target":196},{"source":195,"target":197},{"source":195,"target":22},{"source":196,"target":68},{"source":23,"target":0},{"source":23,"target":69},{"source":23,"target":198},{"source":23,"target":199},{"source":198,"target":200},{"source":198,"target":23},{"source":199,"target":69},{"source":24,"target":0},{"source":24,"target":73},{"source":24,"target":201},{"source":24,"target":202},{"source":201,"target":203},{"source":201,"target":24},{"source":202,"target":73},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":15},{"source":26,"target":204},{"source":26,"target":205},{"source":204,"target":94},{"source":204,"target":206},{"source":204,"target":26},{"source":206,"target":94},{"source":205,"target":15},{"source":27,"target":0},{"source":27,"target":33},{"source":27,"target":207},{"source":207,"target":33},{"source":28,"target":0},{"source":28,"target":33},{"source":28,"target":208},{"source":208,"target":33},{"source":29,"target":0},{"source":29,"target":33},{"source":29,"target":209},{"source":209,"target":33},{"source":30,"target":0},{"source":30,"target":90},{"source":30,"target":210},{"source":30,"target":211},{"source":210,"target":26},{"source":210,"target":212},{"source":210,"target":30},{"source":212,"target":26},{"source":211,"target":90},{"source":31,"target":0},{"source":31,"target":68},{"source":31,"target":213},{"source":31,"target":214},{"source":213,"target":30},{"source":213,"target":215},{"source":213,"target":31},{"source":215,"target":30},{"source":214,"target":68},{"source":32,"target":0},{"source":32,"target":69},{"source":32,"target":216},{"source":32,"target":217},{"source":216,"target":33},{"source":216,"target":218},{"source":216,"target":32},{"source":218,"target":33},{"source":217,"target":69},{"source":33,"target":0},{"source":33,"target":90},{"source":33,"target":219},{"source":33,"target":220},{"source":219,"target":26},{"source":219,"target":221},{"source":219,"target":33},{"source":221,"target":26},{"source":220,"target":90},{"source":34,"target":0},{"source":34,"target":73},{"source":34,"target":222},{"source":34,"target":223},{"source":222,"target":33},{"source":222,"target":224},{"source":222,"target":34},{"source":224,"target":33},{"source":223,"target":73},{"source":35,"target":0},{"source":35,"target":33},{"source":35,"target":225},{"source":225,"target":33},{"source":36,"target":0},{"source":36,"target":90},{"source":36,"target":226},{"source":36,"target":227},{"source":226,"target":85},{"source":226,"target":228},{"source":226,"target":36},{"source":228,"target":85},{"source":227,"target":90},{"source":37,"target":0},{"source":37,"target":91},{"source":37,"target":229},{"source":229,"target":91},{"source":38,"target":0},{"source":38,"target":9},{"source":38,"target":230},{"source":38,"target":231},{"source":38,"target":232},{"source":230,"target":233},{"source":230,"target":38},{"source":231,"target":234},{"source":231,"target":38},{"source":232,"target":9},{"source":39,"target":0},{"source":39,"target":90},{"source":39,"target":235},{"source":39,"target":236},{"source":39,"target":237},{"source":39,"target":238},{"source":235,"target":90},{"source":235,"target":239},{"source":235,"target":39},{"source":239,"target":90},{"source":236,"target":90},{"source":236,"target":240},{"source":236,"target":39},{"source":240,"target":90},{"source":237,"target":90},{"source":237,"target":241},{"source":237,"target":39},{"source":241,"target":90},{"source":238,"target":90},{"source":40,"target":0},{"source":40,"target":66},{"source":40,"target":242},{"source":242,"target":66},{"source":41,"target":0},{"source":41,"target":15},{"source":41,"target":243},{"source":41,"target":244},{"source":41,"target":245},{"source":243,"target":246},{"source":243,"target":41},{"source":244,"target":104},{"source":244,"target":247},{"source":244,"target":41},{"source":247,"target":104},{"source":245,"target":15},{"source":42,"target":0},{"source":42,"target":9},{"source":42,"target":248},{"source":42,"target":249},{"source":42,"target":250},{"source":248,"target":90},{"source":248,"target":251},{"source":248,"target":42},{"source":251,"target":90},{"source":249,"target":252},{"source":249,"target":42},{"source":250,"target":9},{"source":43,"target":0},{"source":43,"target":9},{"source":43,"target":253},{"source":43,"target":254},{"source":253,"target":90},{"source":253,"target":255},{"source":253,"target":43},{"source":255,"target":90},{"source":254,"target":9},{"source":44,"target":0},{"source":44,"target":9},{"source":44,"target":256},{"source":256,"target":9},{"source":45,"target":0},{"source":45,"target":9},{"source":45,"target":257},{"source":45,"target":258},{"source":257,"target":36},{"source":257,"target":259},{"source":257,"target":45},{"source":259,"target":36},{"source":258,"target":9},{"source":46,"target":0},{"source":46,"target":9},{"source":46,"target":260},{"source":260,"target":9},{"source":47,"target":0},{"source":47,"target":9},{"source":47,"target":261},{"source":47,"target":262},{"source":47,"target":263},{"source":47,"target":264},{"source":47,"target":265},{"source":261,"target":96},{"source":261,"target":266},{"source":261,"target":47},{"source":266,"target":96},{"source":262,"target":48},{"source":262,"target":267},{"source":262,"target":47},{"source":267,"target":48},{"source":263,"target":90},{"source":263,"target":268},{"source":263,"target":47},{"source":268,"target":90},{"source":264,"target":48},{"source":264,"target":269},{"source":264,"target":47},{"source":269,"target":48},{"source":265,"target":9},{"source":48,"target":0},{"source":48,"target":71},{"source":48,"target":270},{"source":270,"target":71},{"source":49,"target":0},{"source":49,"target":90},{"source":49,"target":271},{"source":49,"target":272},{"source":49,"target":273},{"source":271,"target":91},{"source":271,"target":274},{"source":271,"target":49},{"source":274,"target":91},{"source":272,"target":90},{"source":272,"target":275},{"source":272,"target":49},{"source":275,"target":90},{"source":273,"target":90},{"source":50,"target":0},{"source":50,"target":51},{"source":50,"target":276},{"source":50,"target":277},{"source":276,"target":48},{"source":276,"target":278},{"source":276,"target":50},{"source":278,"target":48},{"source":277,"target":51},{"source":51,"target":0},{"source":51,"target":47},{"source":51,"target":279},{"source":51,"target":280},{"source":279,"target":98},{"source":279,"target":281},{"source":279,"target":51},{"source":281,"target":98},{"source":280,"target":47},{"source":52,"target":0},{"source":52,"target":67},{"source":52,"target":282},{"source":282,"target":67},{"source":53,"target":0},{"source":53,"target":68},{"source":53,"target":283},{"source":53,"target":284},{"source":283,"target":99},{"source":283,"target":285},{"source":283,"target":53},{"source":285,"target":99},{"source":284,"target":68},{"source":54,"target":0},{"source":54,"target":73},{"source":54,"target":286},{"source":54,"target":287},{"source":286,"target":100},{"source":286,"target":288},{"source":286,"target":54},{"source":288,"target":100},{"source":287,"target":73},{"source":55,"target":0},{"source":55,"target":91},{"source":55,"target":289},{"source":289,"target":91},{"source":56,"target":0},{"source":56,"target":90},{"source":56,"target":290},{"source":56,"target":291},{"source":290,"target":57},{"source":290,"target":292},{"source":290,"target":56},{"source":290,"target":293},{"source":292,"target":57},{"source":291,"target":90},{"source":57,"target":0},{"source":57,"target":90},{"source":57,"target":294},{"source":57,"target":295},{"source":57,"target":293},{"source":57,"target":296},{"source":294,"target":90},{"source":294,"target":297},{"source":294,"target":57},{"source":297,"target":90},{"source":295,"target":90},{"source":295,"target":298},{"source":295,"target":57},{"source":298,"target":90},{"source":293,"target":56},{"source":293,"target":299},{"source":293,"target":57},{"source":293,"target":290},{"source":299,"target":56},{"source":296,"target":90},{"source":58,"target":0},{"source":58,"target":59},{"source":58,"target":300},{"source":58,"target":301},{"source":58,"target":302},{"source":300,"target":15},{"source":300,"target":303},{"source":300,"target":58},{"source":303,"target":15},{"source":301,"target":70},{"source":301,"target":304},{"source":301,"target":58},{"source":304,"target":70},{"source":302,"target":59},{"source":59,"target":0},{"source":59,"target":25},{"source":59,"target":305},{"source":59,"target":306},{"source":59,"target":307},{"source":305,"target":93},{"source":305,"target":308},{"source":305,"target":59},{"source":308,"target":93},{"source":306,"target":309},{"source":306,"target":59},{"source":307,"target":25},{"source":60,"target":0},{"source":60,"target":67},{"source":60,"target":310},{"source":310,"target":67},{"source":61,"target":0},{"source":61,"target":68},{"source":61,"target":311},{"source":61,"target":312},{"source":61,"target":313},{"source":311,"target":101},{"source":311,"target":314},{"source":311,"target":61},{"source":314,"target":101},{"source":312,"target":315},{"source":312,"target":61},{"source":313,"target":68},{"source":62,"target":0},{"source":62,"target":72},{"source":62,"target":316},{"source":316,"target":72},{"source":63,"target":0},{"source":63,"target":73},{"source":63,"target":317},{"source":63,"target":318},{"source":317,"target":97},{"source":317,"target":319},{"source":317,"target":63},{"source":319,"target":97},{"source":318,"target":73},{"source":64,"target":0},{"source":64,"target":9},{"source":64,"target":320},{"source":64,"target":321},{"source":320,"target":106},{"source":320,"target":322},{"source":320,"target":64},{"source":322,"target":106},{"source":321,"target":9},{"source":65,"target":0},{"source":65,"target":15},{"source":65,"target":323},{"source":323,"target":15},{"source":66,"target":0},{"source":66,"target":15},{"source":66,"target":324},{"source":66,"target":325},{"source":324,"target":103},{"source":324,"target":326},{"source":324,"target":66},{"source":326,"target":103},{"source":325,"target":15},{"source":67,"target":0},{"source":67,"target":8},{"source":67,"target":327},{"source":67,"target":328},{"source":67,"target":159},{"source":67,"target":329},{"source":327,"target":17},{"source":327,"target":330},{"source":327,"target":67},{"source":330,"target":17},{"source":328,"target":17},{"source":328,"target":331},{"source":328,"target":67},{"source":331,"target":17},{"source":159,"target":12},{"source":159,"target":332},{"source":159,"target":67},{"source":159,"target":147},{"source":332,"target":12},{"source":329,"target":8},{"source":68,"target":0},{"source":68,"target":9},{"source":68,"target":333},{"source":68,"target":334},{"source":68,"target":335},{"source":333,"target":90},{"source":333,"target":336},{"source":333,"target":68},{"source":336,"target":90},{"source":334,"target":105},{"source":334,"target":337},{"source":334,"target":68},{"source":337,"target":105},{"source":335,"target":9},{"source":69,"target":0},{"source":69,"target":64},{"source":69,"target":338},{"source":338,"target":64},{"source":70,"target":0},{"source":70,"target":59},{"source":70,"target":157},{"source":70,"target":339},{"source":70,"target":340},{"source":70,"target":341},{"source":157,"target":12},{"source":157,"target":342},{"source":157,"target":70},{"source":157,"target":146},{"source":342,"target":12},{"source":339,"target":70},{"source":339,"target":343},{"source":339,"target":70},{"source":339,"target":340},{"source":343,"target":70},{"source":340,"target":70},{"source":340,"target":344},{"source":340,"target":70},{"source":340,"target":339},{"source":344,"target":70},{"source":341,"target":59},{"source":71,"target":0},{"source":71,"target":91},{"source":71,"target":133},{"source":71,"target":345},{"source":133,"target":8},{"source":133,"target":346},{"source":133,"target":71},{"source":133,"target":129},{"source":346,"target":8},{"source":345,"target":91},{"source":72,"target":0},{"source":72,"target":90},{"source":72,"target":161},{"source":72,"target":347},{"source":72,"target":348},{"source":161,"target":12},{"source":161,"target":349},{"source":161,"target":72},{"source":161,"target":148},{"source":349,"target":12},{"source":347,"target":90},{"source":347,"target":350},{"source":347,"target":72},{"source":350,"target":90},{"source":348,"target":90},{"source":73,"target":0},{"source":73,"target":64},{"source":73,"target":351},{"source":351,"target":64},{"source":74,"target":0},{"source":74,"target":66},{"source":74,"target":352},{"source":352,"target":66},{"source":75,"target":0},{"source":75,"target":91},{"source":75,"target":353},{"source":353,"target":91},{"source":76,"target":0},{"source":76,"target":90},{"source":76,"target":354},{"source":76,"target":355},{"source":76,"target":356},{"source":354,"target":77},{"source":354,"target":357},{"source":354,"target":76},{"source":354,"target":358},{"source":357,"target":77},{"source":355,"target":36},{"source":355,"target":359},{"source":355,"target":76},{"source":359,"target":36},{"source":356,"target":90},{"source":77,"target":0},{"source":77,"target":90},{"source":77,"target":360},{"source":77,"target":358},{"source":77,"target":361},{"source":77,"target":362},{"source":360,"target":90},{"source":360,"target":363},{"source":360,"target":77},{"source":363,"target":90},{"source":358,"target":76},{"source":358,"target":364},{"source":358,"target":77},{"source":358,"target":354},{"source":364,"target":76},{"source":361,"target":35},{"source":361,"target":365},{"source":361,"target":77},{"source":365,"target":35},{"source":362,"target":90},{"source":78,"target":0},{"source":78,"target":15},{"source":78,"target":366},{"source":78,"target":367},{"source":366,"target":368},{"source":366,"target":78},{"source":367,"target":15},{"source":79,"target":0},{"source":79,"target":90},{"source":79,"target":369},{"source":79,"target":370},{"source":79,"target":371},{"source":369,"target":90},{"source":369,"target":372},{"source":369,"target":79},{"source":372,"target":90},{"source":370,"target":373},{"source":370,"target":79},{"source":371,"target":90},{"source":80,"target":0},{"source":80,"target":15},{"source":80,"target":374},{"source":80,"target":375},{"source":374,"target":376},{"source":374,"target":80},{"source":375,"target":15},{"source":81,"target":0},{"source":81,"target":9},{"source":81,"target":377},{"source":377,"target":9},{"source":82,"target":0},{"source":82,"target":90},{"source":82,"target":378},{"source":82,"target":379},{"source":378,"target":83},{"source":378,"target":380},{"source":378,"target":82},{"source":378,"target":381},{"source":380,"target":83},{"source":379,"target":90},{"source":83,"target":0},{"source":83,"target":90},{"source":83,"target":382},{"source":83,"target":381},{"source":83,"target":383},{"source":382,"target":90},{"source":382,"target":384},{"source":382,"target":83},{"source":384,"target":90},{"source":381,"target":82},{"source":381,"target":385},{"source":381,"target":83},{"source":381,"target":378},{"source":385,"target":82},{"source":383,"target":90},{"source":84,"target":0},{"source":84,"target":73},{"source":84,"target":386},{"source":84,"target":387},{"source":386,"target":107},{"source":386,"target":388},{"source":386,"target":84},{"source":388,"target":107},{"source":387,"target":73},{"source":85,"target":0},{"source":85,"target":26},{"source":85,"target":389},{"source":389,"target":26},{"source":86,"target":0},{"source":86,"target":90},{"source":86,"target":390},{"source":86,"target":391},{"source":390,"target":36},{"source":390,"target":392},{"source":390,"target":86},{"source":392,"target":36},{"source":391,"target":90},{"source":87,"target":0},{"source":87,"target":59},{"source":87,"target":393},{"source":87,"target":394},{"source":87,"target":395},{"source":393,"target":85},{"source":393,"target":396},{"source":393,"target":87},{"source":396,"target":85},{"source":394,"target":397},{"source":394,"target":87},{"source":395,"target":59},{"source":88,"target":0},{"source":88,"target":9},{"source":88,"target":398},{"source":398,"target":9},{"source":89,"target":0},{"source":89,"target":15},{"source":89,"target":399},{"source":399,"target":15},{"source":90,"target":0},{"source":90,"target":87},{"source":90,"target":400},{"source":90,"target":401},{"source":90,"target":402},{"source":400,"target":90},{"source":400,"target":403},{"source":400,"target":90},{"source":403,"target":90},{"source":401,"target":90},{"source":401,"target":404},{"source":401,"target":90},{"source":404,"target":90},{"source":402,"target":87},{"source":91,"target":0},{"source":91,"target":90},{"source":91,"target":405},{"source":91,"target":406},{"source":405,"target":90},{"source":405,"target":407},{"source":405,"target":91},{"source":407,"target":90},{"source":406,"target":90},{"source":92,"target":0},{"source":92,"target":90},{"source":92,"target":408},{"source":92,"target":409},{"source":408,"target":91},{"source":408,"target":410},{"source":408,"target":92},{"source":410,"target":91},{"source":409,"target":90},{"source":93,"target":0},{"source":94,"target":0},{"source":95,"target":0},{"source":96,"target":0},{"source":97,"target":0},{"source":98,"target":0},{"source":99,"target":0},{"source":100,"target":0},{"source":101,"target":0},{"source":102,"target":0},{"source":103,"target":0},{"source":104,"target":0},{"source":105,"target":0},{"source":106,"target":0},{"source":107,"target":0},{"source":108,"target":0},{"source":109,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="root"> <eSubpackages name="P1"> <eSubpackages name="P2"> <eClassifiers xsi:type="ecore:EClass" name="C1"/> <eClassifiers xsi:type="ecore:EClass" name="C2"/> </eSubpackages> <eSubpackages name="P3"> <eClassifiers xsi:type="ecore:EClass" name="C3"/> <eClassifiers xsi:type="ecore:EClass" name="C4"/> </eSubpackages> </eSubpackages> </ecore:EPackage>
github:ecore:/data/pcdavid/org.eclipse.sirius/plugins/org.eclipse.sirius.tests.junit/data/unit/compartments/updateSize/TestRegionContainerSize.ecore
ecore
root P1 P2 C1 C2 P3 C3 C4
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"root","id":0,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"P1","id":1,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"P2","id":2,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"P3","id":3,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C1","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C2","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C3","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C4","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"}],"links":[{"source":0,"target":1},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":0},{"source":2,"target":4},{"source":2,"target":5},{"source":2,"target":1},{"source":4,"target":2},{"source":5,"target":2},{"source":3,"target":6},{"source":3,"target":7},{"source":3,"target":1},{"source":6,"target":3},{"source":7,"target":3}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="grammar" nsURI="http://www.w3.org/2001/06/grammar" nsPrefix="grammar"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="SRGS 1.0 Core Schema (20031204)&#xD;&#xA;&#xA; Copyright 1998-2003 W3C (MIT, ERCIM, Keio),&#xA; All Rights Reserved. Permission to use, copy, modify and&#xA; distribute the SRGS core schema and its accompanying documentation&#xA; for any purpose and without fee is hereby granted in&#xA; perpetuity, provided that the above copyright notice and this&#xA; paragraph appear in all copies. The copyright holders make no&#xA; representation about the suitability of the schema for any purpose. &#xA; It is provided &quot;as is&quot; without expressed or implied warranty.&#xA; &#xD;&#xA;General Datatypes&#xD;&#xA;Grammar-specific datatypes&#xD;&#xA;Grammar Attributes&#xD;&#xA;Content Models&#xD;&#xA;Global Elements&#xD;&#xA;&#xD;&#xA; &lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;>&#xD;&#xA; &lt;h1>About the XML namespace&lt;/h1>&#xD;&#xA;&#xD;&#xA; &lt;div class=&quot;bodytext&quot;>&#xD;&#xA; &lt;p>&#xD;&#xA; This schema document describes the XML namespace, in a form&#xD;&#xA; suitable for import by other schema documents.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p>&#xD;&#xA; See &lt;a href=&quot;http://www.w3.org/XML/1998/namespace.html&quot;>&#xD;&#xA; http://www.w3.org/XML/1998/namespace.html&lt;/a> and&#xD;&#xA; &lt;a href=&quot;http://www.w3.org/TR/REC-xml&quot;>&#xD;&#xA; http://www.w3.org/TR/REC-xml&lt;/a> for information &#xD;&#xA; about this namespace.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p>&#xD;&#xA; Note that local names in this namespace are intended to be&#xD;&#xA; defined only by the World Wide Web Consortium or its subgroups.&#xD;&#xA; The names currently defined in this namespace are listed below.&#xD;&#xA; They should not be used with conflicting semantics by any Working&#xD;&#xA; Group, specification, or document instance.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p> &#xD;&#xA; See further below in this document for more information about &lt;a href=&quot;#usage&quot;>how to refer to this schema document from your own&#xD;&#xA; XSD schema documents&lt;/a> and about &lt;a href=&quot;#nsversioning&quot;>the&#xD;&#xA; namespace-versioning policy governing this schema document&lt;/a>.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;/div>&#xD;&#xA; &lt;/div>&#xD;&#xA; &#xD;&#xA;&#xD;&#xA; &lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;>&#xD;&#xA; &#xD;&#xA; &lt;h3>Father (in any context at all)&lt;/h3> &#xD;&#xA;&#xD;&#xA; &lt;div class=&quot;bodytext&quot;>&#xD;&#xA; &lt;p>&#xD;&#xA; denotes Jon Bosak, the chair of &#xD;&#xA; the original XML Working Group. This name is reserved by &#xD;&#xA; the following decision of the W3C XML Plenary and &#xD;&#xA; XML Coordination groups:&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;blockquote>&#xD;&#xA; &lt;p>&#xD;&#xA;&#x9;In appreciation for his vision, leadership and&#xD;&#xA;&#x9;dedication the W3C XML Plenary on this 10th day of&#xD;&#xA;&#x9;February, 2000, reserves for Jon Bosak in perpetuity&#xD;&#xA;&#x9;the XML name &quot;xml:Father&quot;.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;/blockquote>&#xD;&#xA; &lt;/div>&#xD;&#xA; &lt;/div>&#xD;&#xA; &#xD;&#xA;&#xD;&#xA; &lt;div id=&quot;usage&quot; xml:id=&quot;usage&quot; xmlns=&quot;http://www.w3.org/1999/xhtml&quot;>&#xD;&#xA; &lt;h2>&#xD;&#xA; &lt;a name=&quot;usage&quot;>About this schema document&lt;/a>&#xD;&#xA; &lt;/h2>&#xD;&#xA;&#xD;&#xA; &lt;div class=&quot;bodytext&quot;>&#xD;&#xA; &lt;p>&#xD;&#xA; This schema defines attributes and an attribute group suitable&#xD;&#xA; for use by schemas wishing to allow &lt;code>xml:base&lt;/code>,&#xD;&#xA; &lt;code>xml:lang&lt;/code>, &lt;code>xml:space&lt;/code> or&#xD;&#xA; &lt;code>xml:id&lt;/code> attributes on elements they define.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p>&#xD;&#xA; To enable this, such a schema must import this schema for&#xD;&#xA; the XML namespace, e.g. as follows:&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;pre>&#xD;&#xA; &amp;lt;schema . . .&amp;gt;&#xD;&#xA; . . .&#xD;&#xA; &amp;lt;import namespace=&quot;http://www.w3.org/XML/1998/namespace&quot;&#xD;&#xA; schemaLocation=&quot;http://www.w3.org/2001/xml.xsd&quot;/&amp;gt;&#xD;&#xA; &lt;/pre>&#xD;&#xA; &lt;p>&#xD;&#xA; or&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;pre>&#xD;&#xA; &amp;lt;import namespace=&quot;http://www.w3.org/XML/1998/namespace&quot;&#xD;&#xA; schemaLocation=&quot;http://www.w3.org/2009/01/xml.xsd&quot;/&amp;gt;&#xD;&#xA; &lt;/pre>&#xD;&#xA; &lt;p>&#xD;&#xA; Subsequently, qualified reference to any of the attributes or the&#xD;&#xA; group defined below will have the desired effect, e.g.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;pre>&#xD;&#xA; &amp;lt;type . . .&amp;gt;&#xD;&#xA; . . .&#xD;&#xA; &amp;lt;attributeGroup ref=&quot;xml:specialAttrs&quot;/&amp;gt;&#xD;&#xA; &lt;/pre>&#xD;&#xA; &lt;p>&#xD;&#xA; will define a type which will schema-validate an instance element&#xD;&#xA; with any of those attributes.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;/div>&#xD;&#xA; &lt;/div>&#xD;&#xA; &#xD;&#xA;&#xD;&#xA; &lt;div id=&quot;nsversioning&quot; xml:id=&quot;nsversioning&quot; xmlns=&quot;http://www.w3.org/1999/xhtml&quot;>&#xD;&#xA; &lt;h2>&#xD;&#xA; &lt;a name=&quot;nsversioning&quot;>Versioning policy for this schema document&lt;/a>&#xD;&#xA; &lt;/h2>&#xD;&#xA; &lt;div class=&quot;bodytext&quot;>&#xD;&#xA; &lt;p>&#xD;&#xA; In keeping with the XML Schema WG's standard versioning&#xD;&#xA; policy, this schema document will persist at&#xD;&#xA; &lt;a href=&quot;http://www.w3.org/2009/01/xml.xsd&quot;>&#xD;&#xA; http://www.w3.org/2009/01/xml.xsd&lt;/a>.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p>&#xD;&#xA; At the date of issue it can also be found at&#xD;&#xA; &lt;a href=&quot;http://www.w3.org/2001/xml.xsd&quot;>&#xD;&#xA; http://www.w3.org/2001/xml.xsd&lt;/a>.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p>&#xD;&#xA; The schema document at that URI may however change in the future,&#xD;&#xA; in order to remain compatible with the latest version of XML&#xD;&#xA; Schema itself, or with the XML namespace itself. In other words,&#xD;&#xA; if the XML Schema or XML namespaces change, the version of this&#xD;&#xA; document at &lt;a href=&quot;http://www.w3.org/2001/xml.xsd&quot;>&#xD;&#xA; http://www.w3.org/2001/xml.xsd &#xD;&#xA; &lt;/a> &#xD;&#xA; will change accordingly; the version at &#xD;&#xA; &lt;a href=&quot;http://www.w3.org/2009/01/xml.xsd&quot;>&#xD;&#xA; http://www.w3.org/2009/01/xml.xsd &#xD;&#xA; &lt;/a> &#xD;&#xA; will not change.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p>&#xD;&#xA; Previous dated (and unchanging) versions of this schema &#xD;&#xA; document are at:&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;ul>&#xD;&#xA; &lt;li>&#xD;&#xA; &lt;a href=&quot;http://www.w3.org/2009/01/xml.xsd&quot;>&#xD;&#xA;&#x9;http://www.w3.org/2009/01/xml.xsd&lt;/a>&#xD;&#xA; &lt;/li>&#xD;&#xA; &lt;li>&#xD;&#xA; &lt;a href=&quot;http://www.w3.org/2007/08/xml.xsd&quot;>&#xD;&#xA;&#x9;http://www.w3.org/2007/08/xml.xsd&lt;/a>&#xD;&#xA; &lt;/li>&#xD;&#xA; &lt;li>&#xD;&#xA; &lt;a href=&quot;http://www.w3.org/2004/10/xml.xsd&quot;>&#xD;&#xA;&#x9;http://www.w3.org/2004/10/xml.xsd&lt;/a>&#xD;&#xA; &lt;/li>&#xD;&#xA; &lt;li>&#xD;&#xA; &lt;a href=&quot;http://www.w3.org/2001/03/xml.xsd&quot;>&#xD;&#xA;&#x9;http://www.w3.org/2001/03/xml.xsd&lt;/a>&#xD;&#xA; &lt;/li>&#xD;&#xA; &lt;/ul>&#xD;&#xA; &lt;/div>&#xD;&#xA; &lt;/div>&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"/> <eAnnotations source="http://de.dfki.iui.mmds/CoreModel"/> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <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="grammar" eType="#//Grammar" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="grammar"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Example" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="example"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Grammar"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="grammar type with grammar content model and attributes"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="grammar"/> <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="lexicon" upperBound="-1" eType="#//Lexicon" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="lexicon"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="meta" upperBound="-1" eType="#//Meta" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="meta"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="metadata" upperBound="-1" eType="#//Metadata" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="metadata"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tag" unique="false" upperBound="-1" eType="#//Tag" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="tag"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group1" 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:5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" upperBound="-1" eType="#//Rule" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="rule"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:5"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="base" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA; &lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;>&#xD;&#xA; &#xD;&#xA; &lt;h3>base (as an attribute name)&lt;/h3>&#xD;&#xA; &lt;p>&#xD;&#xA; denotes an attribute whose value&#xD;&#xA; provides a URI to be used as the base for interpreting any&#xD;&#xA; relative URIs in the scope of the element on which it&#xD;&#xA; appears; its value is inherited. This name is reserved&#xD;&#xA; by virtue of its definition in the XML Base specification.&lt;/p>&#xD;&#xA; &#xD;&#xA; &lt;p>&#xD;&#xA; See &lt;a href=&quot;http://www.w3.org/TR/xmlbase/&quot;>http://www.w3.org/TR/xmlbase/&lt;/a>&#xD;&#xA; for information about this attribute.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;/div>&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="base"/> <details key="namespace" value="http://www.w3.org/XML/1998/namespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lang" lowerBound="1" eType="ecore:EDataType http://www.w3.org/XML/1998/namespace#//LangType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA; &lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;>&#xD;&#xA; &#xD;&#xA; &lt;h3>lang (as an attribute name)&lt;/h3>&#xD;&#xA; &lt;p>&#xD;&#xA; denotes an attribute whose value&#xD;&#xA; is a language code for the natural language of the content of&#xD;&#xA; any element; its value is inherited. This name is reserved&#xD;&#xA; by virtue of its definition in the XML specification.&lt;/p>&#xD;&#xA; &#xD;&#xA; &lt;/div>&#xD;&#xA; &lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;>&#xD;&#xA; &lt;h4>Notes&lt;/h4>&#xD;&#xA; &lt;p>&#xD;&#xA; Attempting to install the relevant ISO 2- and 3-letter&#xD;&#xA; codes as the enumerated possible values is probably never&#xD;&#xA; going to be a realistic possibility. &#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p>&#xD;&#xA; See BCP 47 at &lt;a href=&quot;http://www.rfc-editor.org/rfc/bcp/bcp47.txt&quot;>&#xD;&#xA; http://www.rfc-editor.org/rfc/bcp/bcp47.txt&lt;/a>&#xD;&#xA; and the IANA language subtag registry at&#xD;&#xA; &lt;a href=&quot;http://www.iana.org/assignments/language-subtag-registry&quot;>&#xD;&#xA; http://www.iana.org/assignments/language-subtag-registry&lt;/a>&#xD;&#xA; for further information.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p>&#xD;&#xA; The union allows for the 'un-declaration' of xml:lang with&#xD;&#xA; the empty string.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;/div>&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="lang"/> <details key="namespace" value="http://www.w3.org/XML/1998/namespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="#//ModeDatatype" defaultValueLiteral="voice" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="mode"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="root" eType="#//RootDatatype"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="root"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tagFormat" eType="#//TagFormatDatatype"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="tag-format"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" lowerBound="1" eType="#//VersionDatatype"> <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="Grammar1" eSuperTypes="#//Grammar"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="grammar"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IdDatatype" instanceClassName="java.lang.String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;does not expression the constraint that NULL VOID GARBAGE are illegal as rule name&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Id.datatype"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#ID"/> <details key="pattern" value="[^.:\-]+"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Item"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="item"/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="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="ruleExpansion" 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="RuleExpansion:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="token" upperBound="-1" eType="#//Token" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="token"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#RuleExpansion:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ruleref" upperBound="-1" eType="#//Ruleref" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ruleref"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#RuleExpansion:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="item" upperBound="-1" eType="#//Item" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="item"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#RuleExpansion:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="oneOf" upperBound="-1" eType="#//OneOf" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="one-of"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#RuleExpansion:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tag" unique="false" upperBound="-1" eType="#//Tag" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="tag"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#RuleExpansion:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lang" eType="ecore:EDataType http://www.w3.org/XML/1998/namespace#//LangType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA; &lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;>&#xD;&#xA; &#xD;&#xA; &lt;h3>lang (as an attribute name)&lt;/h3>&#xD;&#xA; &lt;p>&#xD;&#xA; denotes an attribute whose value&#xD;&#xA; is a language code for the natural language of the content of&#xD;&#xA; any element; its value is inherited. This name is reserved&#xD;&#xA; by virtue of its definition in the XML specification.&lt;/p>&#xD;&#xA; &#xD;&#xA; &lt;/div>&#xD;&#xA; &lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;>&#xD;&#xA; &lt;h4>Notes&lt;/h4>&#xD;&#xA; &lt;p>&#xD;&#xA; Attempting to install the relevant ISO 2- and 3-letter&#xD;&#xA; codes as the enumerated possible values is probably never&#xD;&#xA; going to be a realistic possibility. &#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p>&#xD;&#xA; See BCP 47 at &lt;a href=&quot;http://www.rfc-editor.org/rfc/bcp/bcp47.txt&quot;>&#xD;&#xA; http://www.rfc-editor.org/rfc/bcp/bcp47.txt&lt;/a>&#xD;&#xA; and the IANA language subtag registry at&#xD;&#xA; &lt;a href=&quot;http://www.iana.org/assignments/language-subtag-registry&quot;>&#xD;&#xA; http://www.iana.org/assignments/language-subtag-registry&lt;/a>&#xD;&#xA; for further information.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p>&#xD;&#xA; The union allows for the 'un-declaration' of xml:lang with&#xD;&#xA; the empty string.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;/div>&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="lang"/> <details key="namespace" value="http://www.w3.org/XML/1998/namespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="repeat" eType="#//RepeatDatatype"> <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="repeatProb" eType="#//RepeatProbDatatype"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="repeat-prob"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="#//WeightDatatype"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="weight"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Lexicon"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="lexicon"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//TypeDatatype"> <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="uri" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="uri"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Meta"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="meta"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" 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="content"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="httpEquiv" 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="http-equiv"/> </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> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Metadata"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="metadata"/> <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: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="##other"/> <details key="name" value=":1"/> <details key="processing" value="lax"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":2"/> <details key="processing" value="strict"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ModeDatatype"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Mode.datatype"/> </eAnnotations> <eLiterals name="voice"/> <eLiterals name="dtmf" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ModeDatatypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Mode.datatype:Object"/> <details key="baseType" value="Mode.datatype"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OneOf"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="one-of"/> <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="item" lowerBound="1" upperBound="-1" eType="#//Item" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="item"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lang" eType="ecore:EDataType http://www.w3.org/XML/1998/namespace#//LangType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA; &lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;>&#xD;&#xA; &#xD;&#xA; &lt;h3>lang (as an attribute name)&lt;/h3>&#xD;&#xA; &lt;p>&#xD;&#xA; denotes an attribute whose value&#xD;&#xA; is a language code for the natural language of the content of&#xD;&#xA; any element; its value is inherited. This name is reserved&#xD;&#xA; by virtue of its definition in the XML specification.&lt;/p>&#xD;&#xA; &#xD;&#xA; &lt;/div>&#xD;&#xA; &lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;>&#xD;&#xA; &lt;h4>Notes&lt;/h4>&#xD;&#xA; &lt;p>&#xD;&#xA; Attempting to install the relevant ISO 2- and 3-letter&#xD;&#xA; codes as the enumerated possible values is probably never&#xD;&#xA; going to be a realistic possibility. &#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p>&#xD;&#xA; See BCP 47 at &lt;a href=&quot;http://www.rfc-editor.org/rfc/bcp/bcp47.txt&quot;>&#xD;&#xA; http://www.rfc-editor.org/rfc/bcp/bcp47.txt&lt;/a>&#xD;&#xA; and the IANA language subtag registry at&#xD;&#xA; &lt;a href=&quot;http://www.iana.org/assignments/language-subtag-registry&quot;>&#xD;&#xA; http://www.iana.org/assignments/language-subtag-registry&lt;/a>&#xD;&#xA; for further information.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p>&#xD;&#xA; The union allows for the 'un-declaration' of xml:lang with&#xD;&#xA; the empty string.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;/div>&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="lang"/> <details key="namespace" value="http://www.w3.org/XML/1998/namespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="RepeatDatatype" instanceClassName="java.lang.String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;does not expression the constraint in n-m that m must be greater than n&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Repeat.datatype"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> <details key="pattern" value="[0-9]+ [0-9]+-([0-9]+)? ([0-9]+)?-[0-9]+"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="RepeatProbDatatype" instanceClassName="java.math.BigDecimal"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Repeat-prob.datatype"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#decimal"/> <details key="minInclusive" value="0.0"/> <details key="maxInclusive" value="1.0"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="RootDatatype" instanceClassName="java.lang.String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="does not expression the constraint that NULL VOID GARBAGE&#xA;are illegal as rule name"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Root.datatype"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#IDREF"/> <details key="pattern" value="[^.:\-]+"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="rule"/> <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="token" upperBound="-1" eType="#//Token" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="token"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ruleref" upperBound="-1" eType="#//Ruleref" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ruleref"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="item" upperBound="-1" eType="#//Item" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="item"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="oneOf" upperBound="-1" eType="#//OneOf" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="one-of"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tag" unique="false" upperBound="-1" eType="#//Tag" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="tag"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="example" unique="false" upperBound="-1" eType="#//Example" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="example"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="#//IdDatatype" 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="scope" eType="#//ScopeDatatype" defaultValueLiteral="private" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="scope"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ruleref"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ruleref"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="special" eType="#//SpecialDatatype" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="special"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//TypeDatatype"> <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="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="uri"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ScopeDatatype"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Scope.datatype"/> </eAnnotations> <eLiterals name="private"/> <eLiterals name="public" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ScopeDatatypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Scope.datatype:Object"/> <details key="baseType" value="Scope.datatype"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SpecialDatatype"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Special.datatype"/> </eAnnotations> <eLiterals name="NULL"/> <eLiterals name="VOID" value="1"/> <eLiterals name="GARBAGE" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="SpecialDatatypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Special.datatype:Object"/> <details key="baseType" value="Special.datatype"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Tag" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="tag"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TagFormatDatatype" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Tag-format.datatype"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#anyURI"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Token"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="does not expression the constraint that empty content is illegal&#xA;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="token"/> <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="lang" eType="ecore:EDataType http://www.w3.org/XML/1998/namespace#//LangType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA; &lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;>&#xD;&#xA; &#xD;&#xA; &lt;h3>lang (as an attribute name)&lt;/h3>&#xD;&#xA; &lt;p>&#xD;&#xA; denotes an attribute whose value&#xD;&#xA; is a language code for the natural language of the content of&#xD;&#xA; any element; its value is inherited. This name is reserved&#xD;&#xA; by virtue of its definition in the XML specification.&lt;/p>&#xD;&#xA; &#xD;&#xA; &lt;/div>&#xD;&#xA; &lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;>&#xD;&#xA; &lt;h4>Notes&lt;/h4>&#xD;&#xA; &lt;p>&#xD;&#xA; Attempting to install the relevant ISO 2- and 3-letter&#xD;&#xA; codes as the enumerated possible values is probably never&#xD;&#xA; going to be a realistic possibility. &#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p>&#xD;&#xA; See BCP 47 at &lt;a href=&quot;http://www.rfc-editor.org/rfc/bcp/bcp47.txt&quot;>&#xD;&#xA; http://www.rfc-editor.org/rfc/bcp/bcp47.txt&lt;/a>&#xD;&#xA; and the IANA language subtag registry at&#xD;&#xA; &lt;a href=&quot;http://www.iana.org/assignments/language-subtag-registry&quot;>&#xD;&#xA; http://www.iana.org/assignments/language-subtag-registry&lt;/a>&#xD;&#xA; for further information.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;p>&#xD;&#xA; The union allows for the 'un-declaration' of xml:lang with&#xD;&#xA; the empty string.&#xD;&#xA; &lt;/p>&#xD;&#xA; &lt;/div>&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="lang"/> <details key="namespace" value="http://www.w3.org/XML/1998/namespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TypeDatatype" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Type.datatype"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="VersionDatatype" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Version.datatype"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#NMTOKEN"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="WeightDatatype" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Weight.datatype"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> <details key="pattern" value="[0-9]+[.]? ([0-9]+)?[.][0-9]+"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/rnesselrath/SiAM-dp/platform/de.dfki.iui.mmds.core.model/model/srgs.ecore
ecore
grammar DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation grammar Example java.lang.String java.lang.String Grammar group lexicon meta metadata tag group1 rule base lang mode voice root tagFormat version Grammar1 IdDatatype java.lang.String java.lang.String Item mixed ruleExpansion token ruleref item oneOf tag lang repeat repeatProb weight Lexicon type uri Meta content httpEquiv name Metadata group any anyAttribute ModeDatatype voice voice dtmf dtmf ModeDatatypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator OneOf group item lang RepeatDatatype java.lang.String java.lang.String RepeatProbDatatype java.math.BigDecimal java.math.BigDecimal RootDatatype java.lang.String java.lang.String Rule mixed group token ruleref item oneOf tag example id scope private Ruleref special type uri ScopeDatatype private private public public ScopeDatatypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator SpecialDatatype NULL NULL VOID VOID GARBAGE GARBAGE SpecialDatatypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Tag java.lang.String java.lang.String TagFormatDatatype java.lang.String java.lang.String Token mixed lang TypeDatatype java.lang.String java.lang.String VersionDatatype java.lang.String java.lang.String WeightDatatype java.lang.String java.lang.String
null
{"directed":true,"nodes":[{"nsPrefix":"grammar","nsURI":"http://www.w3.org/2001/06/grammar","name":"grammar","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Example","instanceClass":"java.lang.String","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Grammar","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Grammar1","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"IdDatatype","instanceClass":"java.lang.String","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lexicon","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Meta","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metadata","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ModeDatatype","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":"ModeDatatypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OneOf","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"RepeatDatatype","instanceClass":"java.lang.String","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigDecimal","defaultValue":null,"instanceClassName":"java.math.BigDecimal","name":"RepeatProbDatatype","instanceClass":"java.math.BigDecimal","id":14,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"RootDatatype","instanceClass":"java.lang.String","id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ruleref","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ScopeDatatype","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ScopeDatatypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"SpecialDatatype","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"SpecialDatatypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Tag","instanceClass":"java.lang.String","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"TagFormatDatatype","instanceClass":"java.lang.String","id":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"TypeDatatype","instanceClass":"java.lang.String","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"VersionDatatype","instanceClass":"java.lang.String","id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"WeightDatatype","instanceClass":"java.lang.String","id":27,"serializable":true,"eClass":"EDataType"},{"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":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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"grammar","changeable":true,"resolveProxies":false,"lowerBound":0,"id":31,"derived":true},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":36,"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":"lexicon","changeable":true,"resolveProxies":false,"lowerBound":0,"id":37,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"meta","changeable":true,"resolveProxies":false,"lowerBound":0,"id":38,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"metadata","changeable":true,"resolveProxies":false,"lowerBound":0,"id":39,"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":"tag","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group1","changeable":true,"lowerBound":0,"iD":false,"id":41,"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":"rule","changeable":true,"resolveProxies":false,"lowerBound":0,"id":42,"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":"base","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lang","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"voice","unsettable":true,"transient":false,"unique":true,"name":"mode","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":"root","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tagFormat","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"ruleExpansion","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"token","changeable":true,"resolveProxies":false,"lowerBound":0,"id":65,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"ruleref","changeable":true,"resolveProxies":false,"lowerBound":0,"id":66,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"item","changeable":true,"resolveProxies":false,"lowerBound":0,"id":67,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"oneOf","changeable":true,"resolveProxies":false,"lowerBound":0,"id":68,"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":"tag","changeable":true,"lowerBound":0,"iD":false,"id":69,"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":"lang","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":"repeat","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":"repeatProb","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"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":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":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"httpEquiv","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":0,"iD":false,"id":95,"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":96,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"name":"voice","id":101,"value":0,"literal":"voice","eClass":"EEnumLiteral"},{"name":"dtmf","id":102,"value":1,"literal":"dtmf","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":103,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"item","changeable":true,"resolveProxies":false,"lowerBound":1,"id":104,"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":"lang","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"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":109,"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":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":"token","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":"ruleref","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":"item","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":"oneOf","changeable":true,"resolveProxies":false,"lowerBound":0,"id":114,"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":"tag","changeable":true,"lowerBound":0,"iD":false,"id":115,"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":"example","changeable":true,"lowerBound":0,"iD":false,"id":116,"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":"id","changeable":true,"lowerBound":1,"iD":true,"id":117,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"private","unsettable":true,"transient":false,"unique":true,"name":"scope","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"special","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":"type","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"name":"private","id":135,"value":0,"literal":"private","eClass":"EEnumLiteral"},{"name":"public","id":136,"value":1,"literal":"public","eClass":"EEnumLiteral"},{"name":"NULL","id":137,"value":0,"literal":"NULL","eClass":"EEnumLiteral"},{"name":"VOID","id":138,"value":1,"literal":"VOID","eClass":"EEnumLiteral"},{"name":"GARBAGE","id":139,"value":2,"literal":"GARBAGE","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":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lang","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":1,"target":0},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":28,"target":32},{"source":28,"target":1},{"source":29,"target":33},{"source":29,"target":1},{"source":30,"target":34},{"source":30,"target":1},{"source":31,"target":3},{"source":31,"target":35},{"source":31,"target":1},{"source":35,"target":3},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":36,"target":49},{"source":36,"target":3},{"source":37,"target":7},{"source":37,"target":50},{"source":37,"target":3},{"source":50,"target":7},{"source":38,"target":8},{"source":38,"target":51},{"source":38,"target":3},{"source":51,"target":8},{"source":39,"target":9},{"source":39,"target":52},{"source":39,"target":3},{"source":52,"target":9},{"source":40,"target":22},{"source":40,"target":53},{"source":40,"target":3},{"source":53,"target":22},{"source":41,"target":54},{"source":41,"target":3},{"source":42,"target":16},{"source":42,"target":55},{"source":42,"target":3},{"source":55,"target":16},{"source":43,"target":56},{"source":43,"target":3},{"source":44,"target":57},{"source":44,"target":3},{"source":45,"target":10},{"source":45,"target":58},{"source":45,"target":3},{"source":58,"target":10},{"source":46,"target":15},{"source":46,"target":59},{"source":46,"target":3},{"source":59,"target":15},{"source":47,"target":23},{"source":47,"target":60},{"source":47,"target":3},{"source":60,"target":23},{"source":48,"target":26},{"source":48,"target":61},{"source":48,"target":3},{"source":61,"target":26},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":62},{"source":62,"target":3},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":63},{"source":6,"target":64},{"source":6,"target":65},{"source":6,"target":66},{"source":6,"target":67},{"source":6,"target":68},{"source":6,"target":69},{"source":6,"target":70},{"source":6,"target":71},{"source":6,"target":72},{"source":6,"target":73},{"source":63,"target":74},{"source":63,"target":6},{"source":64,"target":75},{"source":64,"target":6},{"source":65,"target":24},{"source":65,"target":76},{"source":65,"target":6},{"source":76,"target":24},{"source":66,"target":17},{"source":66,"target":77},{"source":66,"target":6},{"source":77,"target":17},{"source":67,"target":6},{"source":67,"target":78},{"source":67,"target":6},{"source":78,"target":6},{"source":68,"target":12},{"source":68,"target":79},{"source":68,"target":6},{"source":79,"target":12},{"source":69,"target":22},{"source":69,"target":80},{"source":69,"target":6},{"source":80,"target":22},{"source":70,"target":81},{"source":70,"target":6},{"source":71,"target":13},{"source":71,"target":82},{"source":71,"target":6},{"source":82,"target":13},{"source":72,"target":14},{"source":72,"target":83},{"source":72,"target":6},{"source":83,"target":14},{"source":73,"target":27},{"source":73,"target":84},{"source":73,"target":6},{"source":84,"target":27},{"source":7,"target":0},{"source":7,"target":85},{"source":7,"target":86},{"source":85,"target":25},{"source":85,"target":87},{"source":85,"target":7},{"source":87,"target":25},{"source":86,"target":88},{"source":86,"target":7},{"source":8,"target":0},{"source":8,"target":89},{"source":8,"target":90},{"source":8,"target":91},{"source":89,"target":92},{"source":89,"target":8},{"source":90,"target":93},{"source":90,"target":8},{"source":91,"target":94},{"source":91,"target":8},{"source":9,"target":0},{"source":9,"target":95},{"source":9,"target":96},{"source":9,"target":97},{"source":95,"target":98},{"source":95,"target":9},{"source":96,"target":99},{"source":96,"target":9},{"source":97,"target":100},{"source":97,"target":9},{"source":10,"target":0},{"source":10,"target":101},{"source":10,"target":102},{"source":101,"target":10},{"source":102,"target":10},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":103},{"source":12,"target":104},{"source":12,"target":105},{"source":103,"target":106},{"source":103,"target":12},{"source":104,"target":6},{"source":104,"target":107},{"source":104,"target":12},{"source":107,"target":6},{"source":105,"target":108},{"source":105,"target":12},{"source":13,"target":0},{"source":14,"target":0},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":109},{"source":16,"target":110},{"source":16,"target":111},{"source":16,"target":112},{"source":16,"target":113},{"source":16,"target":114},{"source":16,"target":115},{"source":16,"target":116},{"source":16,"target":117},{"source":16,"target":118},{"source":109,"target":119},{"source":109,"target":16},{"source":110,"target":120},{"source":110,"target":16},{"source":111,"target":24},{"source":111,"target":121},{"source":111,"target":16},{"source":121,"target":24},{"source":112,"target":17},{"source":112,"target":122},{"source":112,"target":16},{"source":122,"target":17},{"source":113,"target":6},{"source":113,"target":123},{"source":113,"target":16},{"source":123,"target":6},{"source":114,"target":12},{"source":114,"target":124},{"source":114,"target":16},{"source":124,"target":12},{"source":115,"target":22},{"source":115,"target":125},{"source":115,"target":16},{"source":125,"target":22},{"source":116,"target":2},{"source":116,"target":126},{"source":116,"target":16},{"source":126,"target":2},{"source":117,"target":5},{"source":117,"target":127},{"source":117,"target":16},{"source":127,"target":5},{"source":118,"target":18},{"source":118,"target":128},{"source":118,"target":16},{"source":128,"target":18},{"source":17,"target":0},{"source":17,"target":129},{"source":17,"target":130},{"source":17,"target":131},{"source":129,"target":20},{"source":129,"target":132},{"source":129,"target":17},{"source":132,"target":20},{"source":130,"target":25},{"source":130,"target":133},{"source":130,"target":17},{"source":133,"target":25},{"source":131,"target":134},{"source":131,"target":17},{"source":18,"target":0},{"source":18,"target":135},{"source":18,"target":136},{"source":135,"target":18},{"source":136,"target":18},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":137},{"source":20,"target":138},{"source":20,"target":139},{"source":137,"target":20},{"source":138,"target":20},{"source":139,"target":20},{"source":21,"target":0},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":24,"target":140},{"source":24,"target":141},{"source":140,"target":142},{"source":140,"target":24},{"source":141,"target":143},{"source":141,"target":24},{"source":25,"target":0},{"source":26,"target":0},{"source":27,"target":0}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="mappings" nsURI="http://www.eclipse.org/gmf/2006/mappings" nsPrefix="gmfmap"> <eAnnotations source="http://www.eclipse.org/emf/2004/EmfaticAnnotationMap"> <details key="constraints" value="http://www.eclipse.org/gmf/2005/constraints"/> <details key="constraintsMeta" value="http://www.eclipse.org/gmf/2005/constraints/meta"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="import" value="http://www.eclipse.org/gmf/runtime/1.0.0/notation"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Mapping"> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="nodes->forAll(n|n.containmentFeature.oclIsUndefined() and not n.child.domainMetaElement.oclIsUndefined() implies links->exists(let r:ecore::EReference= linkMetaFeature.oclAsType(ecore::EReference) in r.containment and r.eReferenceType.isSuperTypeOf(n.child.domainMetaElement)))"/> <details key="description" value="Phantom nodes that are not targeted by a link mapping exist"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//TopNodeReference" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1" eType="#//LinkMapping" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="diagram" lowerBound="1" eType="#//CanvasMapping" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appearanceStyles" upperBound="-1" eType="ecore:EClass ../../org.eclipse.gmf.tooldef/models/tooldef.ecore#//StyleSelector" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="audits" eType="#//AuditContainer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metrics" eType="#//MetricContainer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingEntry" abstract="true"> <eOperations name="getDomainContext" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This method simplifies OCL expressions (makes it easy to write for both Node and Link)."/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="domainMetaElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domainSpecialization" eType="#//Constraint" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specializes further the domain meta element EClass associated with this mapping and should be evaluated in this EClass context"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="context"/> <details key="ocl" value="self.getDomainContext()"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not domainSpecialization.oclIsUndefined() implies not domainMetaElement.oclIsUndefined()"/> <details key="description" value="Using 'Domain Specialization' requires 'Domain Meta Element' to be set"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="domainInitializer" eType="#//ElementInitializer" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Initializer for the domain model element associated with mapping"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not domainInitializer.oclIsUndefined() implies not domainMetaElement.oclIsUndefined()"/> <details key="description" value="'Domain Element' must be set in mapping with 'Element Initializers'"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="labelMappings" upperBound="-1" eType="#//LabelMapping" containment="true" eOpposite="#//LabelMapping/mapEntry"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedDiagrams" upperBound="-1" eType="#//CanvasMapping"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Diagrams that may be associated with this diagram element. It's up to client application to define what this association means (e.g. open diagram)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NeedsContainment" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="containmentFeature" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not containmentFeature.oclIsUndefined() implies containmentFeature.containment"/> <details key="description" value="Containment EReference expected"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeReference" abstract="true" eSuperTypes="#//NeedsContainment"> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not containmentFeature.oclIsUndefined() implies containmentFeature.eReferenceType.isSuperTypeOf(child.domainMetaElement)"/> <details key="description" value="'Containment Feature' must reference the same class or super type of 'Domain Meta Element' of the referenced node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="childrenFeature" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not childrenFeature.oclIsUndefined() implies childrenFeature.eReferenceType.isSuperTypeOf(child.domainMetaElement)"/> <details key="description" value="'Children Feature' must reference the same class or super type of 'Domain Meta Element' of the referenced node"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="child" eType="#//NodeMapping" changeable="false" volatile="true" transient="true" unsettable="true" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChildReference" eSuperTypes="#//NodeReference"> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not (ownedChild.oclIsUndefined() and referencedChild.oclIsUndefined())"/> <details key="description" value="Either 'ownedChild' or 'referencedChild' NodeMapping must be set"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not childrenFeature.oclIsUndefined() implies childrenFeature.eContainingClass.isSuperTypeOf(parentNode.domainMetaElement)"/> <details key="description" value="'Children Feature' must be owned by 'Domain Meta Element' or its super type of this reference parent Node Mapping"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not containmentFeature.oclIsUndefined() implies containmentFeature.eContainingClass.isSuperTypeOf(parentNode.domainMetaElement)"/> <details key="description" value="'Containment Feature' must be owned by 'Domain Meta Element' or its super type of this reference parent Node Mapping"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not child.getDomainContext().oclIsUndefined() implies not containmentFeature.oclIsUndefined()"/> <details key="description" value="ChildReference to NodeMapping with domainElement should define 'containmentFeature'"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="let child:NodeMapping=(if ownedChild.oclIsUndefined() then referencedChild else ownedChild endif) in (((child.labelMappings->size() = 1) and child.labelMappings->forAll( soleLabel: LabelMapping | soleLabel.diagramLabel = child.diagramNode)) implies (child.diagramNode.affixedParentSide = gmfgraph::Direction::NONE))"/> <details key="description" value="Side-affixed children can not be pure labels"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="let child:NodeMapping=(if ownedChild.oclIsUndefined() then referencedChild else ownedChild endif) in ((not compartment.oclIsUndefined()) implies (child.diagramNode.affixedParentSide = gmfgraph::Direction::NONE))"/> <details key="description" value="Side-affixed children can not be placed in compartments"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parentNode" lowerBound="1" eType="#//NodeMapping" eOpposite="#//NodeMapping/children"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compartment" eType="#//CompartmentMapping" eOpposite="#//CompartmentMapping/children"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedChild" eType="#//NodeMapping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedChild" eType="#//NodeMapping"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TopNodeReference" eSuperTypes="#//NodeReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedChild" lowerBound="1" eType="#//NodeMapping" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeMapping" eSuperTypes="#//MappingEntry #//MenuOwner #//ToolOwner #//AppearanceSteward"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Both top-level diagram node and any inner node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="diagramNode" lowerBound="1" eType="ecore:EClass ../../org.eclipse.gmf.graphdef/models/gmfgraph.ecore#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//ChildReference" containment="true" eOpposite="#//ChildReference/parentNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compartments" upperBound="-1" eType="#//CompartmentMapping" containment="true" eOpposite="#//CompartmentMapping/parentNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompartmentMapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="compartment" lowerBound="1" eType="ecore:EClass ../../org.eclipse.gmf.graphdef/models/gmfgraph.ecore#//Compartment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentNode" lowerBound="1" eType="#//NodeMapping" changeable="false" eOpposite="#//NodeMapping/compartments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//ChildReference" eOpposite="#//ChildReference/compartment"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkMapping" eSuperTypes="#//MappingEntry #//NeedsContainment #//MenuOwner #//ToolOwner #//AppearanceSteward"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Connection element"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="domainMetaElement.oclIsUndefined() implies containmentFeature.oclIsUndefined() and sourceMetaFeature.oclIsUndefined()"/> <details key="description" value="Link mapping without 'Domain Element' class does not use 'Containment Feature' and 'Source Feature'"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not domainMetaElement.oclIsUndefined() implies containmentFeature.eReferenceType.isSuperTypeOf(domainMetaElement)"/> <details key="description" value="'Containment Feature' must reference the same class or super type of 'Domain Element' EClass"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="diagramLink" lowerBound="1" eType="ecore:EClass ../../org.eclipse.gmf.graphdef/models/gmfgraph.ecore#//Connection"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceMetaFeature" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not domainMetaElement.oclIsUndefined() implies sourceMetaFeature.oclIsUndefined() or sourceMetaFeature.eContainingClass.isSuperTypeOf(domainMetaElement)"/> <details key="description" value="'Source Feature' must be owned by the link 'Domain Element' or its super type"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="linkMetaFeature" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not(domainMetaElement.oclIsUndefined() or linkMetaFeature.oclIsUndefined()) implies linkMetaFeature.eContainingClass.isSuperTypeOf(domainMetaElement)"/> <details key="description" value="'Target Feature' must be owned by the link 'Domain Element' or its super type"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="creationConstraints" eType="#//LinkConstraints" containment="true" eOpposite="#//LinkConstraints/linkMapping"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies additional restrictions on link creation"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CanvasMapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="diagramCanvas" lowerBound="1" eType="ecore:EClass ../../org.eclipse.gmf.graphdef/models/gmfgraph.ecore#//Canvas"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domainModel" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domainMetaElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not domainMetaElement.oclIsUndefined() implies not(domainMetaElement.abstract or domainMetaElement.interface)"/> <details key="description" value="Top-level diagram container must be concrete"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="palette" eType="ecore:EClass ../../org.eclipse.gmf.tooldef/models/tooldef.ecore#//Palette"/> <eStructuralFeatures xsi:type="ecore:EReference" name="menuContributions" upperBound="-1" eType="ecore:EClass ../../org.eclipse.gmf.tooldef/models/tooldef.ecore#//MainMenu"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toolbarContributions" upperBound="-1" eType="ecore:EClass ../../org.eclipse.gmf.tooldef/models/tooldef.ecore#//Toolbar"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelMapping"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Label definition; text is taken from the graph model; no editing support; user may contribute custom parser"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="diagramLabel" lowerBound="1" eType="ecore:EClass ../../org.eclipse.gmf.graphdef/models/gmfgraph.ecore#//DiagramLabel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapEntry" lowerBound="1" eType="#//MappingEntry" changeable="false" eOpposite="#//MappingEntry/labelMappings"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureLabelMapping" eSuperTypes="#//LabelMapping"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Label based on feature(s) from domain model"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="features" lowerBound="1" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="features->forAll(f | f.eContainingClass.isSuperTypeOf(mapEntry.domainMetaElement))"/> <details key="description" value="Label attributes must be available in 'Domain Element' EClass of the labeled mapping entry"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="viewPattern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Pattern to produce label on diagram, depends on view method"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editorPattern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Pattern to produce text for inplace editor, depends on view method; if not specified then viewPattern should be used"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editPattern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Pattern to extract values from input text, depends on edit method; if not specified then viewPattern should be used"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="viewMethod" eType="#//LabelTextAccessMethod"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editMethod" eType="#//LabelTextAccessMethod"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LabelTextAccessMethod"> <eLiterals name="MESSAGE_FORMAT"/> <eLiterals name="NATIVE" value="1"/> <eLiterals name="REGEXP" value="2"/> <eLiterals name="PRINTF" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DesignLabelMapping" eSuperTypes="#//LabelMapping"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Label based on DescriptionStyle from notation model"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//ValueExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean type value expression which is to be evaluated in a context"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="Constraint"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkConstraints"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Groups constraints on the link source and target end"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not (sourceEnd.oclIsUndefined() and targetEnd.oclIsUndefined())"/> <details key="description" value="Either 'sourceEnd' or 'targetEnd' constraint must be specified"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="linkMapping" lowerBound="1" eType="#//LinkMapping" changeable="false" eOpposite="#//LinkMapping/creationConstraints"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the link mapping restricted by these constraints"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceEnd" eType="#//Constraint" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Restriction enforced by the the source end, may reference variable 'oppositeEnd' pointing to targetEnd domainMetaElement instance if available."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="context"/> <details key="ocl" value="let lm:LinkMapping=linkMapping in if lm.sourceMetaFeature.oclIsUndefined() then (if lm.containmentFeature.oclIsUndefined() then lm.linkMetaFeature.eContainingClass else lm.containmentFeature.eContainingClass endif) else lm.sourceMetaFeature.oclAsType(ecore::EReference).eReferenceType endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="variable"/> <details key="name" value="oppositeEnd"/> <details key="type.ocl" value="linkMapping.linkMetaFeature.eType"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="targetEnd" eType="#//Constraint" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Restriction enforced by the the target end, may reference variable 'oppositeEnd' pointing to sourceEnd domainMetaElement instance."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="context"/> <details key="ocl" value="linkMapping.linkMetaFeature.eType.oclAsType(ecore::EClass)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="variable"/> <details key="name" value="oppositeEnd"/> <details key="type.ocl" value="let lm:LinkMapping=linkMapping in if lm.sourceMetaFeature.oclIsUndefined() then (if lm.containmentFeature.oclIsUndefined() then lm.linkMetaFeature.eContainingClass else lm.containmentFeature.eContainingClass endif) else lm.sourceMetaFeature.oclAsType(ecore::EReference).eReferenceType endif"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueExpression"> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="ValueSpec"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Expression as a textual statement which results in a value when evaluated in a context"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The text of the expression"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="body"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" lowerBound="1" eType="#//Language" defaultValueLiteral="ocl"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the language in which the expression is stated"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="langName" 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/gmf/2005/constraints/meta"> <details key="def" value="lang"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementInitializer" abstract="true" interface="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Base class for initializers of domain model elements"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingEntry" lowerBound="1" eType="#//MappingEntry" changeable="false" volatile="true" transient="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The 'MappingEntry' whose domain model element is to be intialized by this initializer"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureSeqInitializer" eSuperTypes="#//ElementInitializer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Feature sequence initializer to initialize a sequence of features"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="initializers" lowerBound="1" upperBound="-1" eType="#//FeatureInitializer" containment="true" eOpposite="#//FeatureInitializer/featureSeqInitializer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Value specifications as initializers for individual features which should be initialized in the order given by this list"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="context"/> <details key="ocl" value="self.elementClass"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="elementClass" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not creatingInitializer.feature.oclIsUndefined() implies creatingInitializer.feature.oclAsType(ecore::EReference).eReferenceType.isSuperTypeOf(elementClass)"/> <details key="description" value="'elementClass' must be the same as or sub-type of the containing 'GenReferenceNewElementSpec' reference type"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not creatingInitializer.feature.oclIsUndefined() implies not (elementClass.interface or elementClass.abstract)"/> <details key="description" value="'elementClass' must be a concrete EClass which is the same or sub-type of the containing 'GenReferenceNewElementSpec' reference type"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="creatingInitializer" eType="#//ReferenceNewElementSpec" changeable="false" eOpposite="#//ReferenceNewElementSpec/newElementInitializers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureInitializer" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The feature for which is to be initialized by this initializer"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="feature &lt;> null implies not featureSeqInitializer.initializers->exists(i| i &lt;> self and i.feature = self.feature)"/> <details key="description" value="The feature is already initialized by another 'FeatureInitializer' in the sequence"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="feature &lt;> null implies feature.eContainingClass.isSuperTypeOf(featureSeqInitializer.elementClass)"/> <details key="description" value="The 'feature' of 'FeatureInitializer' must be available in 'Meta Class' of the initialized element"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="feature &lt;> null implies feature.changeable"/> <details key="description" value="The 'feature' of 'FeatureInitializer' must be changeable"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="featureSeqInitializer" lowerBound="1" eType="#//FeatureSeqInitializer" changeable="false" eOpposite="#//FeatureSeqInitializer/initializers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureValueSpec" eSuperTypes="#//ValueExpression #//FeatureInitializer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Value specification associated with a specific feature"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="ValueSpec"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="type"/> <details key="ocl" value="feature"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceNewElementSpec" eSuperTypes="#//FeatureInitializer"> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="feature.many = false implies not (newElementInitializers->size() > 1)"/> <details key="description" value="FeatureInitializer for single element EReference can't contain multiple element initializers"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="let r: ecore::EReference = feature.oclAsType(ecore::EReference) in feature &lt;> null implies r.containment"/> <details key="description" value="'feature' of 'ReferenceNewElementSpec' must refer to containment ecore::EReference"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="newElementInitializers" lowerBound="1" upperBound="-1" eType="#//FeatureSeqInitializer" containment="true" eOpposite="#//FeatureSeqInitializer/creatingInitializer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MenuOwner" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="contextMenu" eType="ecore:EClass ../../org.eclipse.gmf.tooldef/models/tooldef.ecore#//ContextMenu"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToolOwner" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="tool" eType="ecore:EClass ../../org.eclipse.gmf.tooldef/models/tooldef.ecore#//AbstractTool"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Way to create this element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AppearanceSteward" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="appearanceStyle" eType="ecore:EClass ../../org.eclipse.gmf.tooldef/models/tooldef.ecore#//StyleSelector"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AuditContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Container for audit rules representing a hierarchical organization of audits in the constraint category hierarchy of emft.validation framework"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Identifier which is unique within the scope of its parent container."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not parentContainer.oclIsUndefined() implies parentContainer.childContainers->one(i | i.id = self.id)"/> <details key="description" value="Audit container with the same ID already exists"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A human readable name for the category of audits organized in this container"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" 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 detailed description of this audit container"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parentContainer" eType="#//AuditContainer" eOpposite="#//AuditContainer/childContainers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="audits" upperBound="-1" eType="#//AuditRule" containment="true" eOpposite="#//AuditRule/container"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The audit rules organized in this container"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="childContainers" upperBound="-1" eType="#//AuditContainer" containment="true" eOpposite="#//AuditContainer/parentContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleBase" abstract="true" interface="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Base class for rule like audit, metric rules..."/> </eAnnotations> <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="A human readable name of this rule"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" 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 detailed description of this rule semantics"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AuditRule" eSuperTypes="#//RuleBase"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Unique identifier of this audit rule"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not id.oclIsUndefined() implies container.audits->one(i | i.id = self.id)"/> <details key="description" value="Audit rule with the same ID already exists"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" lowerBound="1" eType="#//Constraint" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A boolean type condition which if not satisfied indicates this audit rule violation. It is evaluated in the context of the target"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="context"/> <details key="ref" value="target"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Auditable" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The target representing the context this audit is evaluated in"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" eType="#//Severity" defaultValueLiteral="ERROR"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Describes the severity of this audit rule violation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="useInLiveMode" 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="Indicates if this audit should be evaluated also in Live mode. If 'false', only Batch mode is applicable"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The text message to be reported in case of this audit violation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="container" lowerBound="1" eType="#//AuditContainer" eOpposite="#//AuditContainer/audits"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The containing audit container of this audit rule"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DomainElementTarget" eSuperTypes="#//Auditable #//Measurable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Target for rules applied on domain model elements"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="context"/> <details key="ocl" value="element"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Targeted domain model element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DomainAttributeTarget" eSuperTypes="#//Auditable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents value based target, useful for audit rules expression not capable of ecore meta-model access"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="context"/> <details key="ocl" value="attribute.eType"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The attribute the value of which is used as context in audit rule defining this target"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nullAsError" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates whether null value of the attribute is reported as audit failure or success"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiagramElementTarget" eSuperTypes="#//Auditable #//Measurable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Target for rules applied on diagram notation model selectively, for specific visualized element"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="context"/> <details key="ocl" value="if element.oclIsKindOf(NodeMapping) then 'notation::Node' else 'notation::Edge' endif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1" eType="#//MappingEntry"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Targeted visualized element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotationElementTarget" eSuperTypes="#//Auditable #//Measurable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Target for rules applied on diagram notation model elements"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="context"/> <details key="ocl" value="element"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Targeted diagram notation model element"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="element.eAllSuperTypes->including(element)->one(ePackage.name = 'notation' and name = 'View')"/> <details key="description" value="'notation::View' or its sub-class must be set to NotationElement target"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetricContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="metrics" lowerBound="1" upperBound="-1" eType="#//MetricRule" containment="true" eOpposite="#//MetricRule/container"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetricRule" eSuperTypes="#//RuleBase"> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not lowLimit.oclIsUndefined() and not highLimit.oclIsUndefined() implies lowLimit &lt; highLimit"/> <details key="description" value="Metric value 'lowLimit' must be smaller then 'highLimit'"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Unique key identifying this metric an abbreviation for this metric"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not key.oclIsUndefined() implies container.metrics->one(i | i.key = self.key)"/> <details key="description" value="Metric rule with the same 'key' already exists"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" lowerBound="1" eType="#//ValueExpression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Expression that calculates the value of this metric which is of EDataType that encapsulates java.lang.Number subclasses or their primitives"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="context"/> <details key="ref" value="target"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="type"/> <details key="ocl" value="'ecore::EDoubleObject'"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Measurable" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The target representing the context this metric is evaluated in"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowLimit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The lowest acceptable value of the rule expression result"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="highLimit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The highest acceptable value of the rule expression result"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="container" lowerBound="1" eType="#//MetricContainer" eOpposite="#//MetricContainer/metrics"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The containing metric container of this metric rule"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AuditedMetricTarget" eSuperTypes="#//Auditable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Target metric which can be evaluated by audit rule. The target context here is the metric rule resulting type classifier"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="context"/> <details key="ocl" value="'ecore::EDoubleObject'"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="metric" lowerBound="1" eType="#//MetricRule"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Metric which can be checked by audit"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Auditable" abstract="true" interface="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Target suitable for auditing"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Measurable" abstract="true" interface="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Marker interface for anything that can be subject to metrics"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Severity"> <eLiterals name="INFO"/> <eLiterals name="WARNING" value="1"/> <eLiterals name="ERROR" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Language"> <eLiterals name="ocl"/> <eLiterals name="java" value="1"/> <eLiterals name="regexp" value="2"/> <eLiterals name="nregexp" value="3"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/francoispfister/diagraph_thirdparty/org.eclipse.gmf.map/models/gmfmap_2007.ecore
ecore
mappings Mapping nodes links diagram appearanceStyles audits metrics MappingEntry getDomainContext domainMetaElement domainSpecialization domainInitializer labelMappings relatedDiagrams NeedsContainment containmentFeature NodeReference childrenFeature child ChildReference parentNode compartment ownedChild referencedChild TopNodeReference ownedChild NodeMapping diagramNode children compartments CompartmentMapping compartment parentNode children LinkMapping diagramLink sourceMetaFeature linkMetaFeature creationConstraints CanvasMapping diagramCanvas domainModel domainMetaElement palette menuContributions toolbarContributions LabelMapping diagramLabel readOnly mapEntry FeatureLabelMapping features viewPattern editorPattern editPattern viewMethod editMethod LabelTextAccessMethod MESSAGE_FORMAT MESSAGE_FORMAT NATIVE NATIVE REGEXP REGEXP PRINTF PRINTF DesignLabelMapping Constraint LinkConstraints linkMapping sourceEnd targetEnd ValueExpression body language ocl langName ElementInitializer mappingEntry FeatureSeqInitializer initializers elementClass creatingInitializer FeatureInitializer feature featureSeqInitializer FeatureValueSpec ReferenceNewElementSpec newElementInitializers MenuOwner contextMenu ToolOwner tool AppearanceSteward appearanceStyle AuditContainer id name description parentContainer audits childContainers RuleBase name description AuditRule id rule target severity ERROR useInLiveMode false message container DomainElementTarget element DomainAttributeTarget attribute nullAsError DiagramElementTarget element NotationElementTarget element MetricContainer metrics MetricRule key rule target lowLimit highLimit container AuditedMetricTarget metric Auditable Measurable Severity INFO INFO WARNING WARNING ERROR ERROR Language ocl ocl java java regexp regexp nregexp nregexp
null
{"directed":true,"nodes":[{"nsPrefix":"gmfmap","nsURI":"http://www.eclipse.org/gmf/2006/mappings","name":"mappings","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingEntry","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NeedsContainment","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeReference","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChildReference","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopNodeReference","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeMapping","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompartmentMapping","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkMapping","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CanvasMapping","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelMapping","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureLabelMapping","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LabelTextAccessMethod","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DesignLabelMapping","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkConstraints","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueExpression","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementInitializer","instanceClass":null,"abstract":true,"id":18,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureSeqInitializer","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureInitializer","instanceClass":null,"abstract":true,"id":20,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureValueSpec","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceNewElementSpec","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuOwner","instanceClass":null,"abstract":true,"id":23,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolOwner","instanceClass":null,"abstract":true,"id":24,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AppearanceSteward","instanceClass":null,"abstract":true,"id":25,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuditContainer","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleBase","instanceClass":null,"abstract":true,"id":27,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuditRule","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainElementTarget","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainAttributeTarget","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramElementTarget","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotationElementTarget","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetricContainer","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetricRule","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuditedMetricTarget","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Auditable","instanceClass":null,"abstract":true,"id":36,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Measurable","instanceClass":null,"abstract":true,"id":37,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Severity","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Language","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":"nodes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"diagram","changeable":true,"resolveProxies":false,"lowerBound":1,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"appearanceStyles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"audits","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":"metrics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDomainContext","lowerBound":0,"id":52,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domainMetaElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"domainSpecialization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"domainInitializer","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":"labelMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relatedDiagrams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"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":"mapEntry","changeable":false,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containmentFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"childrenFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"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":true,"unique":true,"name":"child","changeable":false,"resolveProxies":false,"lowerBound":0,"id":68,"derived":true},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"compartment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedChild","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":"referencedChild","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedChild","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"diagramNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compartments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"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":"parentNode","changeable":false,"resolveProxies":true,"lowerBound":1,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"compartment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"diagramLink","changeable":true,"resolveProxies":true,"lowerBound":1,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceMetaFeature","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":false,"unsettable":false,"transient":false,"unique":true,"name":"linkMetaFeature","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":"creationConstraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkMapping","changeable":false,"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":"diagramCanvas","changeable":true,"resolveProxies":true,"lowerBound":1,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domainModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domainMetaElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"palette","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"menuContributions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toolbarContributions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"diagramLabel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readOnly","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":1,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"viewPattern","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":"editorPattern","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"editPattern","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"viewMethod","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"editMethod","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"name":"MESSAGE_FORMAT","id":144,"value":0,"literal":"MESSAGE_FORMAT","eClass":"EEnumLiteral"},{"name":"NATIVE","id":145,"value":1,"literal":"NATIVE","eClass":"EEnumLiteral"},{"name":"REGEXP","id":146,"value":2,"literal":"REGEXP","eClass":"EEnumLiteral"},{"name":"PRINTF","id":147,"value":3,"literal":"PRINTF","eClass":"EEnumLiteral"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"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":155,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"ocl","unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":1,"iD":false,"id":156,"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":"langName","changeable":false,"lowerBound":0,"iD":false,"id":157,"derived":true},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"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":"mappingEntry","changeable":false,"resolveProxies":true,"lowerBound":1,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"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":"creatingInitializer","changeable":false,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"featureSeqInitializer","changeable":false,"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":"newElementInitializers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextMenu","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tool","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appearanceStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":185,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":187,"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":"parentContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"audits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childContainers","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"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":1,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":204,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"ERROR","unsettable":false,"transient":false,"unique":true,"name":"severity","changeable":true,"lowerBound":0,"iD":false,"id":205,"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":"useInLiveMode","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":220,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nullAsError","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metrics","changeable":true,"resolveProxies":true,"lowerBound":1,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":1,"id":235,"derived":false},{"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":236,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":237,"derived":false},{"container":false,"ordered":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":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":"lowLimit","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"highLimit","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metric","changeable":true,"resolveProxies":true,"lowerBound":1,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"name":"INFO","id":251,"value":0,"literal":"INFO","eClass":"EEnumLiteral"},{"name":"WARNING","id":252,"value":1,"literal":"WARNING","eClass":"EEnumLiteral"},{"name":"ERROR","id":253,"value":2,"literal":"ERROR","eClass":"EEnumLiteral"},{"name":"ocl","id":254,"value":0,"literal":"ocl","eClass":"EEnumLiteral"},{"name":"java","id":255,"value":1,"literal":"java","eClass":"EEnumLiteral"},{"name":"regexp","id":256,"value":2,"literal":"regexp","eClass":"EEnumLiteral"},{"name":"nregexp","id":257,"value":3,"literal":"nregexp","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":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":40,"target":6},{"source":40,"target":46},{"source":40,"target":1},{"source":46,"target":6},{"source":41,"target":9},{"source":41,"target":47},{"source":41,"target":1},{"source":47,"target":9},{"source":42,"target":10},{"source":42,"target":48},{"source":42,"target":1},{"source":48,"target":10},{"source":43,"target":49},{"source":43,"target":1},{"source":44,"target":26},{"source":44,"target":50},{"source":44,"target":1},{"source":50,"target":26},{"source":45,"target":33},{"source":45,"target":51},{"source":45,"target":1},{"source":51,"target":33},{"source":2,"target":0},{"source":2,"target":52},{"source":2,"target":53},{"source":2,"target":54},{"source":2,"target":55},{"source":2,"target":56},{"source":2,"target":57},{"source":52,"target":58},{"source":52,"target":2},{"source":53,"target":59},{"source":53,"target":2},{"source":54,"target":15},{"source":54,"target":60},{"source":54,"target":2},{"source":60,"target":15},{"source":55,"target":18},{"source":55,"target":61},{"source":55,"target":2},{"source":61,"target":18},{"source":56,"target":11},{"source":56,"target":62},{"source":56,"target":2},{"source":56,"target":63},{"source":62,"target":11},{"source":57,"target":10},{"source":57,"target":64},{"source":57,"target":2},{"source":64,"target":10},{"source":3,"target":0},{"source":3,"target":65},{"source":65,"target":66},{"source":65,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":67},{"source":4,"target":68},{"source":4,"target":69},{"source":67,"target":70},{"source":67,"target":4},{"source":68,"target":7},{"source":68,"target":71},{"source":68,"target":4},{"source":71,"target":7},{"source":69,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":72},{"source":5,"target":73},{"source":5,"target":74},{"source":5,"target":75},{"source":5,"target":76},{"source":72,"target":7},{"source":72,"target":77},{"source":72,"target":5},{"source":72,"target":78},{"source":77,"target":7},{"source":73,"target":8},{"source":73,"target":79},{"source":73,"target":5},{"source":73,"target":80},{"source":79,"target":8},{"source":74,"target":7},{"source":74,"target":81},{"source":74,"target":5},{"source":81,"target":7},{"source":75,"target":7},{"source":75,"target":82},{"source":75,"target":5},{"source":82,"target":7},{"source":76,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":83},{"source":6,"target":84},{"source":83,"target":7},{"source":83,"target":85},{"source":83,"target":6},{"source":85,"target":7},{"source":84,"target":4},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":23},{"source":7,"target":24},{"source":7,"target":25},{"source":7,"target":86},{"source":7,"target":78},{"source":7,"target":87},{"source":7,"target":88},{"source":7,"target":89},{"source":7,"target":90},{"source":7,"target":91},{"source":86,"target":92},{"source":86,"target":7},{"source":78,"target":5},{"source":78,"target":93},{"source":78,"target":7},{"source":78,"target":72},{"source":93,"target":5},{"source":87,"target":8},{"source":87,"target":94},{"source":87,"target":7},{"source":87,"target":95},{"source":94,"target":8},{"source":88,"target":2},{"source":89,"target":23},{"source":90,"target":24},{"source":91,"target":25},{"source":8,"target":0},{"source":8,"target":96},{"source":8,"target":95},{"source":8,"target":80},{"source":96,"target":97},{"source":96,"target":8},{"source":95,"target":7},{"source":95,"target":98},{"source":95,"target":8},{"source":95,"target":87},{"source":98,"target":7},{"source":80,"target":5},{"source":80,"target":99},{"source":80,"target":8},{"source":80,"target":73},{"source":99,"target":5},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":3},{"source":9,"target":23},{"source":9,"target":24},{"source":9,"target":25},{"source":9,"target":100},{"source":9,"target":101},{"source":9,"target":102},{"source":9,"target":103},{"source":9,"target":104},{"source":9,"target":105},{"source":9,"target":106},{"source":9,"target":107},{"source":9,"target":108},{"source":100,"target":109},{"source":100,"target":9},{"source":101,"target":110},{"source":101,"target":9},{"source":102,"target":111},{"source":102,"target":9},{"source":103,"target":16},{"source":103,"target":112},{"source":103,"target":9},{"source":103,"target":113},{"source":112,"target":16},{"source":104,"target":2},{"source":105,"target":3},{"source":106,"target":23},{"source":107,"target":24},{"source":108,"target":25},{"source":10,"target":0},{"source":10,"target":114},{"source":10,"target":115},{"source":10,"target":116},{"source":10,"target":117},{"source":10,"target":118},{"source":10,"target":119},{"source":114,"target":120},{"source":114,"target":10},{"source":115,"target":121},{"source":115,"target":10},{"source":116,"target":122},{"source":116,"target":10},{"source":117,"target":123},{"source":117,"target":10},{"source":118,"target":124},{"source":118,"target":10},{"source":119,"target":125},{"source":119,"target":10},{"source":11,"target":0},{"source":11,"target":126},{"source":11,"target":127},{"source":11,"target":63},{"source":126,"target":128},{"source":126,"target":11},{"source":127,"target":129},{"source":127,"target":11},{"source":63,"target":2},{"source":63,"target":130},{"source":63,"target":11},{"source":63,"target":56},{"source":130,"target":2},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":131},{"source":12,"target":132},{"source":12,"target":133},{"source":12,"target":134},{"source":12,"target":135},{"source":12,"target":136},{"source":12,"target":137},{"source":131,"target":138},{"source":131,"target":12},{"source":132,"target":139},{"source":132,"target":12},{"source":133,"target":140},{"source":133,"target":12},{"source":134,"target":141},{"source":134,"target":12},{"source":135,"target":13},{"source":135,"target":142},{"source":135,"target":12},{"source":142,"target":13},{"source":136,"target":13},{"source":136,"target":143},{"source":136,"target":12},{"source":143,"target":13},{"source":137,"target":11},{"source":13,"target":0},{"source":13,"target":144},{"source":13,"target":145},{"source":13,"target":146},{"source":13,"target":147},{"source":144,"target":13},{"source":145,"target":13},{"source":146,"target":13},{"source":147,"target":13},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":148},{"source":148,"target":11},{"source":15,"target":0},{"source":15,"target":17},{"source":15,"target":149},{"source":149,"target":17},{"source":16,"target":0},{"source":16,"target":113},{"source":16,"target":150},{"source":16,"target":151},{"source":113,"target":9},{"source":113,"target":152},{"source":113,"target":16},{"source":113,"target":103},{"source":152,"target":9},{"source":150,"target":15},{"source":150,"target":153},{"source":150,"target":16},{"source":153,"target":15},{"source":151,"target":15},{"source":151,"target":154},{"source":151,"target":16},{"source":154,"target":15},{"source":17,"target":0},{"source":17,"target":155},{"source":17,"target":156},{"source":17,"target":157},{"source":155,"target":158},{"source":155,"target":17},{"source":156,"target":39},{"source":156,"target":159},{"source":156,"target":17},{"source":159,"target":39},{"source":157,"target":160},{"source":157,"target":17},{"source":18,"target":0},{"source":18,"target":161},{"source":161,"target":2},{"source":161,"target":162},{"source":161,"target":18},{"source":162,"target":2},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":163},{"source":19,"target":164},{"source":19,"target":165},{"source":19,"target":166},{"source":163,"target":20},{"source":163,"target":167},{"source":163,"target":19},{"source":163,"target":168},{"source":167,"target":20},{"source":164,"target":169},{"source":164,"target":19},{"source":165,"target":22},{"source":165,"target":170},{"source":165,"target":19},{"source":165,"target":171},{"source":170,"target":22},{"source":166,"target":18},{"source":20,"target":0},{"source":20,"target":172},{"source":20,"target":168},{"source":172,"target":173},{"source":172,"target":20},{"source":168,"target":19},{"source":168,"target":174},{"source":168,"target":20},{"source":168,"target":163},{"source":174,"target":19},{"source":21,"target":0},{"source":21,"target":17},{"source":21,"target":20},{"source":21,"target":175},{"source":21,"target":176},{"source":175,"target":17},{"source":176,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":171},{"source":22,"target":177},{"source":171,"target":19},{"source":171,"target":178},{"source":171,"target":22},{"source":171,"target":165},{"source":178,"target":19},{"source":177,"target":20},{"source":23,"target":0},{"source":23,"target":179},{"source":179,"target":180},{"source":179,"target":23},{"source":24,"target":0},{"source":24,"target":181},{"source":181,"target":182},{"source":181,"target":24},{"source":25,"target":0},{"source":25,"target":183},{"source":183,"target":184},{"source":183,"target":25},{"source":26,"target":0},{"source":26,"target":185},{"source":26,"target":186},{"source":26,"target":187},{"source":26,"target":188},{"source":26,"target":189},{"source":26,"target":190},{"source":185,"target":191},{"source":185,"target":26},{"source":186,"target":192},{"source":186,"target":26},{"source":187,"target":193},{"source":187,"target":26},{"source":188,"target":26},{"source":188,"target":194},{"source":188,"target":26},{"source":188,"target":190},{"source":194,"target":26},{"source":189,"target":28},{"source":189,"target":195},{"source":189,"target":26},{"source":189,"target":196},{"source":195,"target":28},{"source":190,"target":26},{"source":190,"target":197},{"source":190,"target":26},{"source":190,"target":188},{"source":197,"target":26},{"source":27,"target":0},{"source":27,"target":198},{"source":27,"target":199},{"source":198,"target":200},{"source":198,"target":27},{"source":199,"target":201},{"source":199,"target":27},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":202},{"source":28,"target":203},{"source":28,"target":204},{"source":28,"target":205},{"source":28,"target":206},{"source":28,"target":207},{"source":28,"target":196},{"source":28,"target":208},{"source":202,"target":209},{"source":202,"target":28},{"source":203,"target":15},{"source":203,"target":210},{"source":203,"target":28},{"source":210,"target":15},{"source":204,"target":36},{"source":204,"target":211},{"source":204,"target":28},{"source":211,"target":36},{"source":205,"target":38},{"source":205,"target":212},{"source":205,"target":28},{"source":212,"target":38},{"source":206,"target":213},{"source":206,"target":28},{"source":207,"target":214},{"source":207,"target":28},{"source":196,"target":26},{"source":196,"target":215},{"source":196,"target":28},{"source":196,"target":189},{"source":215,"target":26},{"source":208,"target":27},{"source":29,"target":0},{"source":29,"target":36},{"source":29,"target":37},{"source":29,"target":216},{"source":29,"target":217},{"source":29,"target":218},{"source":216,"target":219},{"source":216,"target":29},{"source":217,"target":36},{"source":218,"target":37},{"source":30,"target":0},{"source":30,"target":36},{"source":30,"target":220},{"source":30,"target":221},{"source":30,"target":222},{"source":220,"target":223},{"source":220,"target":30},{"source":221,"target":224},{"source":221,"target":30},{"source":222,"target":36},{"source":31,"target":0},{"source":31,"target":36},{"source":31,"target":37},{"source":31,"target":225},{"source":31,"target":226},{"source":31,"target":227},{"source":225,"target":2},{"source":225,"target":228},{"source":225,"target":31},{"source":228,"target":2},{"source":226,"target":36},{"source":227,"target":37},{"source":32,"target":0},{"source":32,"target":36},{"source":32,"target":37},{"source":32,"target":229},{"source":32,"target":230},{"source":32,"target":231},{"source":229,"target":232},{"source":229,"target":32},{"source":230,"target":36},{"source":231,"target":37},{"source":33,"target":0},{"source":33,"target":233},{"source":233,"target":34},{"source":233,"target":234},{"source":233,"target":33},{"source":233,"target":235},{"source":234,"target":34},{"source":34,"target":0},{"source":34,"target":27},{"source":34,"target":236},{"source":34,"target":237},{"source":34,"target":238},{"source":34,"target":239},{"source":34,"target":240},{"source":34,"target":235},{"source":34,"target":241},{"source":236,"target":242},{"source":236,"target":34},{"source":237,"target":17},{"source":237,"target":243},{"source":237,"target":34},{"source":243,"target":17},{"source":238,"target":37},{"source":238,"target":244},{"source":238,"target":34},{"source":244,"target":37},{"source":239,"target":245},{"source":239,"target":34},{"source":240,"target":246},{"source":240,"target":34},{"source":235,"target":33},{"source":235,"target":247},{"source":235,"target":34},{"source":235,"target":233},{"source":247,"target":33},{"source":241,"target":27},{"source":35,"target":0},{"source":35,"target":36},{"source":35,"target":248},{"source":35,"target":249},{"source":248,"target":34},{"source":248,"target":250},{"source":248,"target":35},{"source":250,"target":34},{"source":249,"target":36},{"source":36,"target":0},{"source":37,"target":0},{"source":38,"target":0},{"source":38,"target":251},{"source":38,"target":252},{"source":38,"target":253},{"source":251,"target":38},{"source":252,"target":38},{"source":253,"target":38},{"source":39,"target":0},{"source":39,"target":254},{"source":39,"target":255},{"source":39,"target":256},{"source":39,"target":257},{"source":254,"target":39},{"source":255,"target":39},{"source":256,"target":39},{"source":257,"target":39}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="classdef" nsURI="http://www.eltesoft.hu/modelexecution/m2m/metamodel/classdef" nsPrefix="hu.eltesoft.modelexecution.m2m.metamodel.classdef"> <eClassifiers xsi:type="ecore:EClass" name="ClClass" eSuperTypes="base.ecore#//ModelRoot"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="region" eType="ecore:EDataType base.ecore#//NamedReference"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="destructor" eType="ecore:EDataType base.ecore#//NamedReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" ordered="false" upperBound="-1" eType="#//ClOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="receptions" ordered="false" upperBound="-1" eType="#//ClReception"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" ordered="false" upperBound="-1" eType="#//ClAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedAttributes" ordered="false" upperBound="-1" eType="#//ClInheritedAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associations" ordered="false" upperBound="-1" eType="#//ClAssociation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parents" ordered="false" upperBound="-1" eType="ecore:EDataType base.ecore#//NamedReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedAssociations" ordered="false" upperBound="-1" eType="#//ClInheritedAssociation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasReceptions" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <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="ClClassSpec" eSuperTypes="base.ecore#//ModelRoot"> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" ordered="false" upperBound="-1" eType="#//ClOperationSpec"/> <eStructuralFeatures xsi:type="ecore:EReference" name="receptions" ordered="false" upperBound="-1" eType="#//ClReceptionSpec"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" ordered="false" upperBound="-1" eType="#//ClAttributeSpec"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associations" ordered="false" upperBound="-1" eType="#//ClAssociation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasStateMachine" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parents" ordered="false" upperBound="-1" eType="ecore:EDataType base.ecore#//NamedReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ctorRecords" upperBound="-1" eType="#//ClCtorRecord"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasReceptions" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <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="ClOperation" eSuperTypes="#//ClOperationSpec"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="method" eType="ecore:EDataType base.ecore#//NamedReference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClOperationSpec" eSuperTypes="base.ecore#//Named"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="ecore:EClass base.ecore#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="ecore:EClass base.ecore#//Parameter"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isStatic" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClReception" eSuperTypes="#//ClReceptionSpec"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signal" lowerBound="1" eType="ecore:EDataType base.ecore#//NamedReference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClReceptionSpec" eSuperTypes="base.ecore#//Named"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//ClReceptionParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClReceptionParameter" eSuperTypes="base.ecore#//Named base.ecore#//Multiplicity"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass base.ecore#//PrimitiveType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClAttribute" eSuperTypes="#//ClAttributeSpec"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isStatic" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClAttributeSpec" eSuperTypes="base.ecore#//Named base.ecore#//Typed"/> <eClassifiers xsi:type="ecore:EClass" name="ClInheritedAttribute" eSuperTypes="#//ClAttributeSpec base.ecore#//Inherited"/> <eClassifiers xsi:type="ecore:EClass" name="ClAssociation" eSuperTypes="#//ClAssociationSpec"/> <eClassifiers xsi:type="ecore:EClass" name="ClAssociationSpec" abstract="true" eSuperTypes="base.ecore#//Named base.ecore#//Typed"/> <eClassifiers xsi:type="ecore:EClass" name="ClInheritedAssociation" eSuperTypes="base.ecore#//Inherited #//ClAssociationSpec"/> <eClassifiers xsi:type="ecore:EClass" name="ClCtorRecord" eSuperTypes="base.ecore#//Named"> <eStructuralFeatures xsi:type="ecore:EReference" name="directParents" upperBound="-1" eType="ecore:EClass base.ecore#//Named"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ELTE-Soft/xUML-RT-Executor/plugins/hu.eltesoft.modelexecution.m2m.metamodel/model/classdef.ecore
ecore
classdef ClClass region destructor operations receptions attributes inheritedAttributes associations parents inheritedAssociations hasReceptions false isAbstract isActive ClClassSpec operations receptions attributes associations hasStateMachine parents ctorRecords hasReceptions false isAbstract isActive ClOperation method ClOperationSpec returnType parameters isStatic ClReception signal ClReceptionSpec parameters ClReceptionParameter type ClAttribute isStatic ClAttributeSpec ClInheritedAttribute ClAssociation ClAssociationSpec ClInheritedAssociation ClCtorRecord directParents
null
{"directed":true,"nodes":[{"nsPrefix":"hu.eltesoft.modelexecution.m2m.metamodel.classdef","nsURI":"http://www.eltesoft.hu/modelexecution/m2m/metamodel/classdef","name":"classdef","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClClass","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClClassSpec","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClOperation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClOperationSpec","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClReception","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClReceptionSpec","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClReceptionParameter","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClAttribute","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClAttributeSpec","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClInheritedAttribute","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClAssociation","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClAssociationSpec","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClInheritedAssociation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClCtorRecord","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"region","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":"destructor","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"receptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inheritedAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"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":"parents","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inheritedAssociations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"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":"hasReceptions","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":25,"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":"isActive","changeable":true,"lowerBound":1,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"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":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"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":"receptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"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":"associations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"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":"hasStateMachine","changeable":true,"lowerBound":1,"iD":false,"id":44,"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":"parents","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ctorRecords","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"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":"hasReceptions","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":48,"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":"isActive","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"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":"method","changeable":true,"lowerBound":0,"iD":false,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returnType","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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isStatic","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"signal","changeable":true,"lowerBound":1,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"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":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},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"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":"isStatic","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"directParents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"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":15,"target":28},{"source":15,"target":1},{"source":16,"target":29},{"source":16,"target":1},{"source":17,"target":3},{"source":17,"target":30},{"source":17,"target":1},{"source":30,"target":3},{"source":18,"target":5},{"source":18,"target":31},{"source":18,"target":1},{"source":31,"target":5},{"source":19,"target":8},{"source":19,"target":32},{"source":19,"target":1},{"source":32,"target":8},{"source":20,"target":10},{"source":20,"target":33},{"source":20,"target":1},{"source":33,"target":10},{"source":21,"target":11},{"source":21,"target":34},{"source":21,"target":1},{"source":34,"target":11},{"source":22,"target":35},{"source":22,"target":1},{"source":23,"target":13},{"source":23,"target":36},{"source":23,"target":1},{"source":36,"target":13},{"source":24,"target":37},{"source":24,"target":1},{"source":25,"target":38},{"source":25,"target":1},{"source":26,"target":39},{"source":26,"target":1},{"source":2,"target":0},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":40,"target":4},{"source":40,"target":51},{"source":40,"target":2},{"source":51,"target":4},{"source":41,"target":6},{"source":41,"target":52},{"source":41,"target":2},{"source":52,"target":6},{"source":42,"target":9},{"source":42,"target":53},{"source":42,"target":2},{"source":53,"target":9},{"source":43,"target":11},{"source":43,"target":54},{"source":43,"target":2},{"source":54,"target":11},{"source":44,"target":55},{"source":44,"target":2},{"source":45,"target":56},{"source":45,"target":2},{"source":46,"target":14},{"source":46,"target":57},{"source":46,"target":2},{"source":57,"target":14},{"source":47,"target":58},{"source":47,"target":2},{"source":48,"target":59},{"source":48,"target":2},{"source":49,"target":60},{"source":49,"target":2},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":61},{"source":3,"target":62},{"source":61,"target":63},{"source":61,"target":3},{"source":62,"target":4},{"source":4,"target":0},{"source":4,"target":64},{"source":4,"target":65},{"source":4,"target":66},{"source":4,"target":67},{"source":64,"target":68},{"source":64,"target":4},{"source":65,"target":69},{"source":65,"target":4},{"source":66,"target":70},{"source":66,"target":4},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":71},{"source":5,"target":72},{"source":71,"target":73},{"source":71,"target":5},{"source":72,"target":6},{"source":6,"target":0},{"source":6,"target":74},{"source":6,"target":75},{"source":74,"target":7},{"source":74,"target":76},{"source":74,"target":6},{"source":76,"target":7},{"source":7,"target":0},{"source":7,"target":77},{"source":7,"target":78},{"source":7,"target":79},{"source":77,"target":80},{"source":77,"target":7},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":81},{"source":8,"target":82},{"source":81,"target":83},{"source":81,"target":8},{"source":82,"target":9},{"source":9,"target":0},{"source":9,"target":84},{"source":9,"target":85},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":86},{"source":10,"target":87},{"source":86,"target":9},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":88},{"source":88,"target":12},{"source":12,"target":0},{"source":12,"target":89},{"source":12,"target":90},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":91},{"source":13,"target":92},{"source":92,"target":12},{"source":14,"target":0},{"source":14,"target":93},{"source":14,"target":94},{"source":93,"target":95},{"source":93,"target":14}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="test1" nsURI="http://a/1.0" nsPrefix="test1"> <eClassifiers xsi:type="ecore:EClass" name="A"> <eOperations name="getQualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/diverse-project/kermeta/scalacompiler_projects/org.kermeta.language.scalacompiler.test/src/test/resources/testEcore/A.ecore
ecore
test1 A getQualifiedName name
null
{"directed":true,"nodes":[{"nsPrefix":"test1","nsURI":"http://a/1.0","name":"test1","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"A","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getQualifiedName","lowerBound":0,"id":2,"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":3,"derived":false},{"id":4,"eClass":"EGenericType"},{"id":5,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3},{"source":2,"target":4},{"source":2,"target":1},{"source":3,"target":5},{"source":3,"target":1}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="typemodel" nsURI="http://www.avaloq.com/tools/ddk/typesystem/typemodel" nsPrefix="typemodel"> <eClassifiers xsi:type="ecore:EClass" name="IExpression" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="IType" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="INamedElement" abstract="true" interface="true"> <eOperations name="getName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OverrideDeclaration" abstract="true" eSuperTypes="#//INamedElement"> <eOperations name="getDefinition" eType="#//INamedElement"/> <eOperations name="isOverride" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" eSuperTypes="#//INamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The reason for this class is technical and, in general, one should use the interface INamedElement instead&#xD;&#xA;of this class. This class is defined in the model because Xtext needs to find an instantiable class for&#xD;&#xA;INamedElement during the first phase of linking."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ICaseSensitiveNamedElement" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="INamedType" abstract="true" interface="true" eSuperTypes="#//INamedElement #//IType"/> <eClassifiers xsi:type="ecore:EClass" name="NamedType" eSuperTypes="#//NamedElement #//INamedType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The reason for this class is technical and, in general, one should use the interface INamedType instead&#xD;&#xA;of this class. This class is defined in the model because Xtext needs to find an instantiable class for&#xD;&#xA;INamedType during the first phase of linking."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IFormalParameter" abstract="true" interface="true"> <eOperations name="isMandatory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="isMandatory() == true means that a caller must provide an actual parmeter for this formal parameter."/> </eAnnotations> </eOperations> <eOperations name="isMulti" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="isMulti() == true means that a caller may provide more than one actual parameter for this formal parameter.&#xD;&#xA;isMulti() == false means that a caller may provide at most 1 actual parameter. Whether a caller must provide&#xD;&#xA;at least one actual parameter in either case depends on isMandatory()."/> </eAnnotations> </eOperations> <eOperations name="getType" eType="#//IType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IActualParameter" abstract="true" interface="true"> <eOperations name="getValue" eType="#//IExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The value of an actual parameter is an expression. Languages that implement this interface&#xD;&#xA;may place additional restrictions on the allowed expression. For example, a language that&#xD;&#xA;supports reference semantics may require that the expression be a variable when the&#xD;&#xA;corresponding formal parameter requires it. This, of course, would also require that the&#xD;&#xA;language extend {@link IFormalParameter} to specify these semantics."/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="INamedActualParameter" abstract="true" interface="true" eSuperTypes="#//IActualParameter"> <eOperations name="getName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ISubprogram" abstract="true" interface="true" eSuperTypes="#//ICallable"> <eOperations name="getParameters" eType="#//IFormalParameterList"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IProcedure" abstract="true" interface="true" eSuperTypes="#//ISubprogram"/> <eClassifiers xsi:type="ecore:EClass" name="IFunction" abstract="true" interface="true" eSuperTypes="#//ISubprogram"> <eOperations name="getReturnType" eType="#//IType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IFormalParameterList" instanceTypeName="Iterable&lt;? extends com.avaloq.tools.ddk.typesystem.typemodel.IFormalParameter>" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="NamedFormalParameter" eSuperTypes="#//NamedElement #//INamedFormalParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The reason for this class is technical and, in general, one should use the interface IFormalParameter instead&#xD;&#xA;of this class. This class is defined in the model because Xtext needs to find an instantiable class for&#xD;&#xA;IFormalParameter during the first phase of linking."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="INamedFormalParameter" abstract="true" interface="true" eSuperTypes="#//INamedElement #//IFormalParameter"/> <eClassifiers xsi:type="ecore:EClass" name="ICallable" abstract="true" interface="true" eSuperTypes="#//INamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Callable" eSuperTypes="#//NamedElement #//ICallable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The reason for this class is technical and, in general, one should use the interface ICallable instead&#xD;&#xA;of this class. This class is defined in the model because Xtext needs to find an instantiable class for&#xD;&#xA;ICallable during the first phase of linking."/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/dsldevkit/dsl-devkit/com.avaloq.tools.ddk.typesystem/model/TypeModel.ecore
ecore
typemodel IExpression IType INamedElement getName OverrideDeclaration getDefinition isOverride NamedElement ICaseSensitiveNamedElement INamedType NamedType IFormalParameter isMandatory isMulti getType IActualParameter getValue INamedActualParameter getName ISubprogram getParameters IProcedure IFunction getReturnType IFormalParameterList Iterable Iterable<? extends com.avaloq.tools.ddk.typesystem.typemodel.IFormalParameter> NamedFormalParameter INamedFormalParameter ICallable Callable
null
{"directed":true,"nodes":[{"nsPrefix":"typemodel","nsURI":"http://www.avaloq.com/tools/ddk/typesystem/typemodel","name":"typemodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IExpression","instanceClass":null,"abstract":true,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IType","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"INamedElement","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OverrideDeclaration","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ICaseSensitiveNamedElement","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"INamedType","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IFormalParameter","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IActualParameter","instanceClass":null,"abstract":true,"id":10,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"INamedActualParameter","instanceClass":null,"abstract":true,"id":11,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ISubprogram","instanceClass":null,"abstract":true,"id":12,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IProcedure","instanceClass":null,"abstract":true,"id":13,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IFunction","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":"Iterable<? extends com.avaloq.tools.ddk.typesystem.typemodel.IFormalParameter>","defaultValue":null,"instanceClassName":"Iterable","name":"IFormalParameterList","instanceClass":null,"abstract":true,"id":15,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedFormalParameter","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"INamedFormalParameter","instanceClass":null,"abstract":true,"id":17,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ICallable","instanceClass":null,"abstract":true,"id":18,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Callable","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getName","lowerBound":0,"id":20,"many":false,"required":false,"eClass":"EOperation"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDefinition","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isOverride","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EOperation"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"isMandatory","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isMulti","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getType","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EOperation"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getValue","lowerBound":0,"id":38,"many":false,"required":false,"eClass":"EOperation"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getName","lowerBound":0,"id":40,"many":false,"required":false,"eClass":"EOperation"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParameters","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getReturnType","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EOperation"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":20},{"source":20,"target":21},{"source":20,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":22,"target":3},{"source":22,"target":25},{"source":22,"target":4},{"source":25,"target":3},{"source":23,"target":26},{"source":23,"target":4},{"source":24,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":27},{"source":27,"target":3},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":2},{"source":7,"target":28},{"source":7,"target":29},{"source":28,"target":3},{"source":29,"target":2},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":7},{"source":8,"target":30},{"source":8,"target":31},{"source":30,"target":5},{"source":31,"target":7},{"source":9,"target":0},{"source":9,"target":32},{"source":9,"target":33},{"source":9,"target":34},{"source":32,"target":35},{"source":32,"target":9},{"source":33,"target":36},{"source":33,"target":9},{"source":34,"target":2},{"source":34,"target":37},{"source":34,"target":9},{"source":37,"target":2},{"source":10,"target":0},{"source":10,"target":38},{"source":38,"target":1},{"source":38,"target":39},{"source":38,"target":10},{"source":39,"target":1},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":40},{"source":11,"target":41},{"source":40,"target":42},{"source":40,"target":11},{"source":41,"target":10},{"source":12,"target":0},{"source":12,"target":18},{"source":12,"target":43},{"source":12,"target":44},{"source":43,"target":15},{"source":43,"target":45},{"source":43,"target":12},{"source":45,"target":15},{"source":44,"target":18},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":46},{"source":46,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":47},{"source":14,"target":48},{"source":47,"target":2},{"source":47,"target":49},{"source":47,"target":14},{"source":49,"target":2},{"source":48,"target":12},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":5},{"source":16,"target":17},{"source":16,"target":50},{"source":16,"target":51},{"source":50,"target":5},{"source":51,"target":17},{"source":17,"target":0},{"source":17,"target":3},{"source":17,"target":9},{"source":17,"target":52},{"source":17,"target":53},{"source":52,"target":3},{"source":53,"target":9},{"source":18,"target":0},{"source":18,"target":3},{"source":18,"target":54},{"source":54,"target":3},{"source":19,"target":0},{"source":19,"target":5},{"source":19,"target":18},{"source":19,"target":55},{"source":19,"target":56},{"source":55,"target":5},{"source":56,"target":18}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="filtermodel" nsURI="http:///org/isistan/flabot/launcher/filter/filtermodel.ecore" nsPrefix="org.isistan.flabot.launcher.filter.filtermodel"> <eClassifiers xsi:type="ecore:EClass" name="LogFilter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gaugeTypes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/filtermodel.ecore
ecore
filtermodel LogFilter gaugeTypes
null
{"directed":true,"nodes":[{"nsPrefix":"org.isistan.flabot.launcher.filter.filtermodel","nsURI":"http:///org/isistan/flabot/launcher/filter/filtermodel.ecore","name":"filtermodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogFilter","instanceClass":null,"abstract":false,"id":1,"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":"gaugeTypes","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (C) 2017-2018 Matthias Freund and others, Institute of Automation, TU Dresden This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at https://www.eclipse.org/legal/epl-2.0/ Contributors: Institute of Automation, TU Dresden - Initial API and implementation SPDX-License-Identifier: EPL-2.0 --> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="dfd" nsURI="http://data-flow-diagram" nsPrefix="dfd"> <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="DFD" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//DFDElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="flows" upperBound="-1" eType="#//Flow" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DFDElement" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Process" eSuperTypes="#//DFDElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="DummyConstraint"/> </eAnnotations> <eOperations name="validateNumberFormatIsCorrect" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="boolean result = this.number == null || this.number.matches(&quot;[0-9]+(\\.[0-9]+)*&quot;);&#xA;&#xA;if (!result &amp;&amp; diagnostics != null) {&#xA;&#xA;&#x9;String errorMessage = &quot;The number is not formatted correctly! Valid numbers are e.g. '1', '1.10', or '1.10.8'...&quot;;&#xA;&#xA;&#x9;diagnostics.add(new BasicDiagnostic(&lt;%org.eclipse.emf.common.util.Diagnostic%>.ERROR, &lt;%dfd.util.DfdValidator%>.DIAGNOSTIC_SOURCE,&#xA;&#x9;&#x9;&#x9;&lt;%dfd.util.DfdValidator%>.PROCESS__VALIDATE_NUMBER_FORMAT_IS_CORRECT, errorMessage,&#xA;&#x9;&#x9;&#x9;new Object[] { this, &lt;%dfd.DfdPackage%>.Literals.PROCESS__NUMBER }));&#xA;&#xA;}&#xA;&#xA;return result;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments/> <eTypeArguments/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dfd" eType="#//DFD" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataStore" eSuperTypes="#//DFDElement"/> <eClassifiers xsi:type="ecore:EClass" name="Flow" abstract="true" eSuperTypes="#//NamedElement"> <eOperations name="validateFromPointsToElementOfSameSystem" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="boolean result = this.from == null || this.from.eContainer().equals(this.eContainer);&#xD;&#xA;&#x9;&#x9;&#xD;&#xA;&#x9;&#x9;if (!result &amp;&amp; diagnostics != null) {&#xD;&#xA;&#x9;&#x9;&#x9;&#xD;&#xA;&#x9;&#x9;&#x9;String errorMessage = &quot;The 'from' element is not part of the same (Sub-)System!&quot;;&#xD;&#xA;&#x9;&#x9;&#xD;&#xA;&#x9;&#x9;&#x9;diagnostics.add(new &lt;%org.eclipse.emf.common.util.BasicDiagnostic%>&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;(&lt;%org.eclipse.emf.common.util.Diagnostic%>.ERROR,&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;%dfd.util.DfdValidator%>.DIAGNOSTIC_SOURCE,&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;%dfd.util.DfdValidator%>.FLOW__VALIDATE_FROM_POINTS_TO_ELEMENT_OF_SAME_SYSTEM,&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;errorMessage,&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;new Object[] { this, &lt;%dfd.DfdPackage%>.Literals.FLOW__FROM}));&#xD;&#xA;&#x9;&#x9;&#xD;&#xA;&#x9;&#x9;}&#xD;&#xA;&#xD;&#x9;return result;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments/> <eTypeArguments/> </eGenericType> </eParameters> </eOperations> <eOperations name="validateToPointsToElementOfSameSystem" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="boolean result = this.to == null || this.to.eContainer().equals(this.eContainer);&#xD;&#xA;&#xD;&#x9;if (!result &amp;&amp; diagnostics != null) {&#xD;&#xA;&#xD;&#x9;&#x9;String errorMessage = &quot;The 'to' element is not part of the same (Sub-)System!&quot;;&#xD;&#xA;&#xD;&#x9;&#x9;diagnostics.add(new BasicDiagnostic(&lt;%org.eclipse.emf.common.util.Diagnostic%>.ERROR, &lt;%dfd.util.DfdValidator%>.DIAGNOSTIC_SOURCE,&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&lt;%dfd.util.DfdValidator%>.FLOW__VALIDATE_TO_POINTS_TO_ELEMENT_OF_SAME_SYSTEM, errorMessage,&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;new Object[] { this, &lt;%dfd.DfdPackage%>.Literals.FLOW__TO }));&#xD;&#xA;&#xD;&#x9;}&#xD;&#xA;&#xD;&#x9;return result;"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments/> <eTypeArguments/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//DFDElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//DFDElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//Flow"/> <eClassifiers xsi:type="ecore:EClass" name="DataFlow" eSuperTypes="#//Flow"/> </ecore:EPackage>
github:ecore:/data/IfA/PAMTraM/casestudies/dfd-uml/de.mfreund.pamtram.casestudies.dfd-uml/metamodel/data-flow-diagram.ecore
ecore
dfd NamedElement name DFD elements flows DFDElement Process validateNumberFormatIsCorrect diagnostics context number dfd DataStore Flow validateFromPointsToElementOfSameSystem diagnostics context validateToPointsToElementOfSameSystem diagnostics context from to ControlFlow DataFlow
null
{"directed":true,"nodes":[{"nsPrefix":"dfd","nsURI":"http://data-flow-diagram","name":"dfd","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":"DFD","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DFDElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStore","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flow","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataFlow","instanceClass":null,"abstract":false,"id":8,"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":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","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":"flows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"validateNumberFormatIsCorrect","lowerBound":0,"id":17,"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":"number","changeable":true,"lowerBound":1,"iD":true,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dfd","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":"diagnostics","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"validateFromPointsToElementOfSameSystem","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"validateToPointsToElementOfSameSystem","lowerBound":0,"id":32,"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":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":38,"many":false,"required":false,"eClass":"EParameter"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EParameter"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":9,"target":10},{"source":9,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":11,"target":3},{"source":11,"target":14},{"source":11,"target":2},{"source":14,"target":3},{"source":12,"target":6},{"source":12,"target":15},{"source":12,"target":2},{"source":15,"target":6},{"source":13,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":16},{"source":16,"target":1},{"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":17,"target":21},{"source":17,"target":4},{"source":17,"target":22},{"source":17,"target":23},{"source":22,"target":24},{"source":22,"target":17},{"source":23,"target":25},{"source":23,"target":17},{"source":25,"target":26},{"source":25,"target":27},{"source":18,"target":28},{"source":18,"target":4},{"source":19,"target":2},{"source":19,"target":29},{"source":19,"target":4},{"source":29,"target":2},{"source":20,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":30},{"source":30,"target":3},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":31},{"source":6,"target":32},{"source":6,"target":33},{"source":6,"target":34},{"source":6,"target":35},{"source":31,"target":36},{"source":31,"target":6},{"source":31,"target":37},{"source":31,"target":38},{"source":37,"target":39},{"source":37,"target":31},{"source":38,"target":40},{"source":38,"target":31},{"source":40,"target":41},{"source":40,"target":42},{"source":32,"target":43},{"source":32,"target":6},{"source":32,"target":44},{"source":32,"target":45},{"source":44,"target":46},{"source":44,"target":32},{"source":45,"target":47},{"source":45,"target":32},{"source":47,"target":48},{"source":47,"target":49},{"source":33,"target":3},{"source":33,"target":50},{"source":33,"target":6},{"source":50,"target":3},{"source":34,"target":3},{"source":34,"target":51},{"source":34,"target":6},{"source":51,"target":3},{"source":35,"target":1},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":52},{"source":52,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":53},{"source":53,"target":6}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="QualityMetamodel" nsURI="http://www.univaq.disim.it/mde/qualitymm" nsPrefix="QM"> <eClassifiers xsi:type="ecore:EClass" name="QualityModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="metricProviders" upperBound="-1" eType="#//MetricProvider" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualityTypes" upperBound="-1" eType="#//ValueType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualityAttributes" upperBound="-1" eType="#//QualityAttribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualityValues" upperBound="-1" eType="#//Value" 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="QualityAttribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Value"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualityAttributes" upperBound="-1" eType="#//QualityAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Value" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//ValueType" eOpposite="#//ValueType/val"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueType" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="val" lowerBound="1" eType="#//Value" eOpposite="#//Value/type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleValue" eSuperTypes="#//Value"> <eStructuralFeatures xsi:type="ecore:EReference" name="measuredBy" lowerBound="1" eType="#//MetricProvider"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregatedValue" eSuperTypes="#//Value"> <eStructuralFeatures xsi:type="ecore:EReference" name="calculatedBy" lowerBound="1" eType="#//Operation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aggregatedValues" lowerBound="1" upperBound="-1" eType="#//Value"/> <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="MetricProvider"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextValueType" eSuperTypes="#//ValueType"> <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="RangeValueType" eSuperTypes="#//ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregatedValueMetric" eSuperTypes="#//ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimum" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maximum" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="average" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="median" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="standardDeviation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationMetric" eSuperTypes="#//ValueType"> <eStructuralFeatures xsi:type="ecore:EReference" name="set" lowerBound="1" upperBound="-1" eType="#//EnumerationItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//EnumerationItem"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealValueType" eSuperTypes="#//ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanValueType" eSuperTypes="#//ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerValueType" eSuperTypes="#//ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/quality-models/qualityMetamodel.ecore
ecore
QualityMetamodel QualityModel metricProviders qualityTypes qualityAttributes qualityValues name QualityAttribute value name qualityAttributes Value type name description ValueType val name SingleValue measuredBy AggregatedValue calculatedBy Operation name aggregatedValues body MetricProvider name description id TextValueType value RangeValueType min max AggregatedValueMetric minimum maximum average median standardDeviation EnumerationMetric set value EnumerationItem name RealValueType value BooleanValueType value IntegerValueType value
null
{"directed":true,"nodes":[{"nsPrefix":"QM","nsURI":"http://www.univaq.disim.it/mde/qualitymm","name":"QualityMetamodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualityModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualityAttribute","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueType","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleValue","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregatedValue","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetricProvider","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextValueType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeValueType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregatedValueMetric","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationMetric","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationItem","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealValueType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValueType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValueType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metricProviders","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":"qualityTypes","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":"qualityAttributes","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":"qualityValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":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":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qualityAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"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},{"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":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"measuredBy","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":true,"unsettable":false,"transient":false,"unique":true,"name":"calculatedBy","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aggregatedValues","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"body","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","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":"max","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minimum","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":"maximum","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":"average","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":"median","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"standardDeviation","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"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":"set","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":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":17,"target":8},{"source":17,"target":22},{"source":17,"target":1},{"source":22,"target":8},{"source":18,"target":4},{"source":18,"target":23},{"source":18,"target":1},{"source":23,"target":4},{"source":19,"target":2},{"source":19,"target":24},{"source":19,"target":1},{"source":24,"target":2},{"source":20,"target":3},{"source":20,"target":25},{"source":20,"target":1},{"source":25,"target":3},{"source":21,"target":26},{"source":21,"target":1},{"source":2,"target":0},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":27,"target":3},{"source":27,"target":30},{"source":27,"target":2},{"source":30,"target":3},{"source":28,"target":31},{"source":28,"target":2},{"source":29,"target":2},{"source":29,"target":32},{"source":29,"target":2},{"source":32,"target":2},{"source":3,"target":0},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":33,"target":4},{"source":33,"target":36},{"source":33,"target":3},{"source":33,"target":37},{"source":36,"target":4},{"source":34,"target":38},{"source":34,"target":3},{"source":35,"target":39},{"source":35,"target":3},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":40},{"source":37,"target":3},{"source":37,"target":41},{"source":37,"target":4},{"source":37,"target":33},{"source":41,"target":3},{"source":40,"target":42},{"source":40,"target":4},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":43},{"source":5,"target":44},{"source":43,"target":8},{"source":43,"target":45},{"source":43,"target":5},{"source":45,"target":8},{"source":44,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":46},{"source":6,"target":47},{"source":46,"target":7},{"source":46,"target":48},{"source":46,"target":6},{"source":48,"target":7},{"source":47,"target":3},{"source":7,"target":0},{"source":7,"target":49},{"source":7,"target":50},{"source":7,"target":51},{"source":49,"target":52},{"source":49,"target":7},{"source":50,"target":3},{"source":50,"target":53},{"source":50,"target":7},{"source":53,"target":3},{"source":51,"target":54},{"source":51,"target":7},{"source":8,"target":0},{"source":8,"target":55},{"source":8,"target":56},{"source":8,"target":57},{"source":55,"target":58},{"source":55,"target":8},{"source":56,"target":59},{"source":56,"target":8},{"source":57,"target":60},{"source":57,"target":8},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":61},{"source":9,"target":62},{"source":61,"target":63},{"source":61,"target":9},{"source":62,"target":4},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":64},{"source":10,"target":65},{"source":10,"target":66},{"source":64,"target":67},{"source":64,"target":10},{"source":65,"target":68},{"source":65,"target":10},{"source":66,"target":4},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":69},{"source":11,"target":70},{"source":11,"target":71},{"source":11,"target":72},{"source":11,"target":73},{"source":11,"target":74},{"source":69,"target":75},{"source":69,"target":11},{"source":70,"target":76},{"source":70,"target":11},{"source":71,"target":77},{"source":71,"target":11},{"source":72,"target":78},{"source":72,"target":11},{"source":73,"target":79},{"source":73,"target":11},{"source":74,"target":4},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":80},{"source":12,"target":81},{"source":12,"target":82},{"source":80,"target":13},{"source":80,"target":83},{"source":80,"target":12},{"source":83,"target":13},{"source":81,"target":13},{"source":81,"target":84},{"source":81,"target":12},{"source":84,"target":13},{"source":82,"target":4},{"source":13,"target":0},{"source":13,"target":85},{"source":85,"target":86},{"source":85,"target":13},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":87},{"source":14,"target":88},{"source":87,"target":89},{"source":87,"target":14},{"source":88,"target":4},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":90},{"source":15,"target":91},{"source":90,"target":92},{"source":90,"target":15},{"source":91,"target":4},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":93},{"source":16,"target":94},{"source":93,"target":95},{"source":93,"target":16},{"source":94,"target":4}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="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>
github:ecore:/data/rpc1/org.eclipse.uml2/plugins/org.eclipse.uml2.uml.profile.standard/model/Standard.ecore
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
null
{"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}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="statemachine" nsURI="http://www.jastemf.org/statemachine" nsPrefix="stm"> <eClassifiers xsi:type="ecore:EClass" name="StateMachine"> <eAnnotations source="gmf.diagram"> <details key="model.extension" value="sm"/> <details key="diagram.extension" value="smd"/> </eAnnotations> <eOperations name="printReachable" lowerBound="1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1" eType="#//Declaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="machineVariables" upperBound="-1" eType="#//StateMachineVariable" containment="true"> <eAnnotations source="gmf.compartment"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Declaration" abstract="true"> <eOperations name="printReachable" lowerBound="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//Declaration"> <eAnnotations source="gmf.link"> <details key="label" value="label, guardLabel, actionLabel"/> <details key="label.pattern" value="{0} [ {1} ] {2}"/> <details key="source" value="source"/> <details key="target" value="target"/> <details key="target.decoration" value="arrow"/> <details key="color" value="0.0.0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//State" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//State" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="guardLabel" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actionLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guardExpression" eType="ecore:EClass ../../../calculator/specifications/siple/model/siple.ecore#//Expression" changeable="false" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionStatement" eType="ecore:EClass ../../../calculator/specifications/siple/model/siple.ecore#//Statement" changeable="false" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" abstract="true" eSuperTypes="#//Declaration"> <eOperations name="printReachable" lowerBound="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="successors" upperBound="-1" eType="#//State" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reachable" upperBound="-1" eType="#//State" transient="true" derived="true"> <eAnnotations source="gmf.link"> <details key="target.decoration" value="arrow"/> <details key="style" value="dash"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action"> <eAnnotations source="gmf.node"> <details key="label" value="actionLabel"/> <details key="label.icon" value="true"/> <details key="figure" value="rounded"/> <details key="border.color" value="255,255,255"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actionLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionStatement" eType="ecore:EClass ../../../calculator/specifications/siple/model/siple.ecore#//Statement" changeable="false" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachineVariable"> <eAnnotations source="gmf.node"> <details key="label" value="name, type&#xA;"/> <details key="label.icon" value="true"/> <details key="figure" value="rounded"/> <details key="border.color" value="255,255,255"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NormalState" eSuperTypes="#//State"> <eAnnotations source="gmf.node"> <details key="label" value="label"/> <details key="label.icon" value="true"/> <details key="figure" value="rounded"/> <details key="border.color" value="0.0.0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="entry" eType="#//Action" containment="true"> <eAnnotations source="gmf.compartment"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="#//State"> <eAnnotations source="gmf.node"> <details key="label" value="label"/> <details key="label.icon" value="false"/> <details key="border.color" value="0.0.0"/> <details key="figure" value="ellipse"/> <details key="size" value="30,30"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"> <eAnnotations source="gmf.node"> <details key="label" value="label"/> <details key="label.icon" value="false"/> <details key="figure" value="ellipse"/> <details key="border.color" value="0.0.0"/> <details key="size" value="30,30"/> <details key="resize" value="false"/> <details key="border.width" value="5"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/NanaEB/jastemf/jastemf-examples/statemachine/statemachine/specifications/metamodel/Statemachine.ecore
ecore
statemachine StateMachine printReachable declarations machineVariables Declaration printReachable Transition label sourceLabel targetLabel source target guardLabel actionLabel guardExpression actionStatement State printReachable label successors reachable id Action actionLabel actionStatement StateMachineVariable name type NormalState entry InitialState FinalState
null
{"directed":true,"nodes":[{"nsPrefix":"stm","nsURI":"http://www.jastemf.org/statemachine","name":"statemachine","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declaration","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachineVariable","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NormalState","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialState","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"printReachable","lowerBound":1,"id":10,"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":"declarations","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":"machineVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"printReachable","lowerBound":1,"id":15,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":1,"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":"sourceLabel","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":"targetLabel","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"guardLabel","changeable":true,"lowerBound":1,"iD":false,"id":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":"actionLabel","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":"guardExpression","changeable":false,"resolveProxies":true,"lowerBound":0,"id":23,"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":"actionStatement","changeable":false,"resolveProxies":true,"lowerBound":0,"id":24,"derived":true},{"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,"unique":true,"name":"printReachable","lowerBound":1,"id":35,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":1,"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":true,"unique":true,"name":"successors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"reachable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":true},{"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":39,"derived":true},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actionLabel","changeable":true,"lowerBound":0,"iD":false,"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":"actionStatement","changeable":false,"resolveProxies":true,"lowerBound":0,"id":46,"derived":true},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"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":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entry","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":10,"target":1},{"source":11,"target":2},{"source":11,"target":13},{"source":11,"target":1},{"source":13,"target":2},{"source":12,"target":6},{"source":12,"target":14},{"source":12,"target":1},{"source":14,"target":6},{"source":2,"target":0},{"source":2,"target":15},{"source":15,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":16},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":16,"target":26},{"source":16,"target":3},{"source":17,"target":27},{"source":17,"target":3},{"source":18,"target":28},{"source":18,"target":3},{"source":19,"target":4},{"source":19,"target":29},{"source":19,"target":3},{"source":29,"target":4},{"source":20,"target":4},{"source":20,"target":30},{"source":20,"target":3},{"source":30,"target":4},{"source":21,"target":31},{"source":21,"target":3},{"source":22,"target":32},{"source":22,"target":3},{"source":23,"target":33},{"source":23,"target":3},{"source":24,"target":34},{"source":24,"target":3},{"source":25,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"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":35,"target":4},{"source":36,"target":41},{"source":36,"target":4},{"source":37,"target":4},{"source":37,"target":42},{"source":37,"target":4},{"source":42,"target":4},{"source":38,"target":4},{"source":38,"target":43},{"source":38,"target":4},{"source":43,"target":4},{"source":39,"target":44},{"source":39,"target":4},{"source":40,"target":2},{"source":5,"target":0},{"source":5,"target":45},{"source":5,"target":46},{"source":45,"target":47},{"source":45,"target":5},{"source":46,"target":48},{"source":46,"target":5},{"source":6,"target":0},{"source":6,"target":49},{"source":6,"target":50},{"source":49,"target":51},{"source":49,"target":6},{"source":50,"target":52},{"source":50,"target":6},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":53},{"source":7,"target":54},{"source":53,"target":5},{"source":53,"target":55},{"source":53,"target":7},{"source":55,"target":5},{"source":54,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":56},{"source":56,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":57},{"source":57,"target":4}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="BuildingLanguage" nsURI="platform:/resource/DroolsHelloWorld/model/BuildingLanguage.ecore" nsPrefix="BuildingLanguage"> <eClassifiers xsi:type="ecore:EClass" name="Building"> <eStructuralFeatures xsi:type="ecore:EReference" name="rooms" upperBound="-1" eType="#//Room" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Room"/> </ecore:EPackage>
github:ecore:/data/eMoflon/emoflon-ibex-drools/examples/DroolsHelloWorld/model/BuildingLanguage.ecore
ecore
BuildingLanguage Building rooms Room
null
{"directed":true,"nodes":[{"nsPrefix":"BuildingLanguage","nsURI":"platform:/resource/DroolsHelloWorld/model/BuildingLanguage.ecore","name":"BuildingLanguage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Building","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Room","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":"rooms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"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}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ptnetLoLA" nsURI="http://www.informatik.hu-berlin.de/top/tools/editors/petrinets" nsPrefix="ptnetLoLA"> <eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="token" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="finalMarking" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" volatile="true" transient="true" defaultValueLiteral="0" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PtNet"> <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="initialMarking" lowerBound="1" eType="#//Marking" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arcs" upperBound="-1" eType="#//Arc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finalMarking" eType="#//Marking" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//Node"/> <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="annotation" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//Arc" changeable="false" derived="true" eOpposite="#//Arc/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//Arc" changeable="false" derived="true" eOpposite="#//Arc/source"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//NodeType" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Marking"> <eStructuralFeatures xsi:type="ecore:EReference" name="places" upperBound="-1" eType="#//RefMarkedPlace" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlaceReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="place" lowerBound="1" eType="#//Place"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefMarkedPlace" eSuperTypes="#//PlaceReference"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="token" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation"> <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="Arc"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Node" eOpposite="#//Node/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Node" eOpposite="#//Node/incoming"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArcToPlace" eSuperTypes="#//Arc"/> <eClassifiers xsi:type="ecore:EClass" name="ArcToTransition" eSuperTypes="#//Arc"/> <eClassifiers xsi:type="ecore:EEnum" name="NodeType"> <eLiterals name="internal"/> <eLiterals name="input" value="1"/> <eLiterals name="output" value="2"/> <eLiterals name="inout" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransitionExt" eSuperTypes="#//Transition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="probability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1.0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minTime" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cost" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="confidentiality" eType="#//Confidentiality"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlaceExt" eSuperTypes="#//Place"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="probability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1.0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isStart" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="False"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArcToPlaceExt" eSuperTypes="#//ArcToPlace"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="probability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1.0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArcToTransitionExt" eSuperTypes="#//ArcToTransition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="probability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="1.0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Confidentiality"> <eLiterals name="UNKNOWN" literal=""/> <eLiterals name="LOW" value="1"/> <eLiterals name="HIGH" value="2"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/extFM/extFM-Tooling/plugins/org.js.model.feature.ptnet.m2m.atl/src/main/metamodel/ptnetLoLA.ecore
ecore
ptnetLoLA Place token 0 finalMarking 0 PtNet places transitions initialMarking annotation arcs finalMarking Transition Node name annotation incoming outgoing type 0 Marking places PlaceReference place RefMarkedPlace token 1 Annotation text Arc source target weight 1 ArcToPlace ArcToTransition NodeType internal internal input input output output inout inout TransitionExt probability 1.0 minTime 0 cost 0 maxTime 0 confidentiality PlaceExt probability 1.0 isStart False ArcToPlaceExt probability 1.0 ArcToTransitionExt probability 1.0 Confidentiality UNKNOWN LOW LOW HIGH HIGH
null
{"directed":true,"nodes":[{"nsPrefix":"ptnetLoLA","nsURI":"http://www.informatik.hu-berlin.de/top/tools/editors/petrinets","name":"ptnetLoLA","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PtNet","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":"Node","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Marking","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceReference","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefMarkedPlace","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcToPlace","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcToTransition","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"NodeType","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionExt","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceExt","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcToPlaceExt","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcToTransitionExt","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Confidentiality","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"token","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":true,"unique":true,"name":"finalMarking","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":true},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"places","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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialMarking","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finalMarking","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":false,"resolveProxies":true,"lowerBound":0,"id":38,"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":"outgoing","changeable":false,"resolveProxies":true,"lowerBound":0,"id":39,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"places","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"place","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"id":51,"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":"token","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"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":"weight","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"name":"internal","id":63,"value":0,"literal":"internal","eClass":"EEnumLiteral"},{"name":"input","id":64,"value":1,"literal":"input","eClass":"EEnumLiteral"},{"name":"output","id":65,"value":2,"literal":"output","eClass":"EEnumLiteral"},{"name":"inout","id":66,"value":3,"literal":"inout","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"probability","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":false,"name":"minTime","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":false,"name":"cost","changeable":true,"lowerBound":0,"iD":false,"id":69,"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":"maxTime","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"confidentiality","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"probability","changeable":true,"lowerBound":0,"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":"isStart","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"probability","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.0","unsettable":false,"transient":false,"unique":true,"name":"probability","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"name":"UNKNOWN","id":89,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"LOW","id":90,"value":1,"literal":"LOW","eClass":"EEnumLiteral"},{"name":"HIGH","id":91,"value":2,"literal":"HIGH","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":18,"target":21},{"source":18,"target":1},{"source":19,"target":22},{"source":19,"target":1},{"source":20,"target":4},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":23,"target":1},{"source":23,"target":29},{"source":23,"target":2},{"source":29,"target":1},{"source":24,"target":3},{"source":24,"target":30},{"source":24,"target":2},{"source":30,"target":3},{"source":25,"target":5},{"source":25,"target":31},{"source":25,"target":2},{"source":31,"target":5},{"source":26,"target":8},{"source":26,"target":32},{"source":26,"target":2},{"source":32,"target":8},{"source":27,"target":9},{"source":27,"target":33},{"source":27,"target":2},{"source":33,"target":9},{"source":28,"target":5},{"source":28,"target":34},{"source":28,"target":2},{"source":34,"target":5},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":35},{"source":35,"target":4},{"source":4,"target":0},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":36,"target":41},{"source":36,"target":4},{"source":37,"target":8},{"source":37,"target":42},{"source":37,"target":4},{"source":42,"target":8},{"source":38,"target":9},{"source":38,"target":43},{"source":38,"target":4},{"source":38,"target":44},{"source":43,"target":9},{"source":39,"target":9},{"source":39,"target":45},{"source":39,"target":4},{"source":39,"target":46},{"source":45,"target":9},{"source":40,"target":12},{"source":40,"target":47},{"source":40,"target":4},{"source":47,"target":12},{"source":5,"target":0},{"source":5,"target":48},{"source":48,"target":7},{"source":48,"target":49},{"source":48,"target":5},{"source":49,"target":7},{"source":6,"target":0},{"source":6,"target":50},{"source":50,"target":1},{"source":50,"target":51},{"source":50,"target":6},{"source":51,"target":1},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":52},{"source":7,"target":53},{"source":52,"target":54},{"source":52,"target":7},{"source":53,"target":6},{"source":8,"target":0},{"source":8,"target":55},{"source":55,"target":56},{"source":55,"target":8},{"source":9,"target":0},{"source":9,"target":46},{"source":9,"target":44},{"source":9,"target":57},{"source":46,"target":4},{"source":46,"target":58},{"source":46,"target":9},{"source":46,"target":39},{"source":58,"target":4},{"source":44,"target":4},{"source":44,"target":59},{"source":44,"target":9},{"source":44,"target":38},{"source":59,"target":4},{"source":57,"target":60},{"source":57,"target":9},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":61},{"source":61,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":62},{"source":62,"target":9},{"source":12,"target":0},{"source":12,"target":63},{"source":12,"target":64},{"source":12,"target":65},{"source":12,"target":66},{"source":63,"target":12},{"source":64,"target":12},{"source":65,"target":12},{"source":66,"target":12},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":67},{"source":13,"target":68},{"source":13,"target":69},{"source":13,"target":70},{"source":13,"target":71},{"source":13,"target":72},{"source":67,"target":73},{"source":67,"target":13},{"source":68,"target":74},{"source":68,"target":13},{"source":69,"target":75},{"source":69,"target":13},{"source":70,"target":76},{"source":70,"target":13},{"source":71,"target":17},{"source":71,"target":77},{"source":71,"target":13},{"source":77,"target":17},{"source":72,"target":3},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":78},{"source":14,"target":79},{"source":14,"target":80},{"source":78,"target":81},{"source":78,"target":14},{"source":79,"target":82},{"source":79,"target":14},{"source":80,"target":1},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":83},{"source":15,"target":84},{"source":83,"target":85},{"source":83,"target":15},{"source":84,"target":10},{"source":16,"target":0},{"source":16,"target":11},{"source":16,"target":86},{"source":16,"target":87},{"source":86,"target":88},{"source":86,"target":16},{"source":87,"target":11},{"source":17,"target":0},{"source":17,"target":89},{"source":17,"target":90},{"source":17,"target":91},{"source":89,"target":17},{"source":90,"target":17},{"source":91,"target":17}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="build" nsURI="http://b3build/1.0" nsPrefix=""> <eClassifiers xsi:type="ecore:EClass" name="BuildUnit" eSuperTypes="#//VersionedCapability ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BFunctionContainer #//IRequiredCapabilityContainer #//IProvidedCapabilityContainer ../../org.eclipse.b3.backend/model/B3Backend.ecore#//IVarName"> <eOperations name="getEffectiveFacade" eType="#//EffectiveUnitFacade" eExceptions="ecore:EDataType ../../org.eclipse.b3.backend/model/B3Backend.ecore#//Throwable"> <eParameters name="ctx" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExecutionContext"/> </eOperations> <eOperations name="getUnitProvider" eType="#//FirstFoundUnitProvider"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns the first (and only allowed) provider from the reference &quot;providers&quot;."/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="builders" unique="false" upperBound="-1" eType="#//IBuilder" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="executionMode" eType="ecore:EEnum ../../org.eclipse.b3.backend/model/B3Backend.ecore#//ExecutionMode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metaRequiredCapabilities" upperBound="-1" eType="#//RequiredCapability" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implements" upperBound="-1" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//IType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="concerns" upperBound="-1" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BConcern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultProperties" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BPropertySet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="synchronizations" upperBound="-1" eType="#//Synchronization" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="repositories" upperBound="-1" eType="#//Repository" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containers" upperBound="-1" eType="#//ContainerConfiguration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="propertySets" upperBound="-1" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BPropertySet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceLocation" eType="ecore:EDataType ../../org.eclipse.b3.backend/model/B3Backend.ecore#//URI" defaultValueLiteral="resource:/"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputLocation" eType="ecore:EDataType ../../org.eclipse.b3.backend/model/B3Backend.ecore#//URI"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providers" upperBound="-1" eType="#//FirstFoundUnitProvider" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//IBuildUnitContainer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragmentHosts" upperBound="-1" eType="#//FragmentHost" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="platformFilter"> <eGenericType eClassifier="#//IMatchExpression"> <eTypeArguments eClassifier="#//IInstallableUnit"/> </eGenericType> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IBuilder" abstract="true" interface="true" eSuperTypes="#//IProvidedCapabilityContainer ../../org.eclipse.b3.backend/model/B3Backend.ecore#//IFunction"> <eStructuralFeatures xsi:type="ecore:EReference" name="postcondExpr" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="precondExpr" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="input" eType="#//BuilderInput" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="output" eType="#//PathGroup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultProperties" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BPropertySet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postinputcondExpr" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unitType"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaClass"> <eTypeArguments> <eUpperBound eClassifier="#//BuildUnit"/> </eTypeArguments> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="explicitUnitType" eType="#//UnitParameterDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//PathGroup" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="VersionRange" instanceClassName="org.eclipse.equinox.p2.metadata.VersionRange"/> <eClassifiers xsi:type="ecore:EDataType" name="Version" instanceClassName="org.eclipse.equinox.p2.metadata.Version"/> <eClassifiers xsi:type="ecore:EClass" name="VersionedCapability" eSuperTypes="#//Capability"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="#//Version"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuilderInput"/> <eClassifiers xsi:type="ecore:EClass" name="PathGroup"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BPropertySet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pathVectors" upperBound="-1" eType="#//ConditionalPathVector" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuilderInputDecorator" abstract="true" eSuperTypes="#//BuilderInput"> <eStructuralFeatures xsi:type="ecore:EReference" name="builderInput" upperBound="-1" eType="#//BuilderInput" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuilderCall" abstract="true" eSuperTypes="#//BuilderInput"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BParameterList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="builderName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Capability" eSuperTypes="../../org.eclipse.b3.backend/model/B3Backend.ecore#//INamedValue"> <eOperations name="satisfies" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="requirement" eType="#//RequiredCapability"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameSpace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condExpr" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequiredCapability" eSuperTypes="#//Capability"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="versionRange" eType="#//VersionRange"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="greedy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalPathVector"> <eStructuralFeatures xsi:type="ecore:EReference" name="condExpr" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pathVectors" upperBound="-1" eType="#//PathVector" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PathVector"> <eOperations name="resolve" eType="#//PathVector"> <eParameters name="baseUri" eType="ecore:EDataType ../../org.eclipse.b3.backend/model/B3Backend.ecore#//URI"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paths" upperBound="-1" eType="ecore:EDataType ../../org.eclipse.b3.backend/model/B3Backend.ecore#//URI"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="basePath" eType="ecore:EDataType ../../org.eclipse.b3.backend/model/B3Backend.ecore#//URI"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Synchronization"> <eStructuralFeatures xsi:type="ecore:EReference" name="builderQueries" upperBound="-1" eType="#//BuilderQuery" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnitProvider" abstract="true" eSuperTypes="../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExpression"> <eOperations name="resolve" eType="#//BuildUnit" eExceptions="ecore:EDataType ../../org.eclipse.b3.backend/model/B3Backend.ecore#//Throwable"> <eParameters name="ctx" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExecutionContext"/> <eParameters name="requiredCapability" eType="#//RequiredCapability"/> </eOperations> <eOperations name="resolve" eType="#//BuildUnit" eExceptions="ecore:EDataType ../../org.eclipse.b3.backend/model/B3Backend.ecore#//Throwable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Resolves an EffectiveRequireent (i.e. a combination of requirement and context) and returns a BuilUnit that matches the requirement, or null if no such unit can be found.&#xA;This method is the same as calling resolve(effective.getContext(), effective.getRequirement().&#xA;"/> </eAnnotations> <eParameters name="effectiveRequirement" eType="#//EffectiveRequirementFacade"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RepositoryUnitProvider" eSuperTypes="#//UnitProvider"> <eStructuralFeatures xsi:type="ecore:EReference" name="repository" eType="#//Repository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="options" upperBound="-1" eType="#//RepoOption" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="buildUnitRepository" eType="#//IBuildUnitRepository"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompoundUnitProvider" abstract="true" eSuperTypes="#//UnitProvider"> <eStructuralFeatures xsi:type="ecore:EReference" name="providers" upperBound="-1" eType="#//UnitProvider" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FirstFoundUnitProvider" eSuperTypes="#//CompoundUnitProvider"/> <eClassifiers xsi:type="ecore:EClass" name="BestFoundUnitProvider" eSuperTypes="#//CompoundUnitProvider"/> <eClassifiers xsi:type="ecore:EClass" name="ContainerConfiguration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" 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="agentType" lowerBound="1" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//IType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextBlock" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuildConcernContext" eSuperTypes="../../org.eclipse.b3.backend/model/B3Backend.ecore#//BConcernContext #//IProvidedCapabilityContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultPropertiesRemovals" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultPropertiesAdditions" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BPropertySet" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequiresPredicate" eSuperTypes="../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExpression"> <eOperations name="matches" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="candidate" eType="#//RequiredCapability"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilityPredicate" lowerBound="1" eType="#//CapabilityPredicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="meta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CapabilityPredicate" eSuperTypes="../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExpression"> <eOperations name="matches" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="candidate" eType="#//Capability"/> </eOperations> <eOperations name="matches" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="candidate" eType="#//VersionedCapability"/> </eOperations> <eOperations name="matches" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="candidate" eType="#//RequiredCapability"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="versionRange" eType="#//VersionRange"/> <eStructuralFeatures xsi:type="ecore:EReference" name="namePredicate" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BNamePredicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nameSpacePredicate" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BNamePredicate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImplementsPredicate" eSuperTypes="../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//IType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProvidesPredicate" eSuperTypes="../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExpression"> <eOperations name="matches" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="candidate" eType="#//Capability"/> </eOperations> <eOperations name="matches" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="candidate" eType="#//VersionedCapability"/> </eOperations> <eOperations name="removeMatching" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Removes matching prerequisites and returns true if something was removed."/> </eAnnotations> <eParameters name="input"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="#//Capability"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilityPredicate" eType="#//CapabilityPredicate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameSpacePredicate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameSpace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnitNamePredicate" eSuperTypes="#//CapabilityPredicate"/> <eClassifiers xsi:type="ecore:EClass" name="BuilderNamePredicate" eSuperTypes="../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="namePredicate" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BNamePredicate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputPredicate" eSuperTypes="../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilityPredicate" eType="#//CapabilityPredicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="builderPredicate" lowerBound="1" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BNamePredicate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnitConcernContext" eSuperTypes="#//BuildConcernContext #//IRequiredCapabilityContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="builderContexts" upperBound="-1" eType="#//BuilderConcernContext" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="query" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiresRemovals" upperBound="-1" eType="#//RequiresPredicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providesRemovals" upperBound="-1" eType="#//ProvidesPredicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceLocation" eType="ecore:EDataType ../../org.eclipse.b3.backend/model/B3Backend.ecore#//URI"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputLocation" eType="ecore:EDataType ../../org.eclipse.b3.backend/model/B3Backend.ecore#//URI"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredPredicatesRemovals" upperBound="-1" eType="#//CapabilityPredicate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuilderConcernContext" eSuperTypes="#//BuildConcernContext"> <eStructuralFeatures xsi:type="ecore:EReference" name="query" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputAdditions" upperBound="-1" eType="#//BuilderInput" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputRemovals" upperBound="-1" eType="#//InputPredicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputAdditions" upperBound="-1" eType="#//ConditionalPathVector" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputRemovals" upperBound="-1" eType="#//OutputPredicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="funcExpr" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varArgs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BParameterPredicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="matchParameters" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="removePreCondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="removePostCondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="removePostInputCondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="precondExpr" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postcondExpr" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postinputcondExpr" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providesRemovals" upperBound="-1" eType="#//ProvidesPredicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputAnnotationsRemovals" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputAnnotationAdditions" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BPropertySet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceRemovals" upperBound="-1" eType="#//SourcePredicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceAdditions" upperBound="-1" eType="#//ConditionalPathVector" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceAnnotationsRemovals" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceAnnotationAdditions" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BPropertySet" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PathGroupPredicate" eSuperTypes="../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExpression"> <eOperations name="removeMatching" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Removes matching prerequisites and returns true if something was removed."/> </eAnnotations> <eParameters name="input" eType="#//PathGroup"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="pathVector" eType="#//PathVector" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pathPattern" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AliasedRequiredCapability" eSuperTypes="#//RequiredCapability"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IRequiredCapabilityContainer" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredCapabilities" upperBound="-1" eType="#//RequiredCapability" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredPredicates" upperBound="-1" eType="#//CapabilityPredicate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IProvidedCapabilityContainer" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="providedCapabilities" upperBound="-1" eType="#//Capability" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuilderQuery"> <eStructuralFeatures xsi:type="ecore:EReference" name="builderQueries" lowerBound="1" upperBound="-1" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unitQuery" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Builder" eSuperTypes="../../org.eclipse.b3.backend/model/B3Backend.ecore#//B3Function #//IBuilder"/> <eClassifiers xsi:type="ecore:EClass" name="BuilderJava" eSuperTypes="../../org.eclipse.b3.backend/model/B3Backend.ecore#//BJavaFunction #//IBuilder"/> <eClassifiers xsi:type="ecore:EClass" name="BuilderWrapper" eSuperTypes="../../org.eclipse.b3.backend/model/B3Backend.ecore#//BFunctionWrapper #//IBuilder"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputAdvised" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputAdvised" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unitTypeAdvised" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="providesAdvised" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultPropertiesAdvised" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceAdvised" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BeeModel" eSuperTypes="../../org.eclipse.b3.backend/model/B3Backend.ecore#//BChainedExpression #//IBuildUnitContainer"> <eOperations name="getUnitProvider" eType="#//FirstFoundUnitProvider"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns the first (and only allowed) provider from the reference &quot;providers&quot;."/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//IType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//IFunction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="concerns" upperBound="-1" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BConcern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="propertySets" upperBound="-1" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BPropertySet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="repositories" upperBound="-1" eType="#//Repository" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providers" upperBound="-1" eType="#//FirstFoundUnitProvider" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultProperties" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BPropertySet" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BeeHive"> <eOperations name="getResolvedCapabilityContainer" eType="#//IProvidedCapabilityContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns the {@link IProvidedCapabilityContainer} that was the result of resolving the {@link RequiredCapability} referenced by the&#xD;requiredCapability parameter. The returned capability container is one of {@link BuildUnit} or {@link Builder}. Naturally, to get the actual capability from a builder, the result must first be built.&#xD;"/> </eAnnotations> <eParameters name="requiredCapability" eType="#//RequiredCapability"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="beeModels" upperBound="-1" eType="#//BeeModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//BeeHive"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolutions" transient="true"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="#//RequiredCapability"/> <eTypeArguments eClassifier="#//Capability"/> </eGenericType> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResolutionInfo"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//IStatus"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EffectiveFacade" eSuperTypes="#//IEffectiveFacade"/> <eClassifiers xsi:type="ecore:EClass" name="EffectiveUnitFacade" eSuperTypes="#//EffectiveFacade"> <eStructuralFeatures xsi:type="ecore:EReference" name="unit" eType="#//BuildUnit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providedCapabilities" upperBound="-1" eType="#//EffectiveCapabilityFacade" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredCapabilities" upperBound="-1" eType="#//EffectiveRequirementFacade" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metaRequiredCapabilities" upperBound="-1" eType="#//EffectiveRequirementFacade" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unitRequiredCapabilities" upperBound="-1" eType="#//EffectiveRequirementFacade"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EffectiveRequirementFacade" eSuperTypes="#//EffectiveFacade"> <eStructuralFeatures xsi:type="ecore:EReference" name="requirement" eType="#//RequiredCapability"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EffectiveCapabilityFacade" eSuperTypes="#//EffectiveFacade"> <eStructuralFeatures xsi:type="ecore:EReference" name="providedCapability" eType="#//Capability"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuilderCallFacade"> <eStructuralFeatures xsi:type="ecore:EReference" name="builderReference" eType="#//BuilderCall"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aliases" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredCapability" eType="#//RequiredCapability"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuildSet" eSuperTypes="../../org.eclipse.b3.backend/model/B3Backend.ecore#//ITypedValueContainer"> <eOperations name="merge" eType="#//BuildSet" eExceptions="ecore:EDataType ../../org.eclipse.b3.backend/model/B3Backend.ecore#//B3EngineException"> <eParameters name="buildResult" eType="#//BuildSet"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="pathVectors" upperBound="-1" eType="#//PathVector"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valueMap" eType="ecore:EDataType ../../org.eclipse.b3.backend/model/B3Backend.ecore#//ValueMap"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pathIterator" ordered="false" unique="false" eType="#//PathIterator" changeable="false" volatile="true" transient="true" defaultValueLiteral="" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuildResultContext" eSuperTypes="../../org.eclipse.b3.backend/model/B3Backend.ecore#//BInnerContext"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This specialization of BExecutionContext is used to evaluate properties and default properties against its ValueMap, but in contrast to the regular BExecutionContext, the check for existience of already set properties is limited to this specific context (i.e. no check in parent contexts is performed). &#xA;The intended use is to collect a set of property values that are used in BuildResult (i.e. named values that are not set as regular properties)."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutputPredicate" eSuperTypes="#//PathGroupPredicate"/> <eClassifiers xsi:type="ecore:EClass" name="SourcePredicate" eSuperTypes="#//PathGroupPredicate"/> <eClassifiers xsi:type="ecore:EClass" name="BuildUnitRepository" abstract="true" eSuperTypes="#//IBuildUnitRepository"> <eOperations name="resolve" eType="#//BuildUnit" eExceptions="ecore:EDataType ../../org.eclipse.b3.backend/model/B3Backend.ecore#//Throwable"> <eParameters name="ctx" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExecutionContext"/> <eParameters name="requiredCapability" eType="#//RequiredCapability"/> <eParameters name="options"> <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#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="initialize" eExceptions="ecore:EDataType ../../org.eclipse.b3.backend/model/B3Backend.ecore#//Throwable"> <eParameters name="ctx" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExecutionContext"/> <eParameters name="repository" eType="#//Repository"/> <eParameters name="options"> <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#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompoundBuildUnitRepository" abstract="true" eSuperTypes="#//BuildUnitRepository"> <eStructuralFeatures xsi:type="ecore:EReference" name="repositories" upperBound="-1" eType="#//IBuildUnitRepository"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompoundFirstFoundRepository" eSuperTypes="#//CompoundBuildUnitRepository"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionStackRepository" eSuperTypes="#//BuildUnitRepository"/> <eClassifiers xsi:type="ecore:EClass" name="BeeModelRepository" eSuperTypes="#//BuildUnitRepository"> <eStructuralFeatures xsi:type="ecore:EReference" name="beeModels" upperBound="-1" eType="#//BeeModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IBuildUnitRepository" instanceClassName="org.eclipse.b3.build.repository.IBuildUnitRepository" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EDataType" name="IStatus" instanceClassName="org.eclipse.core.runtime.IStatus"/> <eClassifiers xsi:type="ecore:EClass" name="UnitResolutionInfo" eSuperTypes="#//ResolutionInfo"> <eStructuralFeatures xsi:type="ecore:EReference" name="unit" eType="#//BuildUnit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExecutionContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="PathIterator" instanceClassName="org.eclipse.b3.build.core.iterators.PathIterator"/> <eClassifiers xsi:type="ecore:EClass" name="SwitchUnitProvider" eSuperTypes="#//UnitProvider"> <eStructuralFeatures xsi:type="ecore:EReference" name="repoSwitch" lowerBound="1" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BSwitchExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Repository" eSuperTypes="../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="branches" upperBound="-1" eType="#//Branch" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="handlerType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="options" upperBound="-1" eType="#//RepoOption" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="buildUnitRepository" eType="#//IBuildUnitRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Branch"> <eOperations name="getEffectiveMergeStrategy" eType="#//MergeConflictStrategy"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns the update strategy (explicit, or derived from combination BranchPointDefault, and BranchPointType)."/> </eAnnotations> </eOperations> <eOperations name="getEffectiveCheckout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="getEffectiveAcceptDirty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="getEffectiveUpdate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="getEffectiveReplace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="hasValidState" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="chain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <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#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </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="documentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="branchPointType" lowerBound="1" eType="#//BranchPointType" defaultValueLiteral="Latest"/> <eStructuralFeatures xsi:type="ecore:EReference" name="include" upperBound="-1" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BNamePredicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exclude" upperBound="-1" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BNamePredicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="branchPoint" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mergeStrategy" lowerBound="1" eType="#//MergeConflictStrategy" defaultValueLiteral="Default"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="checkout" eType="#//TriState" defaultValueLiteral="Default"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="acceptDirty" eType="#//TriState" defaultValueLiteral="Default"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="update" eType="#//TriState" defaultValueLiteral="Default"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="replace" eType="#//TriState" defaultValueLiteral="Default"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MergeConflictStrategy"> <eLiterals name="Default"/> <eLiterals name="UseWorkspace" value="1" literal="UseWorkspace"/> <eLiterals name="UseSCM" value="2"/> <eLiterals name="Fail" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BranchPointType"> <eLiterals name="Latest"/> <eLiterals name="Tag" value="1"/> <eLiterals name="Timestamp" value="2"/> <eLiterals name="Revision" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DelegatingUnitProvider" eSuperTypes="#//UnitProvider"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A DelegatingUnitProvider is useful when setting up a structure of providers as it makes it possible to refer to a unit provider contained in a unit as the delegate is a non containment reference."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="delegate" lowerBound="1" eType="#//UnitProvider"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RepoOption"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnitRepositoryDescription" eSuperTypes="#//BuildUnitRepository"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This BuildUnitRepository is an implementation intended to be used with repositories provided by other engines, testing purposes, and for instantiation of unknown repository types. It can be created by b3, but has no resolution capabilities. Instead it just contains the evaluated data from a Repository + RepoOptions configuration."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="repository" eType="#//Repository"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="evaluatedOptions" 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#//EJavaObject"/> </eGenericType> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TriState"> <eLiterals name="Default"/> <eLiterals name="True" value="1"/> <eLiterals name="False" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="B3BuilderJob" instanceClassName="org.eclipse.b3.build.core.B3BuilderJob" serializable="false"/> <eClassifiers xsi:type="ecore:EClass" name="BuildCallOnSelectedRequirements" eSuperTypes="#//BuildCallMultiple"> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredPredicate" eType="#//CapabilityPredicate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuilderInputNameDecorator" eSuperTypes="#//BuilderInputDecorator ../../org.eclipse.b3.backend/model/B3Backend.ecore#//INamedValue"/> <eClassifiers xsi:type="ecore:EClass" name="BuilderInputContextDecorator" eSuperTypes="#//BuilderInputDecorator"> <eStructuralFeatures xsi:type="ecore:EReference" name="withExpr" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BWithExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuilderInputCondition" eSuperTypes="#//BuilderInputDecorator"> <eStructuralFeatures xsi:type="ecore:EReference" name="condExpr" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuildCallMultiple" eSuperTypes="#//BuilderCall"/> <eClassifiers xsi:type="ecore:EClass" name="BuildCallSingle" abstract="true" eSuperTypes="#//BuilderCall"> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredCapability" eType="#//RequiredCapability" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuildCallOnDeclaredRequirement" eSuperTypes="#//BuildCallSingle"> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredCapabilityDeclaration" eType="#//RequiredCapability" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuildCallOnReferencedRequirement" eSuperTypes="#//BuildCallSingle"> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredCapabilityReference" eType="#//RequiredCapability"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuilderInputGroup" eSuperTypes="#//BuilderInputDecorator"/> <eClassifiers xsi:type="ecore:EClass" name="IEffectiveFacade" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="context" eType="ecore:EClass ../../org.eclipse.b3.backend/model/B3Backend.ecore#//BExecutionContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EffectiveBuilderCallFacade" eSuperTypes="#//BuilderCallFacade #//IEffectiveFacade"/> <eClassifiers xsi:type="ecore:EClass" name="IBuildUnitContainer" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="buildUnits" upperBound="-1" eType="#//BuildUnit" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FragmentHost"> <eStructuralFeatures xsi:type="ecore:EReference" name="hostRequirements" upperBound="-1" eType="#//RequiredCapability" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IMatchExpression" instanceClassName="org.eclipse.equinox.p2.metadata.expression.IMatchExpression"> <eTypeParameters name="T"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="IInstallableUnit" instanceClassName="org.eclipse.equinox.p2.metadata.IInstallableUnit"/> <eClassifiers xsi:type="ecore:EClass" name="UnitParameterDeclaration" eSuperTypes="../../org.eclipse.b3.backend/model/B3Backend.ecore#//BParameterDeclaration"> <eOperations name="hasCorrectState" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="chain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <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#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eclipse/b3/org.eclipse.b3.build/model/B3Build.ecore
ecore
build BuildUnit getEffectiveFacade ctx getUnitProvider builders documentation executionMode metaRequiredCapabilities implements concerns defaultProperties synchronizations repositories containers propertySets sourceLocation resource:/ outputLocation providers parent fragmentHosts platformFilter IBuilder postcondExpr precondExpr input output defaultProperties postinputcondExpr unitType explicitUnitType source VersionRange org.eclipse.equinox.p2.metadata.VersionRange org.eclipse.equinox.p2.metadata.VersionRange Version org.eclipse.equinox.p2.metadata.Version org.eclipse.equinox.p2.metadata.Version VersionedCapability version BuilderInput PathGroup annotations pathVectors BuilderInputDecorator builderInput BuilderCall parameters builderName Capability satisfies requirement nameSpace condExpr RequiredCapability versionRange greedy true max 1 min 1 ConditionalPathVector condExpr pathVectors PathVector resolve baseUri paths basePath Synchronization builderQueries UnitProvider resolve ctx requiredCapability resolve effectiveRequirement documentation RepositoryUnitProvider repository options buildUnitRepository CompoundUnitProvider providers FirstFoundUnitProvider BestFoundUnitProvider ContainerConfiguration documentation name agentType contextBlock BuildConcernContext defaultPropertiesRemovals defaultPropertiesAdditions RequiresPredicate matches candidate capabilityPredicate meta CapabilityPredicate matches candidate matches candidate matches candidate versionRange namePredicate nameSpacePredicate ImplementsPredicate type ProvidesPredicate matches candidate matches candidate removeMatching input capabilityPredicate NameSpacePredicate nameSpace UnitNamePredicate BuilderNamePredicate namePredicate InputPredicate capabilityPredicate builderPredicate UnitConcernContext builderContexts query requiresRemovals providesRemovals sourceLocation outputLocation requiredPredicatesRemovals BuilderConcernContext query inputAdditions inputRemovals outputAdditions outputRemovals funcExpr varArgs parameters matchParameters removePreCondition removePostCondition removePostInputCondition precondExpr postcondExpr postinputcondExpr providesRemovals outputAnnotationsRemovals outputAnnotationAdditions sourceRemovals sourceAdditions sourceAnnotationsRemovals sourceAnnotationAdditions PathGroupPredicate removeMatching input pathVector pathPattern AliasedRequiredCapability alias IRequiredCapabilityContainer requiredCapabilities requiredPredicates IProvidedCapabilityContainer providedCapabilities BuilderQuery builderQueries unitQuery Builder BuilderJava BuilderWrapper inputAdvised outputAdvised unitTypeAdvised providesAdvised defaultPropertiesAdvised sourceAdvised BeeModel getUnitProvider imports functions concerns propertySets repositories providers defaultProperties BeeHive getResolvedCapabilityContainer requiredCapability beeModels parent resolutions ResolutionInfo status EffectiveFacade EffectiveUnitFacade unit providedCapabilities requiredCapabilities metaRequiredCapabilities unitRequiredCapabilities EffectiveRequirementFacade requirement EffectiveCapabilityFacade providedCapability BuilderCallFacade builderReference aliases requiredCapability BuildSet merge buildResult pathVectors valueMap pathIterator BuildResultContext OutputPredicate SourcePredicate BuildUnitRepository resolve ctx requiredCapability options initialize ctx repository options CompoundBuildUnitRepository repositories CompoundFirstFoundRepository ExecutionStackRepository BeeModelRepository beeModels IBuildUnitRepository org.eclipse.b3.build.repository.IBuildUnitRepository org.eclipse.b3.build.repository.IBuildUnitRepository IStatus org.eclipse.core.runtime.IStatus org.eclipse.core.runtime.IStatus UnitResolutionInfo unit context PathIterator org.eclipse.b3.build.core.iterators.PathIterator org.eclipse.b3.build.core.iterators.PathIterator SwitchUnitProvider repoSwitch Repository name branches documentation handlerType options buildUnitRepository address Branch getEffectiveMergeStrategy getEffectiveCheckout getEffectiveAcceptDirty getEffectiveUpdate getEffectiveReplace hasValidState chain map name documentation branchPointType Latest include exclude branchPoint mergeStrategy Default checkout Default acceptDirty Default update Default replace Default MergeConflictStrategy Default Default UseWorkspace UseWorkspace UseSCM UseSCM Fail Fail BranchPointType Latest Latest Tag Tag Timestamp Timestamp Revision Revision DelegatingUnitProvider delegate RepoOption name expr UnitRepositoryDescription repository evaluatedOptions TriState Default Default True True False False B3BuilderJob org.eclipse.b3.build.core.B3BuilderJob org.eclipse.b3.build.core.B3BuilderJob BuildCallOnSelectedRequirements requiredPredicate BuilderInputNameDecorator BuilderInputContextDecorator withExpr BuilderInputCondition condExpr BuildCallMultiple BuildCallSingle requiredCapability BuildCallOnDeclaredRequirement requiredCapabilityDeclaration BuildCallOnReferencedRequirement requiredCapabilityReference BuilderInputGroup IEffectiveFacade context EffectiveBuilderCallFacade IBuildUnitContainer buildUnits FragmentHost hostRequirements IMatchExpression org.eclipse.equinox.p2.metadata.expression.IMatchExpression org.eclipse.equinox.p2.metadata.expression.IMatchExpression T IInstallableUnit org.eclipse.equinox.p2.metadata.IInstallableUnit org.eclipse.equinox.p2.metadata.IInstallableUnit UnitParameterDeclaration hasCorrectState chain map
null
{"directed":true,"nodes":[{"nsPrefix":"","nsURI":"http://b3build/1.0","name":"build","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuildUnit","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBuilder","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.VersionRange","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.VersionRange","name":"VersionRange","instanceClass":null,"id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.Version","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.Version","name":"Version","instanceClass":null,"id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionedCapability","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuilderInput","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathGroup","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuilderInputDecorator","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuilderCall","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Capability","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredCapability","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalPathVector","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathVector","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Synchronization","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitProvider","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepositoryUnitProvider","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompoundUnitProvider","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FirstFoundUnitProvider","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BestFoundUnitProvider","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerConfiguration","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuildConcernContext","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiresPredicate","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapabilityPredicate","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplementsPredicate","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidesPredicate","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameSpacePredicate","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitNamePredicate","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuilderNamePredicate","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPredicate","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitConcernContext","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuilderConcernContext","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathGroupPredicate","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AliasedRequiredCapability","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IRequiredCapabilityContainer","instanceClass":null,"abstract":true,"id":34,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IProvidedCapabilityContainer","instanceClass":null,"abstract":true,"id":35,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuilderQuery","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Builder","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuilderJava","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuilderWrapper","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BeeModel","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BeeHive","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolutionInfo","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EffectiveFacade","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EffectiveUnitFacade","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EffectiveRequirementFacade","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EffectiveCapabilityFacade","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuilderCallFacade","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuildSet","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuildResultContext","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPredicate","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourcePredicate","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuildUnitRepository","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompoundBuildUnitRepository","instanceClass":null,"abstract":true,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompoundFirstFoundRepository","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionStackRepository","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BeeModelRepository","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.b3.build.repository.IBuildUnitRepository","defaultValue":null,"instanceClassName":"org.eclipse.b3.build.repository.IBuildUnitRepository","name":"IBuildUnitRepository","instanceClass":null,"abstract":true,"id":57,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.core.runtime.IStatus","defaultValue":null,"instanceClassName":"org.eclipse.core.runtime.IStatus","name":"IStatus","instanceClass":"org.eclipse.core.runtime.IStatus","id":58,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitResolutionInfo","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.b3.build.core.iterators.PathIterator","defaultValue":null,"instanceClassName":"org.eclipse.b3.build.core.iterators.PathIterator","name":"PathIterator","instanceClass":null,"id":60,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchUnitProvider","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repository","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Branch","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MergeConflictStrategy","instanceClass":null,"id":64,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BranchPointType","instanceClass":null,"id":65,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelegatingUnitProvider","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepoOption","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitRepositoryDescription","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TriState","instanceClass":null,"id":69,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.b3.build.core.B3BuilderJob","defaultValue":null,"instanceClassName":"org.eclipse.b3.build.core.B3BuilderJob","name":"B3BuilderJob","instanceClass":null,"id":70,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuildCallOnSelectedRequirements","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuilderInputNameDecorator","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuilderInputContextDecorator","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuilderInputCondition","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuildCallMultiple","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuildCallSingle","instanceClass":null,"abstract":true,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuildCallOnDeclaredRequirement","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuildCallOnReferencedRequirement","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuilderInputGroup","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IEffectiveFacade","instanceClass":null,"abstract":true,"id":80,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EffectiveBuilderCallFacade","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBuildUnitContainer","instanceClass":null,"abstract":true,"id":82,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FragmentHost","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.expression.IMatchExpression","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.expression.IMatchExpression","name":"IMatchExpression","instanceClass":null,"id":84,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.IInstallableUnit","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.IInstallableUnit","name":"IInstallableUnit","instanceClass":null,"id":85,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitParameterDeclaration","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEffectiveFacade","lowerBound":0,"id":87,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getUnitProvider","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":false,"name":"builders","changeable":false,"resolveProxies":true,"lowerBound":0,"id":89,"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":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"executionMode","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metaRequiredCapabilities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concerns","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":"defaultProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"synchronizations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"repositories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containers","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":"propertySets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"resource:/","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"resource:/","unsettable":false,"transient":false,"unique":true,"name":"sourceLocation","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputLocation","changeable":true,"lowerBound":0,"iD":false,"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":"providers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","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":"fragmentHosts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"platformFilter","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ctx","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"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"postcondExpr","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":"precondExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"postinputcondExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"unitType","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":"explicitUnitType","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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"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":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathVectors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"builderInput","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"builderName","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"satisfies","lowerBound":0,"id":171,"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":"nameSpace","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"requirement","lowerBound":0,"id":176,"many":false,"required":false,"eClass":"EParameter"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"versionRange","changeable":true,"lowerBound":0,"iD":false,"id":180,"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":"greedy","changeable":true,"lowerBound":0,"iD":false,"id":181,"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","changeable":true,"lowerBound":0,"iD":false,"id":182,"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","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathVectors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolve","lowerBound":0,"id":193,"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":true,"name":"paths","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":"basePath","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"baseUri","lowerBound":0,"id":197,"many":false,"required":false,"eClass":"EParameter"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"builderQueries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolve","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolve","lowerBound":0,"id":204,"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":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ctx","lowerBound":0,"id":208,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"requiredCapability","lowerBound":0,"id":209,"many":false,"required":false,"eClass":"EParameter"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"effectiveRequirement","lowerBound":0,"id":214,"many":false,"required":false,"eClass":"EParameter"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"repository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"options","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":false,"unsettable":false,"transient":false,"unique":true,"name":"buildUnitRepository","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"providers","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"},{"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":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"agentType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultPropertiesRemovals","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultPropertiesAdditions","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"matches","lowerBound":0,"id":244,"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":"capabilityPredicate","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"meta","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"candidate","lowerBound":0,"id":249,"many":false,"required":false,"eClass":"EParameter"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"matches","lowerBound":0,"id":253,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"matches","lowerBound":0,"id":254,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"matches","lowerBound":0,"id":255,"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":"versionRange","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":"namePredicate","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":"nameSpacePredicate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"candidate","lowerBound":0,"id":261,"many":false,"required":false,"eClass":"EParameter"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"candidate","lowerBound":0,"id":264,"many":false,"required":false,"eClass":"EParameter"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"candidate","lowerBound":0,"id":267,"many":false,"required":false,"eClass":"EParameter"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"matches","lowerBound":0,"id":275,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"matches","lowerBound":0,"id":276,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeMatching","lowerBound":0,"id":277,"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":"capabilityPredicate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"candidate","lowerBound":0,"id":281,"many":false,"required":false,"eClass":"EParameter"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"candidate","lowerBound":0,"id":284,"many":false,"required":false,"eClass":"EParameter"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"input","lowerBound":0,"id":287,"many":false,"required":false,"eClass":"EParameter"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nameSpace","changeable":true,"lowerBound":0,"iD":false,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"namePredicate","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":"capabilityPredicate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"builderPredicate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"builderContexts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiresRemovals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"providesRemovals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceLocation","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":"outputLocation","changeable":true,"lowerBound":0,"iD":false,"id":307,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiredPredicatesRemovals","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"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"resolveProxies":true,"lowerBound":0,"id":318,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputAdditions","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":"inputRemovals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputAdditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputRemovals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"funcExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"varArgs","changeable":true,"lowerBound":0,"iD":false,"id":324,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"matchParameters","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"removePreCondition","changeable":true,"lowerBound":0,"iD":false,"id":327,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"removePostCondition","changeable":true,"lowerBound":0,"iD":false,"id":328,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"removePostInputCondition","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"precondExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"postcondExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"postinputcondExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"providesRemovals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"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":"outputAnnotationsRemovals","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputAnnotationAdditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceRemovals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceAdditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"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":"sourceAnnotationsRemovals","changeable":true,"lowerBound":0,"iD":false,"id":338,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceAnnotationAdditions","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"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeMatching","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":"pathVector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"input","lowerBound":0,"id":368,"many":false,"required":false,"eClass":"EParameter"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiredCapabilities","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":"requiredPredicates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"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":"providedCapabilities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":379,"derived":false},{"id":380,"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":"builderQueries","changeable":true,"resolveProxies":true,"lowerBound":1,"id":381,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unitQuery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"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":"inputAdvised","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":"outputAdvised","changeable":true,"lowerBound":0,"iD":false,"id":390,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unitTypeAdvised","changeable":true,"lowerBound":0,"iD":false,"id":391,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"providesAdvised","changeable":true,"lowerBound":0,"iD":false,"id":392,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultPropertiesAdvised","changeable":true,"lowerBound":0,"iD":false,"id":393,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceAdvised","changeable":true,"lowerBound":0,"iD":false,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getUnitProvider","lowerBound":0,"id":403,"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":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":404,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functions","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"concerns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertySets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":407,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"repositories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":408,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"providers","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":"defaultProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getResolvedCapabilityContainer","lowerBound":0,"id":421,"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":"beeModels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":422,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":423,"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":"resolutions","changeable":true,"lowerBound":0,"iD":false,"id":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"requiredCapability","lowerBound":0,"id":426,"many":false,"required":false,"eClass":"EParameter"},{"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":"status","changeable":true,"lowerBound":0,"iD":false,"id":433,"derived":false},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":436,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"providedCapabilities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":437,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiredCapabilities","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"metaRequiredCapabilities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":439,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unitRequiredCapabilities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requirement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"providedCapability","changeable":true,"resolveProxies":true,"lowerBound":0,"id":450,"derived":false},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"builderReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":453,"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":"aliases","changeable":true,"lowerBound":0,"iD":false,"id":454,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiredCapability","changeable":true,"resolveProxies":true,"lowerBound":0,"id":455,"derived":false},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"merge","lowerBound":0,"id":459,"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":"pathVectors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":460,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valueMap","changeable":true,"lowerBound":0,"iD":false,"id":461,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":false,"name":"pathIterator","changeable":false,"lowerBound":0,"iD":false,"id":462,"derived":true},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"buildResult","lowerBound":0,"id":465,"many":false,"required":false,"eClass":"EParameter"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolve","lowerBound":0,"id":474,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"initialize","lowerBound":0,"id":475,"many":false,"required":false,"eClass":"EOperation"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ctx","lowerBound":0,"id":478,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"requiredCapability","lowerBound":0,"id":479,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"options","lowerBound":0,"id":480,"many":false,"required":false,"eClass":"EParameter"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ctx","lowerBound":0,"id":487,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"repository","lowerBound":0,"id":488,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"options","lowerBound":0,"id":489,"many":false,"required":false,"eClass":"EParameter"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"repositories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":496,"derived":false},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"beeModels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":501,"derived":false},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"resolveProxies":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"repoSwitch","changeable":true,"resolveProxies":true,"lowerBound":1,"id":509,"derived":false},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":512,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"branches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":513,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":514,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"handlerType","changeable":true,"lowerBound":0,"iD":false,"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":"options","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":false,"unsettable":false,"transient":false,"unique":true,"name":"buildUnitRepository","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":"address","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"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEffectiveMergeStrategy","lowerBound":0,"id":527,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEffectiveCheckout","lowerBound":0,"id":528,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEffectiveAcceptDirty","lowerBound":0,"id":529,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEffectiveUpdate","lowerBound":0,"id":530,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEffectiveReplace","lowerBound":0,"id":531,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasValidState","lowerBound":0,"id":532,"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":533,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":534,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Latest","unsettable":false,"transient":false,"unique":true,"name":"branchPointType","changeable":true,"lowerBound":1,"iD":false,"id":535,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"include","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"exclude","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"branchPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":538,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Default","unsettable":false,"transient":false,"unique":true,"name":"mergeStrategy","changeable":true,"lowerBound":1,"iD":false,"id":539,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Default","unsettable":false,"transient":false,"unique":true,"name":"checkout","changeable":true,"lowerBound":0,"iD":false,"id":540,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Default","unsettable":false,"transient":false,"unique":true,"name":"acceptDirty","changeable":true,"lowerBound":0,"iD":false,"id":541,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Default","unsettable":false,"transient":false,"unique":true,"name":"update","changeable":true,"lowerBound":0,"iD":false,"id":542,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Default","unsettable":false,"transient":false,"unique":true,"name":"replace","changeable":true,"lowerBound":0,"iD":false,"id":543,"derived":false},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":0,"id":550,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"map","lowerBound":0,"id":551,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"name":"Default","id":567,"value":0,"literal":"Default","eClass":"EEnumLiteral"},{"name":"UseWorkspace","id":568,"value":1,"literal":"UseWorkspace","eClass":"EEnumLiteral"},{"name":"UseSCM","id":569,"value":2,"literal":"UseSCM","eClass":"EEnumLiteral"},{"name":"Fail","id":570,"value":3,"literal":"Fail","eClass":"EEnumLiteral"},{"name":"Latest","id":571,"value":0,"literal":"Latest","eClass":"EEnumLiteral"},{"name":"Tag","id":572,"value":1,"literal":"Tag","eClass":"EEnumLiteral"},{"name":"Timestamp","id":573,"value":2,"literal":"Timestamp","eClass":"EEnumLiteral"},{"name":"Revision","id":574,"value":3,"literal":"Revision","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":"delegate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":575,"derived":false},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":578,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":579,"derived":false},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"repository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":582,"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":"evaluatedOptions","changeable":true,"lowerBound":0,"iD":false,"id":583,"derived":false},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"name":"Default","id":589,"value":0,"literal":"Default","eClass":"EEnumLiteral"},{"name":"True","id":590,"value":1,"literal":"True","eClass":"EEnumLiteral"},{"name":"False","id":591,"value":2,"literal":"False","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":"requiredPredicate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":592,"derived":false},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"withExpr","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":600,"derived":false},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"requiredCapability","changeable":false,"resolveProxies":true,"lowerBound":0,"id":604,"derived":true},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiredCapabilityDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":607,"derived":false},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiredCapabilityReference","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":614,"derived":false},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"buildUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":618,"derived":false},{"id":619,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hostRequirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":620,"derived":false},{"id":621,"eClass":"EGenericType"},{"name":"T","id":622,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasCorrectState","lowerBound":0,"id":623,"many":false,"required":false,"eClass":"EOperation"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":0,"id":626,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"map","lowerBound":0,"id":627,"many":false,"required":false,"eClass":"EParameter"},{"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":1,"target":0},{"source":1,"target":5},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":87},{"source":1,"target":88},{"source":1,"target":89},{"source":1,"target":90},{"source":1,"target":91},{"source":1,"target":92},{"source":1,"target":93},{"source":1,"target":94},{"source":1,"target":95},{"source":1,"target":96},{"source":1,"target":97},{"source":1,"target":98},{"source":1,"target":99},{"source":1,"target":100},{"source":1,"target":101},{"source":1,"target":102},{"source":1,"target":103},{"source":1,"target":104},{"source":1,"target":105},{"source":1,"target":106},{"source":1,"target":107},{"source":1,"target":108},{"source":1,"target":109},{"source":1,"target":110},{"source":87,"target":44},{"source":87,"target":111},{"source":87,"target":1},{"source":87,"target":112},{"source":87,"target":113},{"source":111,"target":44},{"source":112,"target":114},{"source":112,"target":87},{"source":88,"target":18},{"source":88,"target":115},{"source":88,"target":1},{"source":115,"target":18},{"source":89,"target":2},{"source":89,"target":116},{"source":89,"target":1},{"source":116,"target":2},{"source":90,"target":117},{"source":90,"target":1},{"source":91,"target":118},{"source":91,"target":1},{"source":92,"target":11},{"source":92,"target":119},{"source":92,"target":1},{"source":119,"target":11},{"source":93,"target":120},{"source":93,"target":1},{"source":94,"target":121},{"source":94,"target":1},{"source":95,"target":122},{"source":95,"target":1},{"source":96,"target":14},{"source":96,"target":123},{"source":96,"target":1},{"source":123,"target":14},{"source":97,"target":62},{"source":97,"target":124},{"source":97,"target":1},{"source":124,"target":62},{"source":98,"target":20},{"source":98,"target":125},{"source":98,"target":1},{"source":125,"target":20},{"source":99,"target":126},{"source":99,"target":1},{"source":100,"target":127},{"source":100,"target":1},{"source":101,"target":128},{"source":101,"target":1},{"source":102,"target":18},{"source":102,"target":129},{"source":102,"target":1},{"source":129,"target":18},{"source":103,"target":82},{"source":103,"target":130},{"source":103,"target":1},{"source":130,"target":82},{"source":104,"target":83},{"source":104,"target":131},{"source":104,"target":1},{"source":131,"target":83},{"source":105,"target":84},{"source":105,"target":132},{"source":105,"target":1},{"source":132,"target":133},{"source":132,"target":84},{"source":133,"target":85},{"source":106,"target":5},{"source":108,"target":34},{"source":109,"target":35},{"source":2,"target":0},{"source":2,"target":35},{"source":2,"target":134},{"source":2,"target":135},{"source":2,"target":136},{"source":2,"target":137},{"source":2,"target":138},{"source":2,"target":139},{"source":2,"target":140},{"source":2,"target":141},{"source":2,"target":142},{"source":2,"target":143},{"source":2,"target":144},{"source":134,"target":145},{"source":134,"target":2},{"source":135,"target":146},{"source":135,"target":2},{"source":136,"target":6},{"source":136,"target":147},{"source":136,"target":2},{"source":147,"target":6},{"source":137,"target":7},{"source":137,"target":148},{"source":137,"target":2},{"source":148,"target":7},{"source":138,"target":149},{"source":138,"target":2},{"source":139,"target":150},{"source":139,"target":2},{"source":140,"target":151},{"source":140,"target":2},{"source":151,"target":152},{"source":152,"target":153},{"source":153,"target":1},{"source":141,"target":86},{"source":141,"target":154},{"source":141,"target":2},{"source":154,"target":86},{"source":142,"target":7},{"source":142,"target":155},{"source":142,"target":2},{"source":155,"target":7},{"source":143,"target":35},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":10},{"source":5,"target":156},{"source":5,"target":157},{"source":156,"target":4},{"source":156,"target":158},{"source":156,"target":5},{"source":158,"target":4},{"source":157,"target":10},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":159},{"source":7,"target":160},{"source":159,"target":161},{"source":159,"target":7},{"source":160,"target":12},{"source":160,"target":162},{"source":160,"target":7},{"source":162,"target":12},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":163},{"source":8,"target":164},{"source":163,"target":6},{"source":163,"target":165},{"source":163,"target":8},{"source":165,"target":6},{"source":164,"target":6},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":166},{"source":9,"target":167},{"source":9,"target":168},{"source":166,"target":169},{"source":166,"target":9},{"source":167,"target":170},{"source":167,"target":9},{"source":168,"target":6},{"source":10,"target":0},{"source":10,"target":171},{"source":10,"target":172},{"source":10,"target":173},{"source":10,"target":174},{"source":171,"target":175},{"source":171,"target":10},{"source":171,"target":176},{"source":176,"target":11},{"source":176,"target":177},{"source":176,"target":171},{"source":177,"target":11},{"source":172,"target":178},{"source":172,"target":10},{"source":173,"target":179},{"source":173,"target":10},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":180},{"source":11,"target":181},{"source":11,"target":182},{"source":11,"target":183},{"source":11,"target":184},{"source":180,"target":3},{"source":180,"target":185},{"source":180,"target":11},{"source":185,"target":3},{"source":181,"target":186},{"source":181,"target":11},{"source":182,"target":187},{"source":182,"target":11},{"source":183,"target":188},{"source":183,"target":11},{"source":184,"target":10},{"source":12,"target":0},{"source":12,"target":189},{"source":12,"target":190},{"source":189,"target":191},{"source":189,"target":12},{"source":190,"target":13},{"source":190,"target":192},{"source":190,"target":12},{"source":192,"target":13},{"source":13,"target":0},{"source":13,"target":193},{"source":13,"target":194},{"source":13,"target":195},{"source":193,"target":13},{"source":193,"target":196},{"source":193,"target":13},{"source":193,"target":197},{"source":196,"target":13},{"source":197,"target":198},{"source":197,"target":193},{"source":194,"target":199},{"source":194,"target":13},{"source":195,"target":200},{"source":195,"target":13},{"source":14,"target":0},{"source":14,"target":201},{"source":201,"target":36},{"source":201,"target":202},{"source":201,"target":14},{"source":202,"target":36},{"source":15,"target":0},{"source":15,"target":203},{"source":15,"target":204},{"source":15,"target":205},{"source":15,"target":206},{"source":203,"target":1},{"source":203,"target":207},{"source":203,"target":15},{"source":203,"target":208},{"source":203,"target":209},{"source":203,"target":210},{"source":207,"target":1},{"source":208,"target":211},{"source":208,"target":203},{"source":209,"target":11},{"source":209,"target":212},{"source":209,"target":203},{"source":212,"target":11},{"source":204,"target":1},{"source":204,"target":213},{"source":204,"target":15},{"source":204,"target":214},{"source":204,"target":215},{"source":213,"target":1},{"source":214,"target":45},{"source":214,"target":216},{"source":214,"target":204},{"source":216,"target":45},{"source":205,"target":217},{"source":205,"target":15},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":218},{"source":16,"target":219},{"source":16,"target":220},{"source":16,"target":221},{"source":218,"target":62},{"source":218,"target":222},{"source":218,"target":16},{"source":222,"target":62},{"source":219,"target":67},{"source":219,"target":223},{"source":219,"target":16},{"source":223,"target":67},{"source":220,"target":57},{"source":220,"target":224},{"source":220,"target":16},{"source":224,"target":57},{"source":221,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":225},{"source":17,"target":226},{"source":225,"target":15},{"source":225,"target":227},{"source":225,"target":17},{"source":227,"target":15},{"source":226,"target":15},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":228},{"source":228,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":229},{"source":229,"target":17},{"source":20,"target":0},{"source":20,"target":230},{"source":20,"target":231},{"source":20,"target":232},{"source":20,"target":233},{"source":230,"target":234},{"source":230,"target":20},{"source":231,"target":235},{"source":231,"target":20},{"source":232,"target":236},{"source":232,"target":20},{"source":233,"target":237},{"source":233,"target":20},{"source":21,"target":0},{"source":21,"target":35},{"source":21,"target":238},{"source":21,"target":239},{"source":21,"target":240},{"source":21,"target":241},{"source":238,"target":242},{"source":238,"target":21},{"source":239,"target":243},{"source":239,"target":21},{"source":241,"target":35},{"source":22,"target":0},{"source":22,"target":244},{"source":22,"target":245},{"source":22,"target":246},{"source":22,"target":247},{"source":244,"target":248},{"source":244,"target":22},{"source":244,"target":249},{"source":249,"target":11},{"source":249,"target":250},{"source":249,"target":244},{"source":250,"target":11},{"source":245,"target":23},{"source":245,"target":251},{"source":245,"target":22},{"source":251,"target":23},{"source":246,"target":252},{"source":246,"target":22},{"source":23,"target":0},{"source":23,"target":253},{"source":23,"target":254},{"source":23,"target":255},{"source":23,"target":256},{"source":23,"target":257},{"source":23,"target":258},{"source":23,"target":259},{"source":253,"target":260},{"source":253,"target":23},{"source":253,"target":261},{"source":261,"target":10},{"source":261,"target":262},{"source":261,"target":253},{"source":262,"target":10},{"source":254,"target":263},{"source":254,"target":23},{"source":254,"target":264},{"source":264,"target":5},{"source":264,"target":265},{"source":264,"target":254},{"source":265,"target":5},{"source":255,"target":266},{"source":255,"target":23},{"source":255,"target":267},{"source":267,"target":11},{"source":267,"target":268},{"source":267,"target":255},{"source":268,"target":11},{"source":256,"target":3},{"source":256,"target":269},{"source":256,"target":23},{"source":269,"target":3},{"source":257,"target":270},{"source":257,"target":23},{"source":258,"target":271},{"source":258,"target":23},{"source":24,"target":0},{"source":24,"target":272},{"source":24,"target":273},{"source":272,"target":274},{"source":272,"target":24},{"source":25,"target":0},{"source":25,"target":275},{"source":25,"target":276},{"source":25,"target":277},{"source":25,"target":278},{"source":25,"target":279},{"source":275,"target":280},{"source":275,"target":25},{"source":275,"target":281},{"source":281,"target":10},{"source":281,"target":282},{"source":281,"target":275},{"source":282,"target":10},{"source":276,"target":283},{"source":276,"target":25},{"source":276,"target":284},{"source":284,"target":5},{"source":284,"target":285},{"source":284,"target":276},{"source":285,"target":5},{"source":277,"target":286},{"source":277,"target":25},{"source":277,"target":287},{"source":287,"target":288},{"source":287,"target":277},{"source":288,"target":289},{"source":289,"target":10},{"source":278,"target":23},{"source":278,"target":290},{"source":278,"target":25},{"source":290,"target":23},{"source":26,"target":0},{"source":26,"target":291},{"source":291,"target":292},{"source":291,"target":26},{"source":27,"target":0},{"source":27,"target":23},{"source":27,"target":293},{"source":293,"target":23},{"source":28,"target":0},{"source":28,"target":294},{"source":28,"target":295},{"source":294,"target":296},{"source":294,"target":28},{"source":29,"target":0},{"source":29,"target":297},{"source":29,"target":298},{"source":29,"target":299},{"source":297,"target":23},{"source":297,"target":300},{"source":297,"target":29},{"source":300,"target":23},{"source":298,"target":301},{"source":298,"target":29},{"source":30,"target":0},{"source":30,"target":21},{"source":30,"target":34},{"source":30,"target":302},{"source":30,"target":303},{"source":30,"target":304},{"source":30,"target":305},{"source":30,"target":306},{"source":30,"target":307},{"source":30,"target":308},{"source":30,"target":309},{"source":30,"target":310},{"source":302,"target":31},{"source":302,"target":311},{"source":302,"target":30},{"source":311,"target":31},{"source":303,"target":312},{"source":303,"target":30},{"source":304,"target":22},{"source":304,"target":313},{"source":304,"target":30},{"source":313,"target":22},{"source":305,"target":25},{"source":305,"target":314},{"source":305,"target":30},{"source":314,"target":25},{"source":306,"target":315},{"source":306,"target":30},{"source":307,"target":316},{"source":307,"target":30},{"source":308,"target":23},{"source":308,"target":317},{"source":308,"target":30},{"source":317,"target":23},{"source":309,"target":21},{"source":310,"target":34},{"source":31,"target":0},{"source":31,"target":21},{"source":31,"target":318},{"source":31,"target":319},{"source":31,"target":320},{"source":31,"target":321},{"source":31,"target":322},{"source":31,"target":323},{"source":31,"target":324},{"source":31,"target":325},{"source":31,"target":326},{"source":31,"target":327},{"source":31,"target":328},{"source":31,"target":329},{"source":31,"target":330},{"source":31,"target":331},{"source":31,"target":332},{"source":31,"target":333},{"source":31,"target":334},{"source":31,"target":335},{"source":31,"target":336},{"source":31,"target":337},{"source":31,"target":338},{"source":31,"target":339},{"source":31,"target":340},{"source":318,"target":341},{"source":318,"target":31},{"source":319,"target":6},{"source":319,"target":342},{"source":319,"target":31},{"source":342,"target":6},{"source":320,"target":29},{"source":320,"target":343},{"source":320,"target":31},{"source":343,"target":29},{"source":321,"target":12},{"source":321,"target":344},{"source":321,"target":31},{"source":344,"target":12},{"source":322,"target":50},{"source":322,"target":345},{"source":322,"target":31},{"source":345,"target":50},{"source":323,"target":346},{"source":323,"target":31},{"source":324,"target":347},{"source":324,"target":31},{"source":325,"target":348},{"source":325,"target":31},{"source":326,"target":349},{"source":326,"target":31},{"source":327,"target":350},{"source":327,"target":31},{"source":328,"target":351},{"source":328,"target":31},{"source":329,"target":352},{"source":329,"target":31},{"source":330,"target":353},{"source":330,"target":31},{"source":331,"target":354},{"source":331,"target":31},{"source":332,"target":355},{"source":332,"target":31},{"source":333,"target":25},{"source":333,"target":356},{"source":333,"target":31},{"source":356,"target":25},{"source":334,"target":357},{"source":334,"target":31},{"source":335,"target":358},{"source":335,"target":31},{"source":336,"target":51},{"source":336,"target":359},{"source":336,"target":31},{"source":359,"target":51},{"source":337,"target":12},{"source":337,"target":360},{"source":337,"target":31},{"source":360,"target":12},{"source":338,"target":361},{"source":338,"target":31},{"source":339,"target":362},{"source":339,"target":31},{"source":340,"target":21},{"source":32,"target":0},{"source":32,"target":363},{"source":32,"target":364},{"source":32,"target":365},{"source":32,"target":366},{"source":363,"target":367},{"source":363,"target":32},{"source":363,"target":368},{"source":368,"target":7},{"source":368,"target":369},{"source":368,"target":363},{"source":369,"target":7},{"source":364,"target":13},{"source":364,"target":370},{"source":364,"target":32},{"source":370,"target":13},{"source":365,"target":371},{"source":365,"target":32},{"source":33,"target":0},{"source":33,"target":11},{"source":33,"target":372},{"source":33,"target":373},{"source":372,"target":374},{"source":372,"target":33},{"source":373,"target":11},{"source":34,"target":0},{"source":34,"target":375},{"source":34,"target":376},{"source":375,"target":11},{"source":375,"target":377},{"source":375,"target":34},{"source":377,"target":11},{"source":376,"target":23},{"source":376,"target":378},{"source":376,"target":34},{"source":378,"target":23},{"source":35,"target":0},{"source":35,"target":379},{"source":379,"target":10},{"source":379,"target":380},{"source":379,"target":35},{"source":380,"target":10},{"source":36,"target":0},{"source":36,"target":381},{"source":36,"target":382},{"source":381,"target":383},{"source":381,"target":36},{"source":382,"target":384},{"source":382,"target":36},{"source":37,"target":0},{"source":37,"target":2},{"source":37,"target":385},{"source":37,"target":386},{"source":386,"target":2},{"source":38,"target":0},{"source":38,"target":2},{"source":38,"target":387},{"source":38,"target":388},{"source":388,"target":2},{"source":39,"target":0},{"source":39,"target":2},{"source":39,"target":389},{"source":39,"target":390},{"source":39,"target":391},{"source":39,"target":392},{"source":39,"target":393},{"source":39,"target":394},{"source":39,"target":395},{"source":39,"target":396},{"source":389,"target":397},{"source":389,"target":39},{"source":390,"target":398},{"source":390,"target":39},{"source":391,"target":399},{"source":391,"target":39},{"source":392,"target":400},{"source":392,"target":39},{"source":393,"target":401},{"source":393,"target":39},{"source":394,"target":402},{"source":394,"target":39},{"source":396,"target":2},{"source":40,"target":0},{"source":40,"target":82},{"source":40,"target":403},{"source":40,"target":404},{"source":40,"target":405},{"source":40,"target":406},{"source":40,"target":407},{"source":40,"target":408},{"source":40,"target":409},{"source":40,"target":410},{"source":40,"target":411},{"source":40,"target":412},{"source":403,"target":18},{"source":403,"target":413},{"source":403,"target":40},{"source":413,"target":18},{"source":404,"target":414},{"source":404,"target":40},{"source":405,"target":415},{"source":405,"target":40},{"source":406,"target":416},{"source":406,"target":40},{"source":407,"target":417},{"source":407,"target":40},{"source":408,"target":62},{"source":408,"target":418},{"source":408,"target":40},{"source":418,"target":62},{"source":409,"target":18},{"source":409,"target":419},{"source":409,"target":40},{"source":419,"target":18},{"source":410,"target":420},{"source":410,"target":40},{"source":412,"target":82},{"source":41,"target":0},{"source":41,"target":421},{"source":41,"target":422},{"source":41,"target":423},{"source":41,"target":424},{"source":421,"target":35},{"source":421,"target":425},{"source":421,"target":41},{"source":421,"target":426},{"source":425,"target":35},{"source":426,"target":11},{"source":426,"target":427},{"source":426,"target":421},{"source":427,"target":11},{"source":422,"target":40},{"source":422,"target":428},{"source":422,"target":41},{"source":428,"target":40},{"source":423,"target":41},{"source":423,"target":429},{"source":423,"target":41},{"source":429,"target":41},{"source":424,"target":430},{"source":424,"target":41},{"source":430,"target":431},{"source":430,"target":432},{"source":431,"target":11},{"source":432,"target":10},{"source":42,"target":0},{"source":42,"target":433},{"source":433,"target":58},{"source":433,"target":434},{"source":433,"target":42},{"source":434,"target":58},{"source":43,"target":0},{"source":43,"target":80},{"source":43,"target":435},{"source":435,"target":80},{"source":44,"target":0},{"source":44,"target":43},{"source":44,"target":436},{"source":44,"target":437},{"source":44,"target":438},{"source":44,"target":439},{"source":44,"target":440},{"source":44,"target":441},{"source":436,"target":1},{"source":436,"target":442},{"source":436,"target":44},{"source":442,"target":1},{"source":437,"target":46},{"source":437,"target":443},{"source":437,"target":44},{"source":443,"target":46},{"source":438,"target":45},{"source":438,"target":444},{"source":438,"target":44},{"source":444,"target":45},{"source":439,"target":45},{"source":439,"target":445},{"source":439,"target":44},{"source":445,"target":45},{"source":440,"target":45},{"source":440,"target":446},{"source":440,"target":44},{"source":446,"target":45},{"source":441,"target":43},{"source":45,"target":0},{"source":45,"target":43},{"source":45,"target":447},{"source":45,"target":448},{"source":447,"target":11},{"source":447,"target":449},{"source":447,"target":45},{"source":449,"target":11},{"source":448,"target":43},{"source":46,"target":0},{"source":46,"target":43},{"source":46,"target":450},{"source":46,"target":451},{"source":450,"target":10},{"source":450,"target":452},{"source":450,"target":46},{"source":452,"target":10},{"source":451,"target":43},{"source":47,"target":0},{"source":47,"target":453},{"source":47,"target":454},{"source":47,"target":455},{"source":453,"target":9},{"source":453,"target":456},{"source":453,"target":47},{"source":456,"target":9},{"source":454,"target":457},{"source":454,"target":47},{"source":455,"target":11},{"source":455,"target":458},{"source":455,"target":47},{"source":458,"target":11},{"source":48,"target":0},{"source":48,"target":459},{"source":48,"target":460},{"source":48,"target":461},{"source":48,"target":462},{"source":48,"target":463},{"source":459,"target":48},{"source":459,"target":464},{"source":459,"target":48},{"source":459,"target":465},{"source":459,"target":466},{"source":464,"target":48},{"source":465,"target":48},{"source":465,"target":467},{"source":465,"target":459},{"source":467,"target":48},{"source":460,"target":13},{"source":460,"target":468},{"source":460,"target":48},{"source":468,"target":13},{"source":461,"target":469},{"source":461,"target":48},{"source":462,"target":60},{"source":462,"target":470},{"source":462,"target":48},{"source":470,"target":60},{"source":49,"target":0},{"source":49,"target":471},{"source":50,"target":0},{"source":50,"target":32},{"source":50,"target":472},{"source":472,"target":32},{"source":51,"target":0},{"source":51,"target":32},{"source":51,"target":473},{"source":473,"target":32},{"source":52,"target":0},{"source":52,"target":57},{"source":52,"target":474},{"source":52,"target":475},{"source":52,"target":476},{"source":474,"target":1},{"source":474,"target":477},{"source":474,"target":52},{"source":474,"target":478},{"source":474,"target":479},{"source":474,"target":480},{"source":474,"target":481},{"source":477,"target":1},{"source":478,"target":482},{"source":478,"target":474},{"source":479,"target":11},{"source":479,"target":483},{"source":479,"target":474},{"source":483,"target":11},{"source":480,"target":484},{"source":480,"target":474},{"source":484,"target":485},{"source":484,"target":486},{"source":475,"target":52},{"source":475,"target":487},{"source":475,"target":488},{"source":475,"target":489},{"source":475,"target":490},{"source":487,"target":491},{"source":487,"target":475},{"source":488,"target":62},{"source":488,"target":492},{"source":488,"target":475},{"source":492,"target":62},{"source":489,"target":493},{"source":489,"target":475},{"source":493,"target":494},{"source":493,"target":495},{"source":476,"target":57},{"source":53,"target":0},{"source":53,"target":52},{"source":53,"target":496},{"source":53,"target":497},{"source":496,"target":57},{"source":496,"target":498},{"source":496,"target":53},{"source":498,"target":57},{"source":497,"target":52},{"source":54,"target":0},{"source":54,"target":53},{"source":54,"target":499},{"source":499,"target":53},{"source":55,"target":0},{"source":55,"target":52},{"source":55,"target":500},{"source":500,"target":52},{"source":56,"target":0},{"source":56,"target":52},{"source":56,"target":501},{"source":56,"target":502},{"source":501,"target":40},{"source":501,"target":503},{"source":501,"target":56},{"source":503,"target":40},{"source":502,"target":52},{"source":57,"target":0},{"source":58,"target":0},{"source":59,"target":0},{"source":59,"target":42},{"source":59,"target":504},{"source":59,"target":505},{"source":59,"target":506},{"source":504,"target":1},{"source":504,"target":507},{"source":504,"target":59},{"source":507,"target":1},{"source":505,"target":508},{"source":505,"target":59},{"source":506,"target":42},{"source":60,"target":0},{"source":61,"target":0},{"source":61,"target":15},{"source":61,"target":509},{"source":61,"target":510},{"source":509,"target":511},{"source":509,"target":61},{"source":510,"target":15},{"source":62,"target":0},{"source":62,"target":512},{"source":62,"target":513},{"source":62,"target":514},{"source":62,"target":515},{"source":62,"target":516},{"source":62,"target":517},{"source":62,"target":518},{"source":62,"target":519},{"source":512,"target":520},{"source":512,"target":62},{"source":513,"target":63},{"source":513,"target":521},{"source":513,"target":62},{"source":521,"target":63},{"source":514,"target":522},{"source":514,"target":62},{"source":515,"target":523},{"source":515,"target":62},{"source":516,"target":67},{"source":516,"target":524},{"source":516,"target":62},{"source":524,"target":67},{"source":517,"target":57},{"source":517,"target":525},{"source":517,"target":62},{"source":525,"target":57},{"source":518,"target":526},{"source":518,"target":62},{"source":63,"target":0},{"source":63,"target":527},{"source":63,"target":528},{"source":63,"target":529},{"source":63,"target":530},{"source":63,"target":531},{"source":63,"target":532},{"source":63,"target":533},{"source":63,"target":534},{"source":63,"target":535},{"source":63,"target":536},{"source":63,"target":537},{"source":63,"target":538},{"source":63,"target":539},{"source":63,"target":540},{"source":63,"target":541},{"source":63,"target":542},{"source":63,"target":543},{"source":527,"target":64},{"source":527,"target":544},{"source":527,"target":63},{"source":544,"target":64},{"source":528,"target":545},{"source":528,"target":63},{"source":529,"target":546},{"source":529,"target":63},{"source":530,"target":547},{"source":530,"target":63},{"source":531,"target":548},{"source":531,"target":63},{"source":532,"target":549},{"source":532,"target":63},{"source":532,"target":550},{"source":532,"target":551},{"source":550,"target":552},{"source":550,"target":532},{"source":551,"target":553},{"source":551,"target":532},{"source":553,"target":554},{"source":553,"target":555},{"source":533,"target":556},{"source":533,"target":63},{"source":534,"target":557},{"source":534,"target":63},{"source":535,"target":65},{"source":535,"target":558},{"source":535,"target":63},{"source":558,"target":65},{"source":536,"target":559},{"source":536,"target":63},{"source":537,"target":560},{"source":537,"target":63},{"source":538,"target":561},{"source":538,"target":63},{"source":539,"target":64},{"source":539,"target":562},{"source":539,"target":63},{"source":562,"target":64},{"source":540,"target":69},{"source":540,"target":563},{"source":540,"target":63},{"source":563,"target":69},{"source":541,"target":69},{"source":541,"target":564},{"source":541,"target":63},{"source":564,"target":69},{"source":542,"target":69},{"source":542,"target":565},{"source":542,"target":63},{"source":565,"target":69},{"source":543,"target":69},{"source":543,"target":566},{"source":543,"target":63},{"source":566,"target":69},{"source":64,"target":0},{"source":64,"target":567},{"source":64,"target":568},{"source":64,"target":569},{"source":64,"target":570},{"source":567,"target":64},{"source":568,"target":64},{"source":569,"target":64},{"source":570,"target":64},{"source":65,"target":0},{"source":65,"target":571},{"source":65,"target":572},{"source":65,"target":573},{"source":65,"target":574},{"source":571,"target":65},{"source":572,"target":65},{"source":573,"target":65},{"source":574,"target":65},{"source":66,"target":0},{"source":66,"target":15},{"source":66,"target":575},{"source":66,"target":576},{"source":575,"target":15},{"source":575,"target":577},{"source":575,"target":66},{"source":577,"target":15},{"source":576,"target":15},{"source":67,"target":0},{"source":67,"target":578},{"source":67,"target":579},{"source":578,"target":580},{"source":578,"target":67},{"source":579,"target":581},{"source":579,"target":67},{"source":68,"target":0},{"source":68,"target":52},{"source":68,"target":582},{"source":68,"target":583},{"source":68,"target":584},{"source":582,"target":62},{"source":582,"target":585},{"source":582,"target":68},{"source":585,"target":62},{"source":583,"target":586},{"source":583,"target":68},{"source":586,"target":587},{"source":586,"target":588},{"source":584,"target":52},{"source":69,"target":0},{"source":69,"target":589},{"source":69,"target":590},{"source":69,"target":591},{"source":589,"target":69},{"source":590,"target":69},{"source":591,"target":69},{"source":70,"target":0},{"source":71,"target":0},{"source":71,"target":75},{"source":71,"target":592},{"source":71,"target":593},{"source":592,"target":23},{"source":592,"target":594},{"source":592,"target":71},{"source":594,"target":23},{"source":593,"target":75},{"source":72,"target":0},{"source":72,"target":8},{"source":72,"target":595},{"source":72,"target":596},{"source":595,"target":8},{"source":73,"target":0},{"source":73,"target":8},{"source":73,"target":597},{"source":73,"target":598},{"source":597,"target":599},{"source":597,"target":73},{"source":598,"target":8},{"source":74,"target":0},{"source":74,"target":8},{"source":74,"target":600},{"source":74,"target":601},{"source":600,"target":602},{"source":600,"target":74},{"source":601,"target":8},{"source":75,"target":0},{"source":75,"target":9},{"source":75,"target":603},{"source":603,"target":9},{"source":76,"target":0},{"source":76,"target":9},{"source":76,"target":604},{"source":76,"target":605},{"source":604,"target":11},{"source":604,"target":606},{"source":604,"target":76},{"source":606,"target":11},{"source":605,"target":9},{"source":77,"target":0},{"source":77,"target":76},{"source":77,"target":607},{"source":77,"target":608},{"source":607,"target":11},{"source":607,"target":609},{"source":607,"target":77},{"source":609,"target":11},{"source":608,"target":76},{"source":78,"target":0},{"source":78,"target":76},{"source":78,"target":610},{"source":78,"target":611},{"source":610,"target":11},{"source":610,"target":612},{"source":610,"target":78},{"source":612,"target":11},{"source":611,"target":76},{"source":79,"target":0},{"source":79,"target":8},{"source":79,"target":613},{"source":613,"target":8},{"source":80,"target":0},{"source":80,"target":614},{"source":614,"target":615},{"source":614,"target":80},{"source":81,"target":0},{"source":81,"target":47},{"source":81,"target":80},{"source":81,"target":616},{"source":81,"target":617},{"source":616,"target":47},{"source":617,"target":80},{"source":82,"target":0},{"source":82,"target":618},{"source":618,"target":1},{"source":618,"target":619},{"source":618,"target":82},{"source":619,"target":1},{"source":83,"target":0},{"source":83,"target":620},{"source":620,"target":11},{"source":620,"target":621},{"source":620,"target":83},{"source":621,"target":11},{"source":84,"target":0},{"source":84,"target":622},{"source":85,"target":0},{"source":86,"target":0},{"source":86,"target":623},{"source":86,"target":624},{"source":623,"target":625},{"source":623,"target":86},{"source":623,"target":626},{"source":623,"target":627},{"source":626,"target":628},{"source":626,"target":623},{"source":627,"target":629},{"source":627,"target":623},{"source":629,"target":630},{"source":629,"target":631}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="InteractionDiagramPackage" nsURI="se.studieren.mdd.transformer.InteractionDiagramPackage" nsPrefix="mdd"> <eClassifiers xsi:type="ecore:EClass" name="InteractionDiagramPackage"> <eStructuralFeatures xsi:type="ecore:EReference" name="interaction" upperBound="-1" eType="ecore:EClass InteractionDiagram.ecore#//Interaction" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/elordin/model-transformer/model/01_InteractionDiagram/InteractionDiagramPackage.ecore
ecore
InteractionDiagramPackage InteractionDiagramPackage interaction
null
{"directed":true,"nodes":[{"nsPrefix":"mdd","nsURI":"se.studieren.mdd.transformer.InteractionDiagramPackage","name":"InteractionDiagramPackage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionDiagramPackage","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":"interaction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true}
false
<?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="Kmelia"> <eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" unique="false" eType="#/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsBefore" unique="false" upperBound="-1" eType="#/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsAfter" unique="false" upperBound="-1" eType="#/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="provides" upperBound="-1" eType="#/0/Service"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requires" upperBound="-1" eType="#/0/Service"/> <eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1" eType="#/0/Service" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Service" abstract="true" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRequired" ordered="false" unique="false" lowerBound="1" eType="#/1/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalService" eSuperTypes="#/0/Service"/> <eClassifiers xsi:type="ecore:EClass" name="InternalService" eSuperTypes="#/0/Service"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#/0/Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="returnType" ordered="false" unique="false" eType="#/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" eType="#/0/Body" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" unique="false" lowerBound="1" eType="#/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Body" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="interface" ordered="false" lowerBound="1" eType="#/0/Interface" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="behavior" ordered="false" eType="#/0/Behavior" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#/0/LocatedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialState" ordered="false" lowerBound="1" eType="#/0/State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finalStates" lowerBound="1" upperBound="-1" eType="#/0/State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="states" lowerBound="1" upperBound="-1" eType="#/0/State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" lowerBound="1" upperBound="-1" eType="#/0/Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#/0/State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#/0/State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1" eType="#/0/Action" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true" eSuperTypes="#/0/LocatedElement"/> <eClassifiers xsi:type="ecore:EClass" name="FunctionCall" eSuperTypes="#/0/Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#/0/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Communication" abstract="true" eSuperTypes="#/0/Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="channel" ordered="false" unique="false" lowerBound="1" eType="#/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceCall" eSuperTypes="#/0/Communication"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#/0/LocatedElement"/> <eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="#/0/Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="#/1/String"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes"> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="Double" instanceClassName="double"/> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/FURCAS-dev/FURCAS/DSLEngineering/com.sap.furcas.test/scenarioFixtures/Kmelia.ecore
ecore
Kmelia LocatedElement location commentsBefore commentsAfter Component name provides requires services Service name isRequired ExternalService InternalService parameters returnType body Parameter name type Body interface behavior Interface Behavior initialState finalStates states transitions State name Transition source target actions Action FunctionCall name arguments Communication channel ServiceCall name Expression StringExp value PrimitiveTypes Boolean boolean boolean Integer int int String java.lang.String java.lang.String Double double double
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"Kmelia","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalService","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalService","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":"Body","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":"Behavior","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","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":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCall","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Communication","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceCall","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsBefore","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsAfter","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":21,"serializable":true,"eClass":"EDataType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"provides","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":"requires","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":"services","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"},{"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":34,"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":"isRequired","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"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"},{"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"returnType","changeable":true,"lowerBound":0,"iD":false,"id":42,"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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"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":48,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"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":"behavior","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"},{"container":false,"ordered":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},{"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":"finalStates","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"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":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":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"container":false,"ordered":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":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"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":"channel","changeable":true,"lowerBound":1,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":94,"eClass":"EPackage"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":95,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Double","instanceClass":"double","id":96,"serializable":true,"eClass":"EDataType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":18,"target":21},{"source":18,"target":22},{"source":18,"target":1},{"source":22,"target":21},{"source":19,"target":21},{"source":19,"target":23},{"source":19,"target":1},{"source":23,"target":21},{"source":20,"target":21},{"source":20,"target":24},{"source":20,"target":1},{"source":24,"target":21},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":25,"target":21},{"source":25,"target":30},{"source":25,"target":2},{"source":30,"target":21},{"source":26,"target":3},{"source":26,"target":31},{"source":26,"target":2},{"source":31,"target":3},{"source":27,"target":3},{"source":27,"target":32},{"source":27,"target":2},{"source":32,"target":3},{"source":28,"target":3},{"source":28,"target":33},{"source":28,"target":2},{"source":33,"target":3},{"source":29,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":34,"target":21},{"source":34,"target":37},{"source":34,"target":3},{"source":37,"target":21},{"source":35,"target":38},{"source":35,"target":39},{"source":35,"target":3},{"source":39,"target":38},{"source":36,"target":1},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":40},{"source":40,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":41,"target":6},{"source":41,"target":45},{"source":41,"target":5},{"source":45,"target":6},{"source":42,"target":21},{"source":42,"target":46},{"source":42,"target":5},{"source":46,"target":21},{"source":43,"target":7},{"source":43,"target":47},{"source":43,"target":5},{"source":47,"target":7},{"source":44,"target":3},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":48,"target":21},{"source":48,"target":51},{"source":48,"target":6},{"source":51,"target":21},{"source":49,"target":21},{"source":49,"target":52},{"source":49,"target":6},{"source":52,"target":21},{"source":50,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":53},{"source":7,"target":54},{"source":7,"target":55},{"source":53,"target":8},{"source":53,"target":56},{"source":53,"target":7},{"source":56,"target":8},{"source":54,"target":9},{"source":54,"target":57},{"source":54,"target":7},{"source":57,"target":9},{"source":55,"target":1},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":58},{"source":58,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":59},{"source":9,"target":60},{"source":9,"target":61},{"source":9,"target":62},{"source":9,"target":63},{"source":59,"target":10},{"source":59,"target":64},{"source":59,"target":9},{"source":64,"target":10},{"source":60,"target":10},{"source":60,"target":65},{"source":60,"target":9},{"source":65,"target":10},{"source":61,"target":10},{"source":61,"target":66},{"source":61,"target":9},{"source":66,"target":10},{"source":62,"target":11},{"source":62,"target":67},{"source":62,"target":9},{"source":67,"target":11},{"source":63,"target":1},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":68},{"source":10,"target":69},{"source":68,"target":21},{"source":68,"target":70},{"source":68,"target":10},{"source":70,"target":21},{"source":69,"target":1},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":71},{"source":11,"target":72},{"source":11,"target":73},{"source":11,"target":74},{"source":71,"target":10},{"source":71,"target":75},{"source":71,"target":11},{"source":75,"target":10},{"source":72,"target":10},{"source":72,"target":76},{"source":72,"target":11},{"source":76,"target":10},{"source":73,"target":12},{"source":73,"target":77},{"source":73,"target":11},{"source":77,"target":12},{"source":74,"target":1},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":78},{"source":78,"target":1},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":79},{"source":13,"target":80},{"source":13,"target":81},{"source":79,"target":21},{"source":79,"target":82},{"source":79,"target":13},{"source":82,"target":21},{"source":80,"target":16},{"source":80,"target":83},{"source":80,"target":13},{"source":83,"target":16},{"source":81,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":84},{"source":14,"target":85},{"source":84,"target":21},{"source":84,"target":86},{"source":84,"target":14},{"source":86,"target":21},{"source":85,"target":12},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":87},{"source":15,"target":88},{"source":87,"target":21},{"source":87,"target":89},{"source":87,"target":15},{"source":89,"target":21},{"source":88,"target":14},{"source":16,"target":0},{"source":16,"target":1},{"source":16,"target":90},{"source":90,"target":1},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":91},{"source":17,"target":92},{"source":91,"target":21},{"source":91,"target":93},{"source":91,"target":17},{"source":93,"target":21},{"source":92,"target":16},{"source":94,"target":38},{"source":94,"target":95},{"source":94,"target":21},{"source":94,"target":96},{"source":38,"target":94},{"source":95,"target":94},{"source":21,"target":94},{"source":96,"target":94}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ecore" nsURI="http://www.eclipse.org/emf/2002/Ecore" nsPrefix="ecore"> <eClassifiers xsi:type="ecore:EClass" name="EClass"> <eStructuralFeatures xsi:type="ecore:EReference" name="aReference" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"/> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Obeo/sirius-emf-json-contrib/tests/org.eclipse.sirius.emfjson.tests/src/main/resources/unit/attributes/annotations/TestReferenceAnnotation.ecore
ecore
ecore EClass aReference
null
{"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":"EClass","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":3},{"source":2,"target":1}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="haxe" nsURI="http://haxe.unicen.edu.ar" nsPrefix="org.eclipse.emf.ecore.haxe"> <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:EEnum" name="HaxeTarget"> <eLiterals name="neko"/> <eLiterals name="cpp"/> <eLiterals name="java"/> <eLiterals name="flash"/> <eLiterals name="cs"/> <eLiterals name="js"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeModel"> <eAnnotations/> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="sourceFolderNotEmpty targetFolderNotEmpty mainClassHasMainMethod nameNotEmpty nameNotNull"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="sourceFolderNotEmpty" value="sourceFolder.size() > 0"/> <details key="targetFolderNotEmpty" value="targetFolder.size() > 0"/> <details key="mainClassHasMainMethod" value="not (mainClass.haxeOperations&#xA;&#x9;&#x9;&#x9;->select(x : HaxeOperation | (x.name.matches('main') and x.isStatic and x.formalParameters&#xA;&#x9;&#x9;&#x9;&#x9;->isEmpty()))&#xA;&#x9;&#x9;&#x9;->isEmpty())"/> <details key="nameNotEmpty" value="name.size() > 0"/> <details key="nameNotNull" value="name &lt;> null"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceFolder" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="src"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetFolder" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="out"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="target" lowerBound="1" eType="#//HaxeTarget"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="mainClass" lowerBound="1" eType="#//HaxeClass"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" upperBound="-1" eType="#//HaxePathReferentiable" containment="true"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="referenced" ordered="false" upperBound="-1" eType="#//HaxePathReferentiable" containment="true"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="haxeModules" ordered="false" upperBound="-1" eType="#//HaxeModule" containment="true"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeModelElement" abstract="true"> <eAnnotations/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeASTNode" abstract="true" eSuperTypes="#//HaxeModelElement"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//HaxeComment" containment="true"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeNamedElement" abstract="true" eSuperTypes="#//HaxeASTNode"> <eAnnotations/> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nameNotEmpty"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="nameNotEmpty" value="name.size() > 0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeComment" eSuperTypes="#//HaxeASTNode"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enclosedByParent" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prefixOfParent" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineComment" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeHaxedocComment" eSuperTypes="#//HaxeComment"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="#//HaxeTagElement" containment="true"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeTagElement" eSuperTypes="#//HaxeASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tagName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#//HaxeASTNode" containment="true"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeTextElement" eSuperTypes="#//HaxeASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxePathReferentiable" abstract="true" eSuperTypes="#//HaxeNamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parentReference" eType="#//HaxePackage" eOpposite="#//HaxePackage/childrenReferences"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedIn" ordered="false" upperBound="-1" eType="#//HaxePathReference" changeable="false" volatile="true" eOpposite="#//HaxePathReference/referencedTerminal"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxePathReference" abstract="true" eSuperTypes="#//HaxeModelElement"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedTerminal" eType="#//HaxePathReferentiable" eOpposite="#//HaxePathReferentiable/referencedIn"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeFieldContainer" abstract="true" eSuperTypes="#//HaxeModelElement"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="haxeFields" upperBound="-1" eType="#//HaxeField" containment="true" resolveProxies="false" eOpposite="#//HaxeField/fieldContainer"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeExpression" abstract="true" eSuperTypes="#//HaxeASTNode"> <eAnnotations/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeLoopStatement" abstract="true" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="theBody" lowerBound="1" eType="#//HaxeExpression" containment="true"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//HaxeExpression" containment="true"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeUnaryExpression" abstract="true" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" lowerBound="1" eType="#//HaxeExpression" containment="true"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeBinaryExpression" abstract="true" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftSide" lowerBound="1" eType="#//HaxeExpression" containment="true"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rightSide" lowerBound="1" eType="#//HaxeExpression" containment="true"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeBlock" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eOperations name="isEmpty" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations/> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="statements->isEmpty()"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//HaxeExpression" containment="true"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeConditionalExpression" abstract="true" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//HaxeExpression" containment="true"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="thenStatement" lowerBound="1" eType="#//HaxeExpression" containment="true"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeIfStatement" eSuperTypes="#//HaxeConditionalExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" eType="#//HaxeExpression" containment="true"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeTernaryExpression" eSuperTypes="#//HaxeConditionalExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" lowerBound="1" eType="#//HaxeExpression" containment="true"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeForStatement" eSuperTypes="#//HaxeLoopStatement"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1" eType="#//HaxeSingleVariableDeclaration" containment="true"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeWhileStatement" eSuperTypes="#//HaxeLoopStatement"> <eAnnotations/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeInExpression" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//HaxeSingleVariableDeclaration" containment="true"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//HaxeExpression" containment="true"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeDoWhileStatement" eSuperTypes="#//HaxeLoopStatement"> <eAnnotations/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxePrefixExpression" eSuperTypes="#//HaxeUnaryExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//HaxePrefixOperators"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeInfixExpression" eSuperTypes="#//HaxeBinaryExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedSide" ordered="false" upperBound="-1" eType="#//HaxeExpression" containment="true"> <eAnnotations/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//HaxeInfixOperators"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxePostfixExpression" eSuperTypes="#//HaxeUnaryExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isIncrement" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeReturn" eSuperTypes="#//HaxeExpressionStatement"> <eAnnotations/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeBreak" eSuperTypes="#//HaxeExpression"> <eAnnotations/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeContinue" eSuperTypes="#//HaxeExpression"> <eAnnotations/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeThisExpression" eSuperTypes="#//HaxeExpression"> <eAnnotations/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeEmptyStatement" eSuperTypes="#//HaxeExpression"> <eAnnotations/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeConstant" abstract="true" eSuperTypes="#//HaxeExpression"> <eAnnotations/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeStringLiteral" eSuperTypes="#//HaxeConstant"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeNullLiteral" eSuperTypes="#//HaxeConstant"> <eAnnotations/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeBooleanLiteral" eSuperTypes="#//HaxeConstant"> <eAnnotations/> <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="HaxeNumberLiteral" eSuperTypes="#//HaxeConstant"> <eAnnotations/> <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="HaxeIdentifierLiteral" eSuperTypes="#//HaxeConstant"> <eAnnotations/> <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="HaxeRegexLiteral" eSuperTypes="#//HaxeConstant"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pattern" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="options" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeFieldAccess" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="field" lowerBound="1" eType="#//HaxeSingleVariableAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeParenthizedExpression" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeArrayInitializer" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" ordered="false" lowerBound="1" upperBound="-1" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeArrayCreation" eSuperTypes="#//HaxeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="dimensions" upperBound="-1" eType="#//HaxeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" eType="#//HaxeArrayInitializer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//HaxeTypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeArrayAccess" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="array" lowerBound="1" eType="#//HaxeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" lowerBound="1" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeSwitch" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//HaxeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cases" ordered="false" upperBound="-1" eType="#//HaxeCase" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="default" ordered="false" upperBound="-1" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeCase" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="values" ordered="false" lowerBound="1" upperBound="-1" eType="#//HaxeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeFunctionExpression" eSuperTypes="#//HaxeExpression #//HaxeAbstractFunction"/> <eClassifiers xsi:type="ecore:EClass" name="HaxeCallExpression" eSuperTypes="#//HaxeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//HaxeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeObjectDeclaration" eSuperTypes="#//HaxeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="extendsType" eType="#//HaxeTypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" ordered="false" lowerBound="1" upperBound="-1" eType="#//HaxeFieldDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeFieldDeclaration" eSuperTypes="#//HaxeNamedElement #//HaxeTypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeTryExpression" eSuperTypes="#//HaxeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="theBody" lowerBound="1" eType="#//HaxeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchClauses" upperBound="-1" eType="#//HaxeCatchClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeCatchClause" eSuperTypes="#//HaxeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" lowerBound="1" eType="#//HaxeSingleVariableDeclaration" containment="true" eOpposite="#//HaxeSingleVariableDeclaration/catchClause"/> <eStructuralFeatures xsi:type="ecore:EReference" name="theBody" lowerBound="1" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeThrowExpression" eSuperTypes="#//HaxeExpressionStatement"/> <eClassifiers xsi:type="ecore:EClass" name="HaxeExpressionStatement" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeCastingExpression" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//HaxeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//HaxeTypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeUnsafeCastExpression" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeTypeCheckExpression" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//HaxeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//HaxeTypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeSuperMethodInvocation" eSuperTypes="#//HaxeExpression #//HaxeAbstractMethodInvocation"/> <eClassifiers xsi:type="ecore:EClass" name="HaxeMethodInvocation" eSuperTypes="#//HaxeExpression #//HaxeAbstractMethodInvocation"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeSuperConstructorInvocation" eSuperTypes="#//HaxeMethodInvocation"/> <eClassifiers xsi:type="ecore:EClass" name="HaxeSingleVariableAccess" eSuperTypes="#//HaxeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//HaxeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//HaxeVariableDeclaration" resolveProxies="false" eOpposite="#//HaxeVariableDeclaration/usageInVariableAccess"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxePackageAccess" eSuperTypes="#//HaxeExpression #//HaxePathReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//HaxePackageAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeAssignment" eSuperTypes="#//HaxeBinaryExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//HaxeAssignmentOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeAbstractMethodInvocation" abstract="true" eSuperTypes="#//HaxeASTNode"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1" eType="#//HaxeAbstractOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//HaxeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#//HaxeTypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeVariableDeclaration" abstract="true" eSuperTypes="#//HaxeNamedElement"> <eAnnotations/> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="variableNameRegex"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="variableNameRegex" value="name.matches('[a-zA-Z_][a-zA-Z0-9_]*')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="usageInVariableAccess" ordered="false" upperBound="-1" eType="#//HaxeSingleVariableAccess" changeable="false" volatile="true" transient="true" resolveProxies="false" eOpposite="#//HaxeSingleVariableAccess/variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeVariableDeclarationGroup" eSuperTypes="#//HaxeTypedElement"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="container" lowerBound="1" eType="#//HaxeVariableDeclarationExpression" volatile="true" transient="true" eOpposite="#//HaxeVariableDeclarationExpression/groups"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" eType="#//HaxeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" ordered="false" upperBound="-1" eType="#//HaxeVariableDeclarationFragment" containment="true" eOpposite="#//HaxeVariableDeclarationFragment/variablesContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeVariableDeclarationFragment" eSuperTypes="#//HaxeVariableDeclaration"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="variablesContainer" eType="#//HaxeVariableDeclarationGroup" volatile="true" transient="true" eOpposite="#//HaxeVariableDeclarationGroup/fragments"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeVariableDeclarationExpression" eSuperTypes="#//HaxeExpression"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" ordered="false" lowerBound="1" upperBound="-1" eType="#//HaxeVariableDeclarationGroup" containment="true" eOpposite="#//HaxeVariableDeclarationGroup/container"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeSingleVariableDeclaration" eSuperTypes="#//HaxeVariableDeclaration #//HaxeTypedElement"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOptional" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchClause" eType="#//HaxeCatchClause" eOpposite="#//HaxeCatchClause/exception"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxePackage" eSuperTypes="#//HaxePathReferentiable"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="packageNameRegex"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="packageNameRegex" value="name.matches('[a-z][A-Z0-9a-z_-]*')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="childrenReferences" ordered="false" upperBound="-1" eType="#//HaxePathReferentiable" containment="true" eOpposite="#//HaxePathReferentiable/parentReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childrenPackages" ordered="false" upperBound="-1" eType="#//HaxePackage" changeable="false" volatile="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="childrenReferences&#xA;&#x9;&#x9;&#x9;&#x9;->select(x | x.oclIsKindOf(HaxePackage))&#xA;&#x9;&#x9;&#x9;&#x9;->collect(x | x.oclAsType(HaxePackage))"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="containedTypes" ordered="false" upperBound="-1" eType="#//HaxeType" changeable="false" volatile="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="childrenReferences&#xA;&#x9;&#x9;&#x9;&#x9;->select(x | x.oclIsKindOf(HaxeType))&#xA;&#x9;&#x9;&#x9;&#x9;->collect(x | x.oclAsType(HaxeType))"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeModule" eSuperTypes="#//HaxeNamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="moduleNameRegex"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="moduleNameRegex" value="name.matches('[A-Z][A-Z0-9a-z_-]*')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="commentList" upperBound="-1" eType="#//HaxeComment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" ordered="false" upperBound="-1" eType="#//HaxeDependencyDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thePackage" eType="#//HaxePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="theElements" ordered="false" upperBound="-1" eType="#//HaxeType" eOpposite="#//HaxeType/containerModule"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeType" abstract="true" eSuperTypes="#//HaxePathReferentiable #//HaxeASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="private" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extern" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerModule" eType="#//HaxeModule" eOpposite="#//HaxeModule/theElements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentsAfterDeclaration" upperBound="-1" eType="#//HaxeComment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentsBeforeDeclaration" upperBound="-1" eType="#//HaxeComment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" ordered="false" upperBound="-1" eType="#//HaxeTypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeClassifier" abstract="true" eSuperTypes="#//HaxeType #//HaxeFieldContainer #//HaxeMetadataContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPackage" eType="#//HaxePackage" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="if (containerModule.oclIsUndefined())&#xA;&#x9;&#x9;&#x9;&#x9;then null&#xA;&#x9;&#x9;&#x9;&#x9;else containerModule.thePackage&#xA;&#x9;&#x9;&#x9;&#x9;endif"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="haxeOperations" ordered="false" upperBound="-1" eType="#//HaxeOperation" changeable="false" volatile="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="self.haxeFields&#xA;&#x9;&#x9;&#x9;&#x9;->select(e : HaxeField | e.oclIsTypeOf(HaxeOperation)).oclAsType(HaxeOperation)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="haxeAttribute" ordered="false" upperBound="-1" eType="#//HaxeAttribute" changeable="false" volatile="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="self.haxeFields&#xA;&#x9;&#x9;&#x9;&#x9;->select(e : HaxeField | e.oclIsKindOf(HaxeAttribute)).oclAsType(HaxeAttribute)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="haxeConstructors" ordered="false" upperBound="-1" eType="#//HaxeConstructor" changeable="false" volatile="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="haxeFields&#xA;&#x9;&#x9;&#x9;&#x9;->select(m : HaxeField | m.oclIsTypeOf(HaxeConstructor)).oclAsType(HaxeConstructor)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeTypeParameter" eSuperTypes="#//HaxeType"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="bounds" upperBound="-1" eType="#//HaxeTypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeTypeAccess" abstract="true" eSuperTypes="#//HaxeExpression"/> <eClassifiers xsi:type="ecore:EClass" name="HaxeFunctionTypeAccess" eSuperTypes="#//HaxeTypeAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" lowerBound="1" eType="#//HaxeTypeAccess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="argumentTypes" upperBound="-1" eType="#//HaxeTypeAccess"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeClassifierAccess" eSuperTypes="#//HaxePathReference #//HaxeTypeAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterMapping" upperBound="-1" eType="#//HaxeTypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeTypedElement" abstract="true" eSuperTypes="#//HaxeModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//HaxeTypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeClass" eSuperTypes="#//HaxeClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="classNameRegex interfaceMethods oneOrZeroConstructors externDeclaration"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="classNameRegex" value="name.matches('[A-Z][A-Za-z_-]*')"/> <details key="interfaceMethods" value="(isInterface) implies (haxeConstructors&#xA;&#x9;&#x9;&#x9;->isEmpty() and haxeOperations&#xA;&#x9;&#x9;&#x9;->forAll(x : HaxeOperation | x.theBody.oclIsUndefined()))"/> <details key="oneOrZeroConstructors" value="(not extern) implies haxeConstructors&#xA;&#x9;&#x9;&#x9;->size() &lt; 2"/> <details key="externDeclaration" value="extern implies (haxeOperations&#xA;&#x9;&#x9;&#x9;->forAll(x : HaxeOperation | not x.type&#xA;&#x9;&#x9;&#x9;&#x9;->oclIsUndefined() and x.theBody&#xA;&#x9;&#x9;&#x9;&#x9;->oclIsUndefined()))"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInterface" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="HaxeTypedElement"/> </eAnnotations> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="HaxeAbstract"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" eType="#//HaxeClassifierAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implementation" ordered="false" upperBound="-1" eType="#//HaxeClassifierAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeAbstract" eSuperTypes="#//HaxeClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="abstractNameRegex"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="abstractNameRegex" value="name.matches('[A-Z][A-Za-z_-]*')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="underlyingType" eType="#//HaxeTypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="directCastingFromType" eType="#//HaxeTypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="directCastingToType" eType="#//HaxeTypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeEnum" eSuperTypes="#//HaxeClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="onlyLiterals"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="onlyLiterals" value="self.haxeFields->forAll(x|x.oclIsTypeOf(HaxeEnumConstructor))"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="literals" upperBound="-1" eType="#//HaxeEnumConstructor" changeable="false" volatile="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="self.haxeFields->select(e : HaxeField | e.oclIsTypeOf(HaxeEnumConstructor)).oclAsType(HaxeEnumConstructor)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeTypedef" eSuperTypes="#//HaxeType"> <eStructuralFeatures xsi:type="ecore:EReference" name="refType" lowerBound="1" eType="#//HaxeTypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeField" abstract="true" eSuperTypes="#//HaxeNamedElement #//HaxeMetadataContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="fieldContainer" lowerBound="1" eType="#//HaxeFieldContainer" volatile="true" transient="true" resolveProxies="false" eOpposite="#//HaxeFieldContainer/haxeFields"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isStatic" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="HaxeAttribute"/> <details key="unique" value="false"/> <details key="upper" value="*"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPrivate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeAttribute" eSuperTypes="#//HaxeField #//HaxeSingleVariableDeclaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="coherentGetter coherentSetter"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="coherentGetter" value="(getterProperty = HaxeAttributeProperty::method) implies if (not&#xA;&#x9;&#x9;&#x9;&#x9;self.getter.oclIsUndefined())&#xA;&#x9;&#x9;&#x9;then (getter.name).matches('get_'.concat(name))&#xA;&#x9;&#x9;&#x9;else true&#xA;&#x9;&#x9;&#x9;endif"/> <details key="coherentSetter" value="(setterProperty = HaxeAttributeProperty::method) implies if (not&#xA;&#x9;&#x9;&#x9;&#x9;self.setter.oclIsUndefined())&#xA;&#x9;&#x9;&#x9;then (setter.name).matches('set_'.concat(name))&#xA;&#x9;&#x9;&#x9;else true&#xA;&#x9;&#x9;&#x9;endif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="getter" eType="#//HaxeOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="setter" eType="#//HaxeOperation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="getterProperty" eType="#//HaxeAttributeProperty"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="setterProperty" eType="#//HaxeAttributeProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="HaxeAttributeProperty"> <eLiterals name="default"/> <eLiterals name="method"/> <eLiterals name="null"/> <eLiterals name="dynamic"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeAbstractFunction" abstract="true" eSuperTypes="#//HaxeASTNode"> <eAnnotations/> <eStructuralFeatures xsi:type="ecore:EReference" name="formalParameters" upperBound="-1" eType="#//HaxeSingleVariableDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="#//HaxeTypeParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="theBody" lowerBound="1" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeAbstractOperation" abstract="true" eSuperTypes="#//HaxeAbstractFunction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInline" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="HaxeAbstractFunction"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="overrides" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="HaxeAbstractFunction"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeOperation" eSuperTypes="#//HaxeAbstractOperation #//HaxeField #//HaxeTypedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="macro" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="HaxeConstructor"/> <details key="unique" value="false"/> <details key="upper" value="*"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeConstructor" eSuperTypes="#//HaxeAbstractOperation #//HaxeField"> <eStructuralFeatures xsi:type="ecore:EReference" name="constructedClass" lowerBound="1" eType="#//HaxeClass" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="fieldContainer.oclAsType(HaxeClass)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeEnumConstructor" eSuperTypes="#//HaxeVariableDeclaration #//HaxeField"> <eAnnotations/> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="noInitializer"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="noInitializer" value="initializer->isEmpty()"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//HaxeSingleVariableDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeDependencyDeclaration" abstract="true" eSuperTypes="#//HaxePathReference #//HaxeASTNode"/> <eClassifiers xsi:type="ecore:EClass" name="HaxeImportDeclaration" eSuperTypes="#//HaxeDependencyDeclaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="isAStaticElement"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="isAStaticElement" value="if (self.staticElement&#xA;&#x9;&#x9;&#x9;&#x9;->notEmpty())&#xA;&#x9;&#x9;&#x9;then self.staticElement.isStatic&#xA;&#x9;&#x9;&#x9;else true&#xA;&#x9;&#x9;&#x9;endif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="staticElement" eType="#//HaxeField"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeUsingDeclaration" eSuperTypes="#//HaxeDependencyDeclaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="isAStaticElement"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="isAStaticElement" value="self.staticField.isStatic"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="staticField" lowerBound="1" eType="#//HaxeField"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeMetadata" eSuperTypes="#//HaxeNamedElement #//HaxeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="usedIn" lowerBound="1" eType="#//HaxeMetadataContainer" transient="true" eOpposite="#//HaxeMetadataContainer/metadata"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="compilerMetadata" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//HaxeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HaxeMetadataContainer" abstract="true" eSuperTypes="#//HaxeModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="metadata" ordered="false" upperBound="-1" eType="#//HaxeMetadata" containment="true" eOpposite="#//HaxeMetadata/usedIn"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="HaxePrefixOperators"> <eLiterals name="NOT" value="1" literal="!"/> <eLiterals name="MINUS" value="2" literal="-"/> <eLiterals name="PLUS" value="3" literal="+"/> <eLiterals name="INCREMENT" value="4" literal="++"/> <eLiterals name="DECREMENT" value="5" literal="--"/> <eLiterals name="ONECOMPLEMENT" value="6" literal="~"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="HaxeAssignmentOperator"> <eLiterals name="ASSIGN" value="1" literal="="/> <eLiterals name="PLUS_ASSIGN" value="2" literal="+="/> <eLiterals name="MINUS_ASSIGN" value="3" literal="-="/> <eLiterals name="DIVISION_ASSIGN" value="4" literal="/="/> <eLiterals name="TIMES_ASSIGN" value="5" literal="*="/> <eLiterals name="SHIFT_LEFT_ASSIGN" value="6" literal="&lt;&lt;="/> <eLiterals name="SHIFT_RIGTH_ASSIGN" value="7" literal=">>="/> <eLiterals name="SHIFT_ARITH_ASSIGN" value="8" literal=">>>="/> <eLiterals name="BITWISE_OR_ASSIGN" value="9" literal="|="/> <eLiterals name="BITWISE_AND_ASSIGN" value="10" literal="&amp;="/> <eLiterals name="XOR_ASSIGN" value="11" literal="^="/> <eLiterals name="REMAINDER_ASSIGN" value="12" literal="%="/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="HaxeInfixOperators"> <eLiterals name="PLUS" value="1" literal="+"/> <eLiterals name="TIMES" value="2" literal="*"/> <eLiterals name="MINUS" value="3" literal="-"/> <eLiterals name="DIVISION" value="4" literal="/"/> <eLiterals name="REMAINDER" value="5" literal="%"/> <eLiterals name="SHIFT_RIGTH" value="6" literal=">>"/> <eLiterals name="SHIFT_LEFT" value="7" literal="&lt;&lt;"/> <eLiterals name="SHIFT_ARITH" value="8" literal=">>>"/> <eLiterals name="LESS_THAN" value="9" literal="&lt;"/> <eLiterals name="GREATER_THAN" value="10" literal=">"/> <eLiterals name="LESS_EQUALS" value="11" literal="&lt;="/> <eLiterals name="GREATER_EQUALS" value="12" literal=">="/> <eLiterals name="BITWISE_OR" value="13" literal="|"/> <eLiterals name="BITWISE_AND" value="14" literal="&amp;"/> <eLiterals name="XOR" value="15" literal="^"/> <eLiterals name="EQ" value="16" literal="=="/> <eLiterals name="NEQ" value="17" literal="!="/> <eLiterals name="OR" value="18" literal="||"/> <eLiterals name="AND" value="19" literal="&amp;&amp;"/> <eLiterals name="RANGE" value="20" literal="..."/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/mduthey/Tesis_Duthey_Spina/Proyecto Migracion-UI/IngInversaC-UI/src/atl/metamodels/haxe.ecore
ecore
haxe HaxeTarget neko neko cpp cpp java java flash flash cs cs js js HaxeModel name sourceFolder src targetFolder out target mainClass elements referenced haxeModules HaxeModelElement HaxeASTNode comments HaxeNamedElement name HaxeComment enclosedByParent prefixOfParent content lineComment HaxeHaxedocComment tags HaxeTagElement tagName fragments HaxeTextElement text HaxePathReferentiable parentReference referencedIn HaxePathReference referencedTerminal HaxeFieldContainer haxeFields HaxeExpression HaxeLoopStatement theBody expression HaxeUnaryExpression operand HaxeBinaryExpression leftSide rightSide HaxeBlock isEmpty statements HaxeConditionalExpression expression thenStatement HaxeIfStatement elseStatement HaxeTernaryExpression elseExpression HaxeForStatement parameter HaxeWhileStatement HaxeInExpression variable expression HaxeDoWhileStatement HaxePrefixExpression operator HaxeInfixExpression extendedSide operator HaxePostfixExpression isIncrement HaxeReturn HaxeBreak HaxeContinue HaxeThisExpression HaxeEmptyStatement HaxeConstant HaxeStringLiteral escapedValue HaxeNullLiteral HaxeBooleanLiteral value HaxeNumberLiteral value HaxeIdentifierLiteral value HaxeRegexLiteral pattern options HaxeFieldAccess field expression HaxeParenthizedExpression expression HaxeArrayInitializer expressions HaxeArrayCreation dimensions initializer type HaxeArrayAccess array index HaxeSwitch expression cases default HaxeCase values expression HaxeFunctionExpression HaxeCallExpression expression arguments HaxeObjectDeclaration extendsType fields HaxeFieldDeclaration value HaxeTryExpression theBody catchClauses HaxeCatchClause exception theBody HaxeThrowExpression HaxeExpressionStatement expression HaxeCastingExpression expression type HaxeUnsafeCastExpression expression HaxeTypeCheckExpression expression type HaxeSuperMethodInvocation HaxeMethodInvocation expression HaxeSuperConstructorInvocation HaxeSingleVariableAccess qualifier variable HaxePackageAccess qualifier HaxeAssignment operator HaxeAbstractMethodInvocation method arguments typeArguments HaxeVariableDeclaration usageInVariableAccess initializer HaxeVariableDeclarationGroup container initializer fragments HaxeVariableDeclarationFragment variablesContainer HaxeVariableDeclarationExpression groups HaxeSingleVariableDeclaration isOptional catchClause HaxePackage childrenReferences childrenPackages containedTypes HaxeModule commentList dependencies thePackage theElements HaxeType private extern containerModule commentsAfterDeclaration commentsBeforeDeclaration typeParameters HaxeClassifier containerPackage haxeOperations haxeAttribute haxeConstructors HaxeTypeParameter bounds HaxeTypeAccess HaxeFunctionTypeAccess returnType argumentTypes HaxeClassifierAccess parameterMapping HaxeTypedElement type HaxeClass isInterface generalization implementation HaxeAbstract underlyingType directCastingFromType directCastingToType HaxeEnum literals HaxeTypedef refType HaxeField fieldContainer isStatic isPrivate HaxeAttribute getter setter getterProperty setterProperty HaxeAttributeProperty default default method method null null dynamic dynamic HaxeAbstractFunction formalParameters typeParameters theBody HaxeAbstractOperation isInline overrides HaxeOperation macro HaxeConstructor constructedClass HaxeEnumConstructor parameters HaxeDependencyDeclaration HaxeImportDeclaration staticElement HaxeUsingDeclaration staticField HaxeMetadata usedIn compilerMetadata parameters HaxeMetadataContainer metadata HaxePrefixOperators NOT ! MINUS - PLUS + INCREMENT ++ DECREMENT -- ONECOMPLEMENT ~ HaxeAssignmentOperator ASSIGN = PLUS_ASSIGN += MINUS_ASSIGN -= DIVISION_ASSIGN /= TIMES_ASSIGN *= SHIFT_LEFT_ASSIGN <<= SHIFT_RIGTH_ASSIGN >>= SHIFT_ARITH_ASSIGN >>>= BITWISE_OR_ASSIGN |= BITWISE_AND_ASSIGN &= XOR_ASSIGN ^= REMAINDER_ASSIGN %= HaxeInfixOperators PLUS + TIMES * MINUS - DIVISION / REMAINDER % SHIFT_RIGTH >> SHIFT_LEFT << SHIFT_ARITH >>> LESS_THAN < GREATER_THAN > LESS_EQUALS <= GREATER_EQUALS >= BITWISE_OR | BITWISE_AND & XOR ^ EQ == NEQ != OR || AND && RANGE ...
null
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.emf.ecore.haxe","nsURI":"http://haxe.unicen.edu.ar","name":"haxe","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"HaxeTarget","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeModel","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeModelElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeASTNode","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeNamedElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeComment","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeHaxedocComment","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeTagElement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeTextElement","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxePathReferentiable","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxePathReference","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeFieldContainer","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeExpression","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeLoopStatement","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeUnaryExpression","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeBinaryExpression","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeBlock","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeConditionalExpression","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeIfStatement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeTernaryExpression","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeForStatement","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeWhileStatement","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeInExpression","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeDoWhileStatement","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxePrefixExpression","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeInfixExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxePostfixExpression","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeReturn","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeBreak","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeContinue","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeThisExpression","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeEmptyStatement","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeConstant","instanceClass":null,"abstract":true,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeStringLiteral","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeNullLiteral","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeBooleanLiteral","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeNumberLiteral","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeIdentifierLiteral","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeRegexLiteral","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeFieldAccess","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeParenthizedExpression","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeArrayInitializer","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeArrayCreation","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeArrayAccess","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeSwitch","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeCase","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeFunctionExpression","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeCallExpression","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeObjectDeclaration","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeFieldDeclaration","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeTryExpression","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeCatchClause","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeThrowExpression","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeExpressionStatement","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeCastingExpression","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeUnsafeCastExpression","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeTypeCheckExpression","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeSuperMethodInvocation","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeMethodInvocation","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeSuperConstructorInvocation","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeSingleVariableAccess","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxePackageAccess","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeAssignment","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeAbstractMethodInvocation","instanceClass":null,"abstract":true,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeVariableDeclaration","instanceClass":null,"abstract":true,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeVariableDeclarationGroup","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeVariableDeclarationFragment","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeVariableDeclarationExpression","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeSingleVariableDeclaration","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxePackage","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeModule","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeType","instanceClass":null,"abstract":true,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeClassifier","instanceClass":null,"abstract":true,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeTypeParameter","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeTypeAccess","instanceClass":null,"abstract":true,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeFunctionTypeAccess","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeClassifierAccess","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeTypedElement","instanceClass":null,"abstract":true,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeClass","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeAbstract","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeEnum","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeTypedef","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeField","instanceClass":null,"abstract":true,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeAttribute","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HaxeAttributeProperty","instanceClass":null,"id":85,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeAbstractFunction","instanceClass":null,"abstract":true,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeAbstractOperation","instanceClass":null,"abstract":true,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeOperation","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeConstructor","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeEnumConstructor","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeDependencyDeclaration","instanceClass":null,"abstract":true,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeImportDeclaration","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeUsingDeclaration","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeMetadata","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HaxeMetadataContainer","instanceClass":null,"abstract":true,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HaxePrefixOperators","instanceClass":null,"id":96,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"HaxeAssignmentOperator","instanceClass":null,"id":97,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"HaxeInfixOperators","instanceClass":null,"id":98,"serializable":true,"eClass":"EEnum"},{"name":"neko","id":99,"value":0,"literal":"neko","eClass":"EEnumLiteral"},{"name":"cpp","id":100,"value":0,"literal":"cpp","eClass":"EEnumLiteral"},{"name":"java","id":101,"value":0,"literal":"java","eClass":"EEnumLiteral"},{"name":"flash","id":102,"value":0,"literal":"flash","eClass":"EEnumLiteral"},{"name":"cs","id":103,"value":0,"literal":"cs","eClass":"EEnumLiteral"},{"name":"js","id":104,"value":0,"literal":"js","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":true,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"src","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"src","unsettable":false,"transient":false,"unique":true,"name":"sourceFolder","changeable":true,"lowerBound":1,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"out","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"out","unsettable":false,"transient":false,"unique":true,"name":"targetFolder","changeable":true,"lowerBound":1,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"lowerBound":1,"iD":false,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mainClass","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referenced","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"haxeModules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"enclosedByParent","changeable":true,"lowerBound":1,"iD":false,"id":127,"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":"prefixOfParent","changeable":true,"lowerBound":1,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":1,"iD":false,"id":129,"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":"lineComment","changeable":true,"lowerBound":1,"iD":false,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":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":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tagName","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"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":"parentReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedIn","changeable":false,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childrenReferences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedTerminal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"haxeFields","changeable":true,"resolveProxies":false,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":true,"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":"fieldContainer","changeable":true,"resolveProxies":false,"lowerBound":1,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"theBody","changeable":true,"resolveProxies":true,"lowerBound":1,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"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":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isEmpty","lowerBound":1,"id":174,"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":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":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":179,"derived":false},{"container":false,"ordered":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":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"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":"elseStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":190,"derived":false},{"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":"variable","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":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"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":"extendedSide","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"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":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"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":"isIncrement","changeable":true,"lowerBound":1,"iD":false,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"escapedValue","changeable":true,"lowerBound":1,"iD":false,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"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":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"lowerBound":1,"iD":false,"id":230,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"options","changeable":true,"lowerBound":1,"iD":false,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"field","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":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializer","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"type","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"},{"container":false,"ordered":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":253,"derived":false},{"container":false,"ordered":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":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":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":false,"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":259,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":1,"id":265,"derived":false},{"container":false,"ordered":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"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":272,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendsType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"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":"fields","changeable":true,"resolveProxies":true,"lowerBound":1,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"theBody","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"catchClauses","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},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"theBody","changeable":true,"resolveProxies":true,"lowerBound":1,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"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":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":301,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":309,"derived":false},{"container":false,"ordered":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":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"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":"expression","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"},{"container":false,"ordered":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":321,"derived":false},{"container":false,"ordered":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":false,"lowerBound":1,"id":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"usageInVariableAccess","changeable":false,"resolveProxies":false,"lowerBound":0,"id":326,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":334,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"container":true,"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":"container","changeable":true,"resolveProxies":true,"lowerBound":1,"id":345,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"container":false,"ordered":false,"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":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groups","changeable":true,"resolveProxies":true,"lowerBound":1,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"container":true,"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":"variablesContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isOptional","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"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"childrenPackages","changeable":false,"resolveProxies":true,"lowerBound":0,"id":363,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containedTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":364,"derived":true},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"commentList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"container":false,"ordered":false,"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":370,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thePackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"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":"theElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerModule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"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":"private","changeable":true,"lowerBound":1,"iD":false,"id":379,"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":"extern","changeable":true,"lowerBound":1,"iD":false,"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":"commentsAfterDeclaration","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":"commentsBeforeDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"container":false,"ordered":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":383,"derived":false},{"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"},{"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":"containerPackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":392,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"haxeOperations","changeable":false,"resolveProxies":true,"lowerBound":0,"id":393,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"haxeAttribute","changeable":false,"resolveProxies":true,"lowerBound":0,"id":394,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"haxeConstructors","changeable":false,"resolveProxies":true,"lowerBound":0,"id":395,"derived":true},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bounds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":407,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"argumentTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"id":418,"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":"isInterface","changeable":true,"lowerBound":1,"iD":false,"id":419,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generalization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implementation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"underlyingType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":426,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directCastingFromType","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":"directCastingToType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":false,"resolveProxies":true,"lowerBound":0,"id":433,"derived":true},{"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":"refType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"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":"isStatic","changeable":true,"lowerBound":1,"iD":false,"id":439,"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":"isPrivate","changeable":true,"lowerBound":1,"iD":false,"id":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"getter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"setter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":447,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"getterProperty","changeable":true,"lowerBound":0,"iD":false,"id":448,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"setterProperty","changeable":true,"lowerBound":0,"iD":false,"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"},{"name":"default","id":456,"value":0,"literal":"default","eClass":"EEnumLiteral"},{"name":"method","id":457,"value":0,"literal":"method","eClass":"EEnumLiteral"},{"name":"null","id":458,"value":0,"literal":"null","eClass":"EEnumLiteral"},{"name":"dynamic","id":459,"value":0,"literal":"dynamic","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":"formalParameters","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":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"theBody","changeable":true,"resolveProxies":true,"lowerBound":1,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"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":"isInline","changeable":true,"lowerBound":1,"iD":false,"id":467,"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":"overrides","changeable":true,"lowerBound":1,"iD":false,"id":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"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":"macro","changeable":true,"lowerBound":1,"iD":false,"id":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constructedClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":477,"derived":true},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":487,"derived":false},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticField","changeable":true,"resolveProxies":true,"lowerBound":1,"id":490,"derived":false},{"id":491,"eClass":"EGenericType"},{"id":492,"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":"usedIn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":493,"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":"compilerMetadata","changeable":true,"lowerBound":1,"iD":false,"id":494,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":495,"derived":false},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"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":"metadata","changeable":true,"resolveProxies":true,"lowerBound":0,"id":499,"derived":false},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"name":"NOT","id":504,"value":1,"literal":"!","eClass":"EEnumLiteral"},{"name":"MINUS","id":505,"value":2,"literal":"-","eClass":"EEnumLiteral"},{"name":"PLUS","id":506,"value":3,"literal":"+","eClass":"EEnumLiteral"},{"name":"INCREMENT","id":507,"value":4,"literal":"++","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":508,"value":5,"literal":"--","eClass":"EEnumLiteral"},{"name":"ONECOMPLEMENT","id":509,"value":6,"literal":"~","eClass":"EEnumLiteral"},{"name":"ASSIGN","id":510,"value":1,"literal":"=","eClass":"EEnumLiteral"},{"name":"PLUS_ASSIGN","id":511,"value":2,"literal":"+=","eClass":"EEnumLiteral"},{"name":"MINUS_ASSIGN","id":512,"value":3,"literal":"-=","eClass":"EEnumLiteral"},{"name":"DIVISION_ASSIGN","id":513,"value":4,"literal":"/=","eClass":"EEnumLiteral"},{"name":"TIMES_ASSIGN","id":514,"value":5,"literal":"*=","eClass":"EEnumLiteral"},{"name":"SHIFT_LEFT_ASSIGN","id":515,"value":6,"literal":"<<=","eClass":"EEnumLiteral"},{"name":"SHIFT_RIGTH_ASSIGN","id":516,"value":7,"literal":">>=","eClass":"EEnumLiteral"},{"name":"SHIFT_ARITH_ASSIGN","id":517,"value":8,"literal":">>>=","eClass":"EEnumLiteral"},{"name":"BITWISE_OR_ASSIGN","id":518,"value":9,"literal":"|=","eClass":"EEnumLiteral"},{"name":"BITWISE_AND_ASSIGN","id":519,"value":10,"literal":"&=","eClass":"EEnumLiteral"},{"name":"XOR_ASSIGN","id":520,"value":11,"literal":"^=","eClass":"EEnumLiteral"},{"name":"REMAINDER_ASSIGN","id":521,"value":12,"literal":"%=","eClass":"EEnumLiteral"},{"name":"PLUS","id":522,"value":1,"literal":"+","eClass":"EEnumLiteral"},{"name":"TIMES","id":523,"value":2,"literal":"*","eClass":"EEnumLiteral"},{"name":"MINUS","id":524,"value":3,"literal":"-","eClass":"EEnumLiteral"},{"name":"DIVISION","id":525,"value":4,"literal":"/","eClass":"EEnumLiteral"},{"name":"REMAINDER","id":526,"value":5,"literal":"%","eClass":"EEnumLiteral"},{"name":"SHIFT_RIGTH","id":527,"value":6,"literal":">>","eClass":"EEnumLiteral"},{"name":"SHIFT_LEFT","id":528,"value":7,"literal":"<<","eClass":"EEnumLiteral"},{"name":"SHIFT_ARITH","id":529,"value":8,"literal":">>>","eClass":"EEnumLiteral"},{"name":"LESS_THAN","id":530,"value":9,"literal":"<","eClass":"EEnumLiteral"},{"name":"GREATER_THAN","id":531,"value":10,"literal":">","eClass":"EEnumLiteral"},{"name":"LESS_EQUALS","id":532,"value":11,"literal":"<=","eClass":"EEnumLiteral"},{"name":"GREATER_EQUALS","id":533,"value":12,"literal":">=","eClass":"EEnumLiteral"},{"name":"BITWISE_OR","id":534,"value":13,"literal":"|","eClass":"EEnumLiteral"},{"name":"BITWISE_AND","id":535,"value":14,"literal":"&","eClass":"EEnumLiteral"},{"name":"XOR","id":536,"value":15,"literal":"^","eClass":"EEnumLiteral"},{"name":"EQ","id":537,"value":16,"literal":"==","eClass":"EEnumLiteral"},{"name":"NEQ","id":538,"value":17,"literal":"!=","eClass":"EEnumLiteral"},{"name":"OR","id":539,"value":18,"literal":"||","eClass":"EEnumLiteral"},{"name":"AND","id":540,"value":19,"literal":"&&","eClass":"EEnumLiteral"},{"name":"RANGE","id":541,"value":20,"literal":"...","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":1,"target":0},{"source":1,"target":99},{"source":1,"target":100},{"source":1,"target":101},{"source":1,"target":102},{"source":1,"target":103},{"source":1,"target":104},{"source":99,"target":1},{"source":100,"target":1},{"source":101,"target":1},{"source":102,"target":1},{"source":103,"target":1},{"source":104,"target":1},{"source":2,"target":0},{"source":2,"target":105},{"source":2,"target":106},{"source":2,"target":107},{"source":2,"target":108},{"source":2,"target":109},{"source":2,"target":110},{"source":2,"target":111},{"source":2,"target":112},{"source":105,"target":113},{"source":105,"target":2},{"source":106,"target":114},{"source":106,"target":2},{"source":107,"target":115},{"source":107,"target":2},{"source":108,"target":1},{"source":108,"target":116},{"source":108,"target":2},{"source":116,"target":1},{"source":109,"target":79},{"source":109,"target":117},{"source":109,"target":2},{"source":117,"target":79},{"source":110,"target":10},{"source":110,"target":118},{"source":110,"target":2},{"source":118,"target":10},{"source":111,"target":10},{"source":111,"target":119},{"source":111,"target":2},{"source":119,"target":10},{"source":112,"target":71},{"source":112,"target":120},{"source":112,"target":2},{"source":120,"target":71},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":121},{"source":4,"target":122},{"source":121,"target":6},{"source":121,"target":123},{"source":121,"target":4},{"source":123,"target":6},{"source":122,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":124},{"source":5,"target":125},{"source":124,"target":126},{"source":124,"target":5},{"source":125,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":127},{"source":6,"target":128},{"source":6,"target":129},{"source":6,"target":130},{"source":6,"target":131},{"source":127,"target":132},{"source":127,"target":6},{"source":128,"target":133},{"source":128,"target":6},{"source":129,"target":134},{"source":129,"target":6},{"source":130,"target":135},{"source":130,"target":6},{"source":131,"target":4},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":136},{"source":7,"target":137},{"source":136,"target":8},{"source":136,"target":138},{"source":136,"target":7},{"source":138,"target":8},{"source":137,"target":6},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":139},{"source":8,"target":140},{"source":8,"target":141},{"source":139,"target":142},{"source":139,"target":8},{"source":140,"target":4},{"source":140,"target":143},{"source":140,"target":8},{"source":143,"target":4},{"source":141,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":144},{"source":9,"target":145},{"source":144,"target":146},{"source":144,"target":9},{"source":145,"target":4},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":147},{"source":10,"target":148},{"source":10,"target":149},{"source":147,"target":70},{"source":147,"target":150},{"source":147,"target":10},{"source":147,"target":151},{"source":150,"target":70},{"source":148,"target":11},{"source":148,"target":152},{"source":148,"target":10},{"source":148,"target":153},{"source":152,"target":11},{"source":149,"target":5},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":153},{"source":11,"target":154},{"source":153,"target":10},{"source":153,"target":155},{"source":153,"target":11},{"source":153,"target":148},{"source":155,"target":10},{"source":154,"target":3},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":156},{"source":12,"target":157},{"source":156,"target":83},{"source":156,"target":158},{"source":156,"target":12},{"source":156,"target":159},{"source":158,"target":83},{"source":157,"target":3},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":160},{"source":160,"target":4},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":161},{"source":14,"target":162},{"source":14,"target":163},{"source":161,"target":13},{"source":161,"target":164},{"source":161,"target":14},{"source":164,"target":13},{"source":162,"target":13},{"source":162,"target":165},{"source":162,"target":14},{"source":165,"target":13},{"source":163,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":166},{"source":15,"target":167},{"source":166,"target":13},{"source":166,"target":168},{"source":166,"target":15},{"source":168,"target":13},{"source":167,"target":13},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":169},{"source":16,"target":170},{"source":16,"target":171},{"source":169,"target":13},{"source":169,"target":172},{"source":169,"target":16},{"source":172,"target":13},{"source":170,"target":13},{"source":170,"target":173},{"source":170,"target":16},{"source":173,"target":13},{"source":171,"target":13},{"source":17,"target":0},{"source":17,"target":13},{"source":17,"target":174},{"source":17,"target":175},{"source":17,"target":176},{"source":174,"target":177},{"source":174,"target":17},{"source":175,"target":13},{"source":175,"target":178},{"source":175,"target":17},{"source":178,"target":13},{"source":176,"target":13},{"source":18,"target":0},{"source":18,"target":13},{"source":18,"target":179},{"source":18,"target":180},{"source":18,"target":181},{"source":179,"target":13},{"source":179,"target":182},{"source":179,"target":18},{"source":182,"target":13},{"source":180,"target":13},{"source":180,"target":183},{"source":180,"target":18},{"source":183,"target":13},{"source":181,"target":13},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":184},{"source":19,"target":185},{"source":184,"target":13},{"source":184,"target":186},{"source":184,"target":19},{"source":186,"target":13},{"source":185,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":187},{"source":20,"target":188},{"source":187,"target":13},{"source":187,"target":189},{"source":187,"target":20},{"source":189,"target":13},{"source":188,"target":18},{"source":21,"target":0},{"source":21,"target":14},{"source":21,"target":190},{"source":21,"target":191},{"source":190,"target":69},{"source":190,"target":192},{"source":190,"target":21},{"source":192,"target":69},{"source":191,"target":14},{"source":22,"target":0},{"source":22,"target":14},{"source":22,"target":193},{"source":193,"target":14},{"source":23,"target":0},{"source":23,"target":13},{"source":23,"target":194},{"source":23,"target":195},{"source":23,"target":196},{"source":194,"target":69},{"source":194,"target":197},{"source":194,"target":23},{"source":197,"target":69},{"source":195,"target":13},{"source":195,"target":198},{"source":195,"target":23},{"source":198,"target":13},{"source":196,"target":13},{"source":24,"target":0},{"source":24,"target":14},{"source":24,"target":199},{"source":199,"target":14},{"source":25,"target":0},{"source":25,"target":15},{"source":25,"target":200},{"source":25,"target":201},{"source":200,"target":96},{"source":200,"target":202},{"source":200,"target":25},{"source":202,"target":96},{"source":201,"target":15},{"source":26,"target":0},{"source":26,"target":16},{"source":26,"target":203},{"source":26,"target":204},{"source":26,"target":205},{"source":203,"target":13},{"source":203,"target":206},{"source":203,"target":26},{"source":206,"target":13},{"source":204,"target":98},{"source":204,"target":207},{"source":204,"target":26},{"source":207,"target":98},{"source":205,"target":16},{"source":27,"target":0},{"source":27,"target":15},{"source":27,"target":208},{"source":27,"target":209},{"source":208,"target":210},{"source":208,"target":27},{"source":209,"target":15},{"source":28,"target":0},{"source":28,"target":54},{"source":28,"target":211},{"source":211,"target":54},{"source":29,"target":0},{"source":29,"target":13},{"source":29,"target":212},{"source":212,"target":13},{"source":30,"target":0},{"source":30,"target":13},{"source":30,"target":213},{"source":213,"target":13},{"source":31,"target":0},{"source":31,"target":13},{"source":31,"target":214},{"source":214,"target":13},{"source":32,"target":0},{"source":32,"target":13},{"source":32,"target":215},{"source":215,"target":13},{"source":33,"target":0},{"source":33,"target":13},{"source":33,"target":216},{"source":216,"target":13},{"source":34,"target":0},{"source":34,"target":33},{"source":34,"target":217},{"source":34,"target":218},{"source":217,"target":219},{"source":217,"target":34},{"source":218,"target":33},{"source":35,"target":0},{"source":35,"target":33},{"source":35,"target":220},{"source":220,"target":33},{"source":36,"target":0},{"source":36,"target":33},{"source":36,"target":221},{"source":36,"target":222},{"source":221,"target":223},{"source":221,"target":36},{"source":222,"target":33},{"source":37,"target":0},{"source":37,"target":33},{"source":37,"target":224},{"source":37,"target":225},{"source":224,"target":226},{"source":224,"target":37},{"source":225,"target":33},{"source":38,"target":0},{"source":38,"target":33},{"source":38,"target":227},{"source":38,"target":228},{"source":227,"target":229},{"source":227,"target":38},{"source":228,"target":33},{"source":39,"target":0},{"source":39,"target":33},{"source":39,"target":230},{"source":39,"target":231},{"source":39,"target":232},{"source":230,"target":233},{"source":230,"target":39},{"source":231,"target":234},{"source":231,"target":39},{"source":232,"target":33},{"source":40,"target":0},{"source":40,"target":13},{"source":40,"target":235},{"source":40,"target":236},{"source":40,"target":237},{"source":235,"target":61},{"source":235,"target":238},{"source":235,"target":40},{"source":238,"target":61},{"source":236,"target":13},{"source":236,"target":239},{"source":236,"target":40},{"source":239,"target":13},{"source":237,"target":13},{"source":41,"target":0},{"source":41,"target":13},{"source":41,"target":240},{"source":41,"target":241},{"source":240,"target":13},{"source":240,"target":242},{"source":240,"target":41},{"source":242,"target":13},{"source":241,"target":13},{"source":42,"target":0},{"source":42,"target":13},{"source":42,"target":243},{"source":42,"target":244},{"source":243,"target":13},{"source":243,"target":245},{"source":243,"target":42},{"source":245,"target":13},{"source":244,"target":13},{"source":43,"target":0},{"source":43,"target":13},{"source":43,"target":246},{"source":43,"target":247},{"source":43,"target":248},{"source":43,"target":249},{"source":246,"target":13},{"source":246,"target":250},{"source":246,"target":43},{"source":250,"target":13},{"source":247,"target":42},{"source":247,"target":251},{"source":247,"target":43},{"source":251,"target":42},{"source":248,"target":75},{"source":248,"target":252},{"source":248,"target":43},{"source":252,"target":75},{"source":249,"target":13},{"source":44,"target":0},{"source":44,"target":13},{"source":44,"target":253},{"source":44,"target":254},{"source":44,"target":255},{"source":253,"target":13},{"source":253,"target":256},{"source":253,"target":44},{"source":256,"target":13},{"source":254,"target":13},{"source":254,"target":257},{"source":254,"target":44},{"source":257,"target":13},{"source":255,"target":13},{"source":45,"target":0},{"source":45,"target":13},{"source":45,"target":258},{"source":45,"target":259},{"source":45,"target":260},{"source":45,"target":261},{"source":258,"target":13},{"source":258,"target":262},{"source":258,"target":45},{"source":262,"target":13},{"source":259,"target":46},{"source":259,"target":263},{"source":259,"target":45},{"source":263,"target":46},{"source":260,"target":13},{"source":260,"target":264},{"source":260,"target":45},{"source":264,"target":13},{"source":261,"target":13},{"source":46,"target":0},{"source":46,"target":13},{"source":46,"target":265},{"source":46,"target":266},{"source":46,"target":267},{"source":265,"target":13},{"source":265,"target":268},{"source":265,"target":46},{"source":268,"target":13},{"source":266,"target":13},{"source":266,"target":269},{"source":266,"target":46},{"source":269,"target":13},{"source":267,"target":13},{"source":47,"target":0},{"source":47,"target":13},{"source":47,"target":86},{"source":47,"target":270},{"source":47,"target":271},{"source":270,"target":13},{"source":271,"target":86},{"source":48,"target":0},{"source":48,"target":13},{"source":48,"target":272},{"source":48,"target":273},{"source":48,"target":274},{"source":272,"target":13},{"source":272,"target":275},{"source":272,"target":48},{"source":275,"target":13},{"source":273,"target":13},{"source":273,"target":276},{"source":273,"target":48},{"source":276,"target":13},{"source":274,"target":13},{"source":49,"target":0},{"source":49,"target":13},{"source":49,"target":277},{"source":49,"target":278},{"source":49,"target":279},{"source":277,"target":75},{"source":277,"target":280},{"source":277,"target":49},{"source":280,"target":75},{"source":278,"target":50},{"source":278,"target":281},{"source":278,"target":49},{"source":281,"target":50},{"source":279,"target":13},{"source":50,"target":0},{"source":50,"target":5},{"source":50,"target":78},{"source":50,"target":282},{"source":50,"target":283},{"source":50,"target":284},{"source":282,"target":13},{"source":282,"target":285},{"source":282,"target":50},{"source":285,"target":13},{"source":283,"target":5},{"source":284,"target":78},{"source":51,"target":0},{"source":51,"target":13},{"source":51,"target":286},{"source":51,"target":287},{"source":51,"target":288},{"source":286,"target":13},{"source":286,"target":289},{"source":286,"target":51},{"source":289,"target":13},{"source":287,"target":52},{"source":287,"target":290},{"source":287,"target":51},{"source":290,"target":52},{"source":288,"target":13},{"source":52,"target":0},{"source":52,"target":13},{"source":52,"target":291},{"source":52,"target":292},{"source":52,"target":293},{"source":291,"target":69},{"source":291,"target":294},{"source":291,"target":52},{"source":291,"target":295},{"source":294,"target":69},{"source":292,"target":13},{"source":292,"target":296},{"source":292,"target":52},{"source":296,"target":13},{"source":293,"target":13},{"source":53,"target":0},{"source":53,"target":54},{"source":53,"target":297},{"source":297,"target":54},{"source":54,"target":0},{"source":54,"target":13},{"source":54,"target":298},{"source":54,"target":299},{"source":298,"target":13},{"source":298,"target":300},{"source":298,"target":54},{"source":300,"target":13},{"source":299,"target":13},{"source":55,"target":0},{"source":55,"target":13},{"source":55,"target":301},{"source":55,"target":302},{"source":55,"target":303},{"source":301,"target":13},{"source":301,"target":304},{"source":301,"target":55},{"source":304,"target":13},{"source":302,"target":75},{"source":302,"target":305},{"source":302,"target":55},{"source":305,"target":75},{"source":303,"target":13},{"source":56,"target":0},{"source":56,"target":13},{"source":56,"target":306},{"source":56,"target":307},{"source":306,"target":13},{"source":306,"target":308},{"source":306,"target":56},{"source":308,"target":13},{"source":307,"target":13},{"source":57,"target":0},{"source":57,"target":13},{"source":57,"target":309},{"source":57,"target":310},{"source":57,"target":311},{"source":309,"target":13},{"source":309,"target":312},{"source":309,"target":57},{"source":312,"target":13},{"source":310,"target":75},{"source":310,"target":313},{"source":310,"target":57},{"source":313,"target":75},{"source":311,"target":13},{"source":58,"target":0},{"source":58,"target":13},{"source":58,"target":64},{"source":58,"target":314},{"source":58,"target":315},{"source":314,"target":13},{"source":315,"target":64},{"source":59,"target":0},{"source":59,"target":13},{"source":59,"target":64},{"source":59,"target":316},{"source":59,"target":317},{"source":59,"target":318},{"source":316,"target":13},{"source":316,"target":319},{"source":316,"target":59},{"source":319,"target":13},{"source":317,"target":13},{"source":318,"target":64},{"source":60,"target":0},{"source":60,"target":59},{"source":60,"target":320},{"source":320,"target":59},{"source":61,"target":0},{"source":61,"target":13},{"source":61,"target":321},{"source":61,"target":322},{"source":61,"target":323},{"source":321,"target":13},{"source":321,"target":324},{"source":321,"target":61},{"source":324,"target":13},{"source":322,"target":65},{"source":322,"target":325},{"source":322,"target":61},{"source":322,"target":326},{"source":325,"target":65},{"source":323,"target":13},{"source":62,"target":0},{"source":62,"target":13},{"source":62,"target":11},{"source":62,"target":327},{"source":62,"target":328},{"source":62,"target":329},{"source":327,"target":62},{"source":327,"target":330},{"source":327,"target":62},{"source":330,"target":62},{"source":328,"target":13},{"source":329,"target":11},{"source":63,"target":0},{"source":63,"target":16},{"source":63,"target":331},{"source":63,"target":332},{"source":331,"target":97},{"source":331,"target":333},{"source":331,"target":63},{"source":333,"target":97},{"source":332,"target":16},{"source":64,"target":0},{"source":64,"target":4},{"source":64,"target":334},{"source":64,"target":335},{"source":64,"target":336},{"source":64,"target":337},{"source":334,"target":87},{"source":334,"target":338},{"source":334,"target":64},{"source":338,"target":87},{"source":335,"target":13},{"source":335,"target":339},{"source":335,"target":64},{"source":339,"target":13},{"source":336,"target":75},{"source":336,"target":340},{"source":336,"target":64},{"source":340,"target":75},{"source":337,"target":4},{"source":65,"target":0},{"source":65,"target":5},{"source":65,"target":326},{"source":65,"target":341},{"source":65,"target":342},{"source":326,"target":61},{"source":326,"target":343},{"source":326,"target":65},{"source":326,"target":322},{"source":343,"target":61},{"source":341,"target":13},{"source":341,"target":344},{"source":341,"target":65},{"source":344,"target":13},{"source":342,"target":5},{"source":66,"target":0},{"source":66,"target":78},{"source":66,"target":345},{"source":66,"target":346},{"source":66,"target":347},{"source":66,"target":348},{"source":345,"target":68},{"source":345,"target":349},{"source":345,"target":66},{"source":345,"target":350},{"source":349,"target":68},{"source":346,"target":13},{"source":346,"target":351},{"source":346,"target":66},{"source":351,"target":13},{"source":347,"target":67},{"source":347,"target":352},{"source":347,"target":66},{"source":347,"target":353},{"source":352,"target":67},{"source":348,"target":78},{"source":67,"target":0},{"source":67,"target":65},{"source":67,"target":353},{"source":67,"target":354},{"source":353,"target":66},{"source":353,"target":355},{"source":353,"target":67},{"source":353,"target":347},{"source":355,"target":66},{"source":354,"target":65},{"source":68,"target":0},{"source":68,"target":13},{"source":68,"target":350},{"source":68,"target":356},{"source":350,"target":66},{"source":350,"target":357},{"source":350,"target":68},{"source":350,"target":345},{"source":357,"target":66},{"source":356,"target":13},{"source":69,"target":0},{"source":69,"target":65},{"source":69,"target":78},{"source":69,"target":358},{"source":69,"target":295},{"source":69,"target":359},{"source":69,"target":360},{"source":358,"target":361},{"source":358,"target":69},{"source":295,"target":52},{"source":295,"target":362},{"source":295,"target":69},{"source":295,"target":291},{"source":362,"target":52},{"source":359,"target":65},{"source":360,"target":78},{"source":70,"target":0},{"source":70,"target":10},{"source":70,"target":151},{"source":70,"target":363},{"source":70,"target":364},{"source":70,"target":365},{"source":151,"target":10},{"source":151,"target":366},{"source":151,"target":70},{"source":151,"target":147},{"source":366,"target":10},{"source":363,"target":70},{"source":363,"target":367},{"source":363,"target":70},{"source":367,"target":70},{"source":364,"target":72},{"source":364,"target":368},{"source":364,"target":70},{"source":368,"target":72},{"source":365,"target":10},{"source":71,"target":0},{"source":71,"target":5},{"source":71,"target":369},{"source":71,"target":370},{"source":71,"target":371},{"source":71,"target":372},{"source":71,"target":373},{"source":369,"target":6},{"source":369,"target":374},{"source":369,"target":71},{"source":374,"target":6},{"source":370,"target":91},{"source":370,"target":375},{"source":370,"target":71},{"source":375,"target":91},{"source":371,"target":70},{"source":371,"target":376},{"source":371,"target":71},{"source":376,"target":70},{"source":372,"target":72},{"source":372,"target":377},{"source":372,"target":71},{"source":372,"target":378},{"source":377,"target":72},{"source":373,"target":5},{"source":72,"target":0},{"source":72,"target":10},{"source":72,"target":4},{"source":72,"target":379},{"source":72,"target":380},{"source":72,"target":378},{"source":72,"target":381},{"source":72,"target":382},{"source":72,"target":383},{"source":72,"target":384},{"source":72,"target":385},{"source":379,"target":386},{"source":379,"target":72},{"source":380,"target":387},{"source":380,"target":72},{"source":378,"target":71},{"source":378,"target":388},{"source":378,"target":72},{"source":378,"target":372},{"source":388,"target":71},{"source":381,"target":6},{"source":381,"target":389},{"source":381,"target":72},{"source":389,"target":6},{"source":382,"target":6},{"source":382,"target":390},{"source":382,"target":72},{"source":390,"target":6},{"source":383,"target":74},{"source":383,"target":391},{"source":383,"target":72},{"source":391,"target":74},{"source":384,"target":10},{"source":385,"target":4},{"source":73,"target":0},{"source":73,"target":72},{"source":73,"target":12},{"source":73,"target":95},{"source":73,"target":392},{"source":73,"target":393},{"source":73,"target":394},{"source":73,"target":395},{"source":73,"target":396},{"source":73,"target":397},{"source":73,"target":398},{"source":392,"target":70},{"source":392,"target":399},{"source":392,"target":73},{"source":399,"target":70},{"source":393,"target":88},{"source":393,"target":400},{"source":393,"target":73},{"source":400,"target":88},{"source":394,"target":84},{"source":394,"target":401},{"source":394,"target":73},{"source":401,"target":84},{"source":395,"target":89},{"source":395,"target":402},{"source":395,"target":73},{"source":402,"target":89},{"source":396,"target":72},{"source":397,"target":12},{"source":398,"target":95},{"source":74,"target":0},{"source":74,"target":72},{"source":74,"target":403},{"source":74,"target":404},{"source":403,"target":75},{"source":403,"target":405},{"source":403,"target":74},{"source":405,"target":75},{"source":404,"target":72},{"source":75,"target":0},{"source":75,"target":13},{"source":75,"target":406},{"source":406,"target":13},{"source":76,"target":0},{"source":76,"target":75},{"source":76,"target":407},{"source":76,"target":408},{"source":76,"target":409},{"source":407,"target":75},{"source":407,"target":410},{"source":407,"target":76},{"source":410,"target":75},{"source":408,"target":75},{"source":408,"target":411},{"source":408,"target":76},{"source":411,"target":75},{"source":409,"target":75},{"source":77,"target":0},{"source":77,"target":11},{"source":77,"target":75},{"source":77,"target":412},{"source":77,"target":413},{"source":77,"target":414},{"source":412,"target":75},{"source":412,"target":415},{"source":412,"target":77},{"source":415,"target":75},{"source":413,"target":11},{"source":414,"target":75},{"source":78,"target":0},{"source":78,"target":3},{"source":78,"target":416},{"source":78,"target":417},{"source":416,"target":75},{"source":416,"target":418},{"source":416,"target":78},{"source":418,"target":75},{"source":417,"target":3},{"source":79,"target":0},{"source":79,"target":73},{"source":79,"target":419},{"source":79,"target":420},{"source":79,"target":421},{"source":79,"target":422},{"source":419,"target":423},{"source":419,"target":79},{"source":420,"target":77},{"source":420,"target":424},{"source":420,"target":79},{"source":424,"target":77},{"source":421,"target":77},{"source":421,"target":425},{"source":421,"target":79},{"source":425,"target":77},{"source":422,"target":73},{"source":80,"target":0},{"source":80,"target":73},{"source":80,"target":426},{"source":80,"target":427},{"source":80,"target":428},{"source":80,"target":429},{"source":426,"target":75},{"source":426,"target":430},{"source":426,"target":80},{"source":430,"target":75},{"source":427,"target":75},{"source":427,"target":431},{"source":427,"target":80},{"source":431,"target":75},{"source":428,"target":75},{"source":428,"target":432},{"source":428,"target":80},{"source":432,"target":75},{"source":429,"target":73},{"source":81,"target":0},{"source":81,"target":73},{"source":81,"target":433},{"source":81,"target":434},{"source":433,"target":90},{"source":433,"target":435},{"source":433,"target":81},{"source":435,"target":90},{"source":434,"target":73},{"source":82,"target":0},{"source":82,"target":72},{"source":82,"target":436},{"source":82,"target":437},{"source":436,"target":75},{"source":436,"target":438},{"source":436,"target":82},{"source":438,"target":75},{"source":437,"target":72},{"source":83,"target":0},{"source":83,"target":5},{"source":83,"target":95},{"source":83,"target":159},{"source":83,"target":439},{"source":83,"target":440},{"source":83,"target":441},{"source":83,"target":442},{"source":159,"target":12},{"source":159,"target":443},{"source":159,"target":83},{"source":159,"target":156},{"source":443,"target":12},{"source":439,"target":444},{"source":439,"target":83},{"source":440,"target":445},{"source":440,"target":83},{"source":441,"target":5},{"source":442,"target":95},{"source":84,"target":0},{"source":84,"target":83},{"source":84,"target":69},{"source":84,"target":446},{"source":84,"target":447},{"source":84,"target":448},{"source":84,"target":449},{"source":84,"target":450},{"source":84,"target":451},{"source":446,"target":88},{"source":446,"target":452},{"source":446,"target":84},{"source":452,"target":88},{"source":447,"target":88},{"source":447,"target":453},{"source":447,"target":84},{"source":453,"target":88},{"source":448,"target":85},{"source":448,"target":454},{"source":448,"target":84},{"source":454,"target":85},{"source":449,"target":85},{"source":449,"target":455},{"source":449,"target":84},{"source":455,"target":85},{"source":450,"target":83},{"source":451,"target":69},{"source":85,"target":0},{"source":85,"target":456},{"source":85,"target":457},{"source":85,"target":458},{"source":85,"target":459},{"source":456,"target":85},{"source":457,"target":85},{"source":458,"target":85},{"source":459,"target":85},{"source":86,"target":0},{"source":86,"target":4},{"source":86,"target":460},{"source":86,"target":461},{"source":86,"target":462},{"source":86,"target":463},{"source":460,"target":69},{"source":460,"target":464},{"source":460,"target":86},{"source":464,"target":69},{"source":461,"target":74},{"source":461,"target":465},{"source":461,"target":86},{"source":465,"target":74},{"source":462,"target":13},{"source":462,"target":466},{"source":462,"target":86},{"source":466,"target":13},{"source":463,"target":4},{"source":87,"target":0},{"source":87,"target":86},{"source":87,"target":467},{"source":87,"target":468},{"source":87,"target":469},{"source":467,"target":470},{"source":467,"target":87},{"source":468,"target":471},{"source":468,"target":87},{"source":469,"target":86},{"source":88,"target":0},{"source":88,"target":87},{"source":88,"target":83},{"source":88,"target":78},{"source":88,"target":472},{"source":88,"target":473},{"source":88,"target":474},{"source":88,"target":475},{"source":472,"target":476},{"source":472,"target":88},{"source":473,"target":87},{"source":474,"target":83},{"source":475,"target":78},{"source":89,"target":0},{"source":89,"target":87},{"source":89,"target":83},{"source":89,"target":477},{"source":89,"target":478},{"source":89,"target":479},{"source":477,"target":79},{"source":477,"target":480},{"source":477,"target":89},{"source":480,"target":79},{"source":478,"target":87},{"source":479,"target":83},{"source":90,"target":0},{"source":90,"target":65},{"source":90,"target":83},{"source":90,"target":481},{"source":90,"target":482},{"source":90,"target":483},{"source":481,"target":69},{"source":481,"target":484},{"source":481,"target":90},{"source":484,"target":69},{"source":482,"target":65},{"source":483,"target":83},{"source":91,"target":0},{"source":91,"target":11},{"source":91,"target":4},{"source":91,"target":485},{"source":91,"target":486},{"source":485,"target":11},{"source":486,"target":4},{"source":92,"target":0},{"source":92,"target":91},{"source":92,"target":487},{"source":92,"target":488},{"source":487,"target":83},{"source":487,"target":489},{"source":487,"target":92},{"source":489,"target":83},{"source":488,"target":91},{"source":93,"target":0},{"source":93,"target":91},{"source":93,"target":490},{"source":93,"target":491},{"source":490,"target":83},{"source":490,"target":492},{"source":490,"target":93},{"source":492,"target":83},{"source":491,"target":91},{"source":94,"target":0},{"source":94,"target":5},{"source":94,"target":13},{"source":94,"target":493},{"source":94,"target":494},{"source":94,"target":495},{"source":94,"target":496},{"source":94,"target":497},{"source":493,"target":95},{"source":493,"target":498},{"source":493,"target":94},{"source":493,"target":499},{"source":498,"target":95},{"source":494,"target":500},{"source":494,"target":94},{"source":495,"target":13},{"source":495,"target":501},{"source":495,"target":94},{"source":501,"target":13},{"source":496,"target":5},{"source":497,"target":13},{"source":95,"target":0},{"source":95,"target":3},{"source":95,"target":499},{"source":95,"target":502},{"source":499,"target":94},{"source":499,"target":503},{"source":499,"target":95},{"source":499,"target":493},{"source":503,"target":94},{"source":502,"target":3},{"source":96,"target":0},{"source":96,"target":504},{"source":96,"target":505},{"source":96,"target":506},{"source":96,"target":507},{"source":96,"target":508},{"source":96,"target":509},{"source":504,"target":96},{"source":505,"target":96},{"source":506,"target":96},{"source":507,"target":96},{"source":508,"target":96},{"source":509,"target":96},{"source":97,"target":0},{"source":97,"target":510},{"source":97,"target":511},{"source":97,"target":512},{"source":97,"target":513},{"source":97,"target":514},{"source":97,"target":515},{"source":97,"target":516},{"source":97,"target":517},{"source":97,"target":518},{"source":97,"target":519},{"source":97,"target":520},{"source":97,"target":521},{"source":510,"target":97},{"source":511,"target":97},{"source":512,"target":97},{"source":513,"target":97},{"source":514,"target":97},{"source":515,"target":97},{"source":516,"target":97},{"source":517,"target":97},{"source":518,"target":97},{"source":519,"target":97},{"source":520,"target":97},{"source":521,"target":97},{"source":98,"target":0},{"source":98,"target":522},{"source":98,"target":523},{"source":98,"target":524},{"source":98,"target":525},{"source":98,"target":526},{"source":98,"target":527},{"source":98,"target":528},{"source":98,"target":529},{"source":98,"target":530},{"source":98,"target":531},{"source":98,"target":532},{"source":98,"target":533},{"source":98,"target":534},{"source":98,"target":535},{"source":98,"target":536},{"source":98,"target":537},{"source":98,"target":538},{"source":98,"target":539},{"source":98,"target":540},{"source":98,"target":541},{"source":522,"target":98},{"source":523,"target":98},{"source":524,"target":98},{"source":525,"target":98},{"source":526,"target":98},{"source":527,"target":98},{"source":528,"target":98},{"source":529,"target":98},{"source":530,"target":98},{"source":531,"target":98},{"source":532,"target":98},{"source":533,"target":98},{"source":534,"target":98},{"source":535,"target":98},{"source":536,"target":98},{"source":537,"target":98},{"source":538,"target":98},{"source":539,"target":98},{"source":540,"target":98},{"source":541,"target":98}],"multigraph":true}
false
<?xml version='1.0' encoding='UTF-8'?> <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" xmi:version="2.0" nsURI="dpack" nsPrefix="sspack" name="pack"> <eClassifiers xsi:type="ecore:EClass" name="A"> <eStructuralFeatures xsi:type="ecore:EReference" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" name="element"/> <eStructuralFeatures xsi:type="ecore:EAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" name="name"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/pyecore/pyecore/tests/xmi/xmi-tests/mm_for_nil.ecore
ecore
pack A element name
null
{"directed":true,"nodes":[{"nsPrefix":"sspack","nsURI":"dpack","name":"pack","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"A","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2,"derived":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":3,"derived":false},{"id":4,"eClass":"EGenericType"},{"id":5,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3},{"source":2,"target":4},{"source":2,"target":1},{"source":3,"target":5},{"source":3,"target":1}],"multigraph":true}
false
<?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="SQLDDL"> <eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" unique="false" lowerBound="1" eType="#/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsBefore" ordered="false" unique="false" upperBound="-1" eType="#/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsAfter" ordered="false" unique="false" upperBound="-1" eType="#/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Database" eSuperTypes="#/0/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="tables" upperBound="-1" eType="#/0/Table" containment="true" eOpposite="#/0/Table/database"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#/0/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="database" ordered="false" lowerBound="1" eType="#/0/Database" eOpposite="#/0/Database/tables"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedBy" ordered="false" upperBound="-1" eType="#/0/ForeignKey" eOpposite="#/0/ForeignKey/referencedTable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#/0/TableElement" containment="true" eOpposite="#/0/TableElement/table"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#/0/Parameter" containment="true" eOpposite="#/0/Parameter/table"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableElement" abstract="true" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="table" ordered="false" lowerBound="1" eType="#/0/Table" eOpposite="#/0/Table/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="#/0/TableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedBy" ordered="false" upperBound="-1" eType="#/0/ForeignKey" eOpposite="#/0/ForeignKey/referencedColumns"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/0/Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="canBeNull" ordered="false" unique="false" lowerBound="1" eType="#/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="default" ordered="false" eType="#/0/Value" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keys" ordered="false" upperBound="-1" eType="#/0/Key" eOpposite="#/0/Key/columns"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Key" abstract="true" eSuperTypes="#/0/TableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false" unique="false" lowerBound="1" eType="#/1/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="#/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" lowerBound="1" upperBound="-1" eType="#/0/Column" eOpposite="#/0/Column/keys"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleKey" eSuperTypes="#/0/Key"/> <eClassifiers xsi:type="ecore:EClass" name="PrimaryKey" eSuperTypes="#/0/Key"/> <eClassifiers xsi:type="ecore:EClass" name="ForeignKey" eSuperTypes="#/0/Key"> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedTable" ordered="false" lowerBound="1" eType="#/0/Table" eOpposite="#/0/Table/referencedBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedColumns" ordered="false" lowerBound="1" upperBound="-1" eType="#/0/Column" eOpposite="#/0/Column/referencedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#/0/NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" ordered="false" unique="false" upperBound="2" eType="#/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnsigned" ordered="false" unique="false" lowerBound="1" eType="#/1/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#/0/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="table" ordered="false" lowerBound="1" eType="#/0/Table" eOpposite="#/0/Table/parameters"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" eType="#/0/Value" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Value" abstract="true" eSuperTypes="#/0/LocatedElement"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerVal" eSuperTypes="#/0/Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="#/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullVal" eSuperTypes="#/0/Value"/> <eClassifiers xsi:type="ecore:EClass" name="StringVal" eSuperTypes="#/0/Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="#/1/String"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes"> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="Double" instanceClassName="double"/> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/FURCAS-dev/FURCAS/DSLEngineering/com.sap.furcas.test/scenarioFixtures/SQLDDL.ecore
ecore
SQLDDL LocatedElement location commentsBefore commentsAfter NamedElement name Database tables Table database referencedBy elements parameters TableElement table Column referencedBy name type canBeNull default keys Key isUnique name columns SimpleKey PrimaryKey ForeignKey referencedTable referencedColumns Type length isUnsigned Parameter table value Value IntegerVal value NullVal StringVal value PrimitiveTypes Boolean boolean boolean Integer int int String java.lang.String java.lang.String Double double double
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"SQLDDL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"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":"TableElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Key","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleKey","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryKey","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeignKey","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerVal","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullVal","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringVal","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsBefore","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsAfter","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":20,"serializable":true,"eClass":"EDataType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"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":30,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedBy","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":"elements","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":"parameters","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":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedTable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"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":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"container":false,"ordered":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":46,"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":"canBeNull","changeable":true,"lowerBound":1,"iD":false,"id":47,"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":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"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":"keys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedColumns","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":55,"serializable":true,"eClass":"EDataType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"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":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":60,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":false,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":71,"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":"isUnsigned","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":74,"serializable":true,"eClass":"EDataType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":89,"eClass":"EPackage"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Double","instanceClass":"double","id":90,"serializable":true,"eClass":"EDataType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":17,"target":20},{"source":17,"target":21},{"source":17,"target":1},{"source":21,"target":20},{"source":18,"target":20},{"source":18,"target":22},{"source":18,"target":1},{"source":22,"target":20},{"source":19,"target":20},{"source":19,"target":23},{"source":19,"target":1},{"source":23,"target":20},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":24},{"source":2,"target":25},{"source":24,"target":20},{"source":24,"target":26},{"source":24,"target":2},{"source":26,"target":20},{"source":25,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":27},{"source":3,"target":28},{"source":27,"target":4},{"source":27,"target":29},{"source":27,"target":3},{"source":27,"target":30},{"source":29,"target":4},{"source":28,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":30,"target":3},{"source":30,"target":35},{"source":30,"target":4},{"source":30,"target":27},{"source":35,"target":3},{"source":31,"target":10},{"source":31,"target":36},{"source":31,"target":4},{"source":31,"target":37},{"source":36,"target":10},{"source":32,"target":5},{"source":32,"target":38},{"source":32,"target":4},{"source":32,"target":39},{"source":38,"target":5},{"source":33,"target":12},{"source":33,"target":40},{"source":33,"target":4},{"source":33,"target":41},{"source":40,"target":12},{"source":34,"target":2},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":39},{"source":5,"target":42},{"source":39,"target":4},{"source":39,"target":43},{"source":39,"target":5},{"source":39,"target":32},{"source":43,"target":4},{"source":42,"target":1},{"source":6,"target":0},{"source":6,"target":5},{"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":44,"target":10},{"source":44,"target":51},{"source":44,"target":6},{"source":44,"target":52},{"source":51,"target":10},{"source":45,"target":20},{"source":45,"target":53},{"source":45,"target":6},{"source":53,"target":20},{"source":46,"target":11},{"source":46,"target":54},{"source":46,"target":6},{"source":54,"target":11},{"source":47,"target":55},{"source":47,"target":56},{"source":47,"target":6},{"source":56,"target":55},{"source":48,"target":13},{"source":48,"target":57},{"source":48,"target":6},{"source":57,"target":13},{"source":49,"target":7},{"source":49,"target":58},{"source":49,"target":6},{"source":49,"target":59},{"source":58,"target":7},{"source":50,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":60},{"source":7,"target":61},{"source":7,"target":59},{"source":7,"target":62},{"source":60,"target":55},{"source":60,"target":63},{"source":60,"target":7},{"source":63,"target":55},{"source":61,"target":20},{"source":61,"target":64},{"source":61,"target":7},{"source":64,"target":20},{"source":59,"target":6},{"source":59,"target":65},{"source":59,"target":7},{"source":59,"target":49},{"source":65,"target":6},{"source":62,"target":5},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":66},{"source":66,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":67},{"source":67,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":37},{"source":10,"target":52},{"source":10,"target":68},{"source":37,"target":4},{"source":37,"target":69},{"source":37,"target":10},{"source":37,"target":31},{"source":69,"target":4},{"source":52,"target":6},{"source":52,"target":70},{"source":52,"target":10},{"source":52,"target":44},{"source":70,"target":6},{"source":68,"target":7},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":71},{"source":11,"target":72},{"source":11,"target":73},{"source":71,"target":74},{"source":71,"target":75},{"source":71,"target":11},{"source":75,"target":74},{"source":72,"target":55},{"source":72,"target":76},{"source":72,"target":11},{"source":76,"target":55},{"source":73,"target":2},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":41},{"source":12,"target":77},{"source":12,"target":78},{"source":41,"target":4},{"source":41,"target":79},{"source":41,"target":12},{"source":41,"target":33},{"source":79,"target":4},{"source":77,"target":13},{"source":77,"target":80},{"source":77,"target":12},{"source":80,"target":13},{"source":78,"target":2},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":81},{"source":81,"target":1},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":82},{"source":14,"target":83},{"source":82,"target":74},{"source":82,"target":84},{"source":82,"target":14},{"source":84,"target":74},{"source":83,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":85},{"source":85,"target":13},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":86},{"source":16,"target":87},{"source":86,"target":20},{"source":86,"target":88},{"source":86,"target":16},{"source":88,"target":20},{"source":87,"target":13},{"source":89,"target":55},{"source":89,"target":74},{"source":89,"target":20},{"source":89,"target":90},{"source":55,"target":89},{"source":74,"target":89},{"source":20,"target":89},{"source":90,"target":89}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="importedpackage" nsURI="importedpackage" nsPrefix="importedpackage"> <eClassifiers xsi:type="ecore:EClass" name="MyClass"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="myAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="myReference" eType="#//MyClass"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/crossecore/crossecore-generator/model/ImportedPackage.ecore
ecore
importedpackage MyClass myAttribute myReference
null
{"directed":true,"nodes":[{"nsPrefix":"importedpackage","nsURI":"importedpackage","name":"importedpackage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MyClass","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"myAttribute","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"myReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"},{"id":5,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3},{"source":2,"target":4},{"source":2,"target":1},{"source":3,"target":1},{"source":3,"target":5},{"source":3,"target":1},{"source":5,"target":1}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="dependencymodel" nsURI="http://key-project.org/dependencymodel" nsPrefix="dependencymodel"> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//ITypeVariableContainer"> <eOperations name="containsField" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="containsMethod" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="parameters" eType="#//StringArray"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//Method" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//Field" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//TypeKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//Visibility"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="innerTypes" upperBound="-1" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="package" 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="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implements" upperBound="-1" eType="#//TypeUsage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" upperBound="-1" eType="#//TypeUsage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simpleName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="#//ITypeVariableContainer"> <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="#//Visibility"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constructor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//TypeUsage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="throws" upperBound="-1" eType="#//TypeUsage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterTypes" upperBound="-1" eType="#//TypeUsage" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Field"> <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="#//Visibility"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constantValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TypeUsage" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TypeKind"> <eLiterals name="CLASS"/> <eLiterals name="INTERFACE" value="1"/> <eLiterals name="ENUM" value="2"/> <eLiterals name="ANNOTATION" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Visibility"> <eLiterals name="PUBLIC"/> <eLiterals name="PROTECTED" value="1"/> <eLiterals name="DEFAULT" value="2"/> <eLiterals name="PRIVATE" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DependencyModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeVariable"> <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="#//TypeUsage" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ITypeVariableContainer" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeVariables" upperBound="-1" eType="#//TypeVariable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeUsage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="genericFreeType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="StringArray" instanceClassName="java.lang.String[]"/> </ecore:EPackage>
github:ecore:/data/behnaaz/key2/Stubby/src/plugins/org.key_project.stubby.model/model/dependencymodel.ecore
ecore
dependencymodel Type containsField name containsMethod name parameters methods fields kind visibility final static innerTypes abstract package name source implements extends simpleName Method name visibility static final abstract constructor returnType throws parameterTypes Field name visibility final static constantValue type TypeKind CLASS CLASS INTERFACE INTERFACE ENUM ENUM ANNOTATION ANNOTATION Visibility PUBLIC PUBLIC PROTECTED PROTECTED DEFAULT DEFAULT PRIVATE PRIVATE DependencyModel types TypeVariable name type ITypeVariableContainer typeVariables TypeUsage type genericFreeType StringArray java.lang.String[] java.lang.String[]
null
{"directed":true,"nodes":[{"nsPrefix":"dependencymodel","nsURI":"http://key-project.org/dependencymodel","name":"dependencymodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TypeKind","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Visibility","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DependencyModel","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeVariable","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ITypeVariableContainer","instanceClass":null,"abstract":true,"id":8,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeUsage","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String[]","defaultValue":null,"instanceClassName":"java.lang.String[]","name":"StringArray","instanceClass":"[Ljava.lang.String;","id":10,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"unique":true,"name":"containsField","lowerBound":0,"id":11,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"containsMethod","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":"methods","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":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"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":15,"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":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"final","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"static","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":"innerTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","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":"package","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extends","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":"simpleName","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EParameter"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameters","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EParameter"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"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":51,"derived":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":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"final","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":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":54,"derived":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":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":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"throws","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":"parameterTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":69,"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":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"final","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"static","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constantValue","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"name":"CLASS","id":81,"value":0,"literal":"CLASS","eClass":"EEnumLiteral"},{"name":"INTERFACE","id":82,"value":1,"literal":"INTERFACE","eClass":"EEnumLiteral"},{"name":"ENUM","id":83,"value":2,"literal":"ENUM","eClass":"EEnumLiteral"},{"name":"ANNOTATION","id":84,"value":3,"literal":"ANNOTATION","eClass":"EEnumLiteral"},{"name":"PUBLIC","id":85,"value":0,"literal":"PUBLIC","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":86,"value":1,"literal":"PROTECTED","eClass":"EEnumLiteral"},{"name":"DEFAULT","id":87,"value":2,"literal":"DEFAULT","eClass":"EEnumLiteral"},{"name":"PRIVATE","id":88,"value":3,"literal":"PRIVATE","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":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":true,"unsettable":false,"transient":false,"unique":true,"name":"type","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"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":"type","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":"genericFreeType","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":8},{"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":11,"target":28},{"source":11,"target":1},{"source":11,"target":29},{"source":29,"target":30},{"source":29,"target":11},{"source":12,"target":31},{"source":12,"target":1},{"source":12,"target":32},{"source":12,"target":33},{"source":32,"target":34},{"source":32,"target":12},{"source":33,"target":10},{"source":33,"target":35},{"source":33,"target":12},{"source":35,"target":10},{"source":13,"target":2},{"source":13,"target":36},{"source":13,"target":1},{"source":36,"target":2},{"source":14,"target":3},{"source":14,"target":37},{"source":14,"target":1},{"source":37,"target":3},{"source":15,"target":4},{"source":15,"target":38},{"source":15,"target":1},{"source":38,"target":4},{"source":16,"target":5},{"source":16,"target":39},{"source":16,"target":1},{"source":39,"target":5},{"source":17,"target":40},{"source":17,"target":1},{"source":18,"target":41},{"source":18,"target":1},{"source":19,"target":1},{"source":19,"target":42},{"source":19,"target":1},{"source":42,"target":1},{"source":20,"target":43},{"source":20,"target":1},{"source":21,"target":44},{"source":21,"target":1},{"source":22,"target":45},{"source":22,"target":1},{"source":23,"target":46},{"source":23,"target":1},{"source":24,"target":9},{"source":24,"target":47},{"source":24,"target":1},{"source":47,"target":9},{"source":25,"target":9},{"source":25,"target":48},{"source":25,"target":1},{"source":48,"target":9},{"source":26,"target":49},{"source":26,"target":1},{"source":27,"target":8},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":2,"target":53},{"source":2,"target":54},{"source":2,"target":55},{"source":2,"target":56},{"source":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":50,"target":60},{"source":50,"target":2},{"source":51,"target":5},{"source":51,"target":61},{"source":51,"target":2},{"source":61,"target":5},{"source":52,"target":62},{"source":52,"target":2},{"source":53,"target":63},{"source":53,"target":2},{"source":54,"target":64},{"source":54,"target":2},{"source":55,"target":65},{"source":55,"target":2},{"source":56,"target":9},{"source":56,"target":66},{"source":56,"target":2},{"source":66,"target":9},{"source":57,"target":9},{"source":57,"target":67},{"source":57,"target":2},{"source":67,"target":9},{"source":58,"target":9},{"source":58,"target":68},{"source":58,"target":2},{"source":68,"target":9},{"source":59,"target":8},{"source":3,"target":0},{"source":3,"target":69},{"source":3,"target":70},{"source":3,"target":71},{"source":3,"target":72},{"source":3,"target":73},{"source":3,"target":74},{"source":69,"target":75},{"source":69,"target":3},{"source":70,"target":5},{"source":70,"target":76},{"source":70,"target":3},{"source":76,"target":5},{"source":71,"target":77},{"source":71,"target":3},{"source":72,"target":78},{"source":72,"target":3},{"source":73,"target":79},{"source":73,"target":3},{"source":74,"target":9},{"source":74,"target":80},{"source":74,"target":3},{"source":80,"target":9},{"source":4,"target":0},{"source":4,"target":81},{"source":4,"target":82},{"source":4,"target":83},{"source":4,"target":84},{"source":81,"target":4},{"source":82,"target":4},{"source":83,"target":4},{"source":84,"target":4},{"source":5,"target":0},{"source":5,"target":85},{"source":5,"target":86},{"source":5,"target":87},{"source":5,"target":88},{"source":85,"target":5},{"source":86,"target":5},{"source":87,"target":5},{"source":88,"target":5},{"source":6,"target":0},{"source":6,"target":89},{"source":89,"target":1},{"source":89,"target":90},{"source":89,"target":6},{"source":90,"target":1},{"source":7,"target":0},{"source":7,"target":91},{"source":7,"target":92},{"source":91,"target":93},{"source":91,"target":7},{"source":92,"target":9},{"source":92,"target":94},{"source":92,"target":7},{"source":94,"target":9},{"source":8,"target":0},{"source":8,"target":95},{"source":95,"target":7},{"source":95,"target":96},{"source":95,"target":8},{"source":96,"target":7},{"source":9,"target":0},{"source":9,"target":97},{"source":9,"target":98},{"source":97,"target":99},{"source":97,"target":9},{"source":98,"target":100},{"source":98,"target":9},{"source":10,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="hlpnghelpers" nsURI="http://org.pnml.tools/epnk/types/hlpngs/datatypes/helpers" nsPrefix="hlpnghelpers"> <eClassifiers xsi:type="ecore:EClass" name="ProxySort" eSuperTypes="HLPNGDataTypes.ecore#//terms/Sort"> <eStructuralFeatures xsi:type="ecore:EReference" name="sort" lowerBound="1" eType="ecore:EClass HLPNGDataTypes.ecore#//terms/Sort"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ekkart/ePNK/plugins/hlpngs/org.pnml.tools.epnk.pntypes.hlpngs.datatypes/model/HLPNGHelpers.ecore
ecore
hlpnghelpers ProxySort sort
null
{"directed":true,"nodes":[{"nsPrefix":"hlpnghelpers","nsURI":"http://org.pnml.tools/epnk/types/hlpngs/datatypes/helpers","name":"hlpnghelpers","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProxySort","instanceClass":null,"abstract":false,"id":1,"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":"sort","changeable":true,"resolveProxies":true,"lowerBound":1,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3},{"source":2,"target":4},{"source":2,"target":1}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="foW" nsURI="http://www.protos.de/FlowOfWork/core/fow/FoW" nsPrefix="foW"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="activities" upperBound="-1" eType="#//Activity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roles" upperBound="-1" eType="#//Role" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="workProducts" upperBound="-1" eType="#//WorkProduct" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="workProductTypes" upperBound="-1" eType="#//WorkProductType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guidances" upperBound="-1" eType="#//Guidance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guidanceTypes" upperBound="-1" eType="#//GuidanceType" containment="true"/> </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"/> <eStructuralFeatures xsi:type="ecore:EReference" name="textfield" eType="#//Textfield" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Role" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="WorkProductType" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="WorkProduct" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//WorkProductType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GuidanceType" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Guidance" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//GuidanceType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1" eType="#//Link" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Port"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//WorkProduct"/> <eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="role" eType="#//Role"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inPorts" upperBound="-1" eType="#//Port" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outPorts" upperBound="-1" eType="#//Port" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subActivities" upperBound="-1" eType="#//ActivityRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guidances" unique="false" upperBound="-1" eType="#//Guidance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="steps" upperBound="-1" eType="#//Step" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decisions" upperBound="-1" eType="#//Decision" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Activity"/> </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:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Decision" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Step" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Transition"/> <eClassifiers xsi:type="ecore:EClass" name="InitialTransition" eSuperTypes="#//Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//Node"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FinalTransition" eSuperTypes="#//Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//Node"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DecisionTransition" eSuperTypes="#//Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//Decision"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="guard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NonInitialTransition" eSuperTypes="#//Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//Node"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Textfield"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="summary" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/protossoftware/FlowOfWork/src/plugins/de.protos.FlowOfWork.core.fow/src-gen/de/protos/FlowOfWork/core/fow/FoW.ecore
ecore
foW Model activities roles workProducts workProductTypes guidances guidanceTypes NamedElement name textfield Role WorkProductType WorkProduct type states GuidanceType Guidance type links State name Port type state Activity role inPorts outPorts subActivities guidances steps decisions transitions ActivityRef type Node name label Decision Step Transition InitialTransition to FinalTransition from DecisionTransition from to guard NonInitialTransition from to Textfield label summary description Link description url
null
{"directed":true,"nodes":[{"nsPrefix":"foW","nsURI":"http://www.protos.de/FlowOfWork/core/fow/FoW","name":"foW","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":"NamedElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProductType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkProduct","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GuidanceType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guidance","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityRef","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decision","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Step","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialTransition","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalTransition","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionTransition","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonInitialTransition","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Textfield","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":21,"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":"activities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roles","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":"workProducts","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":"workProductTypes","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":"guidances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guidanceTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":true,"unsettable":false,"transient":false,"unique":true,"name":"textfield","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","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"},{"container":false,"ordered":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":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":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":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"role","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":"inPorts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outPorts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subActivities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"guidances","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":"steps","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":"decisions","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":"transitions","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"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","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":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"summary","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":1,"target":0},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":22,"target":10},{"source":22,"target":28},{"source":22,"target":1},{"source":28,"target":10},{"source":23,"target":3},{"source":23,"target":29},{"source":23,"target":1},{"source":29,"target":3},{"source":24,"target":5},{"source":24,"target":30},{"source":24,"target":1},{"source":30,"target":5},{"source":25,"target":4},{"source":25,"target":31},{"source":25,"target":1},{"source":31,"target":4},{"source":26,"target":7},{"source":26,"target":32},{"source":26,"target":1},{"source":32,"target":7},{"source":27,"target":6},{"source":27,"target":33},{"source":27,"target":1},{"source":33,"target":6},{"source":2,"target":0},{"source":2,"target":34},{"source":2,"target":35},{"source":34,"target":36},{"source":34,"target":2},{"source":35,"target":20},{"source":35,"target":37},{"source":35,"target":2},{"source":37,"target":20},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":38},{"source":38,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":39},{"source":39,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":40,"target":4},{"source":40,"target":43},{"source":40,"target":5},{"source":43,"target":4},{"source":41,"target":8},{"source":41,"target":44},{"source":41,"target":5},{"source":44,"target":8},{"source":42,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":45},{"source":45,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":46},{"source":7,"target":47},{"source":7,"target":48},{"source":46,"target":6},{"source":46,"target":49},{"source":46,"target":7},{"source":49,"target":6},{"source":47,"target":21},{"source":47,"target":50},{"source":47,"target":7},{"source":50,"target":21},{"source":48,"target":2},{"source":8,"target":0},{"source":8,"target":51},{"source":51,"target":52},{"source":51,"target":8},{"source":9,"target":0},{"source":9,"target":53},{"source":9,"target":54},{"source":53,"target":5},{"source":53,"target":55},{"source":53,"target":9},{"source":55,"target":5},{"source":54,"target":8},{"source":54,"target":56},{"source":54,"target":9},{"source":56,"target":8},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":57},{"source":10,"target":58},{"source":10,"target":59},{"source":10,"target":60},{"source":10,"target":61},{"source":10,"target":62},{"source":10,"target":63},{"source":10,"target":64},{"source":10,"target":65},{"source":57,"target":3},{"source":57,"target":66},{"source":57,"target":10},{"source":66,"target":3},{"source":58,"target":9},{"source":58,"target":67},{"source":58,"target":10},{"source":67,"target":9},{"source":59,"target":9},{"source":59,"target":68},{"source":59,"target":10},{"source":68,"target":9},{"source":60,"target":11},{"source":60,"target":69},{"source":60,"target":10},{"source":69,"target":11},{"source":61,"target":7},{"source":61,"target":70},{"source":61,"target":10},{"source":70,"target":7},{"source":62,"target":14},{"source":62,"target":71},{"source":62,"target":10},{"source":71,"target":14},{"source":63,"target":13},{"source":63,"target":72},{"source":63,"target":10},{"source":72,"target":13},{"source":64,"target":15},{"source":64,"target":73},{"source":64,"target":10},{"source":73,"target":15},{"source":65,"target":2},{"source":11,"target":0},{"source":11,"target":74},{"source":74,"target":10},{"source":74,"target":75},{"source":74,"target":11},{"source":75,"target":10},{"source":12,"target":0},{"source":12,"target":76},{"source":12,"target":77},{"source":76,"target":78},{"source":76,"target":12},{"source":77,"target":79},{"source":77,"target":12},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":80},{"source":80,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":81},{"source":81,"target":12},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":82},{"source":16,"target":83},{"source":82,"target":12},{"source":82,"target":84},{"source":82,"target":16},{"source":84,"target":12},{"source":83,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":85},{"source":17,"target":86},{"source":85,"target":12},{"source":85,"target":87},{"source":85,"target":17},{"source":87,"target":12},{"source":86,"target":15},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":88},{"source":18,"target":89},{"source":18,"target":90},{"source":18,"target":91},{"source":88,"target":13},{"source":88,"target":92},{"source":88,"target":18},{"source":92,"target":13},{"source":89,"target":12},{"source":89,"target":93},{"source":89,"target":18},{"source":93,"target":12},{"source":90,"target":94},{"source":90,"target":18},{"source":91,"target":15},{"source":19,"target":0},{"source":19,"target":15},{"source":19,"target":95},{"source":19,"target":96},{"source":19,"target":97},{"source":95,"target":12},{"source":95,"target":98},{"source":95,"target":19},{"source":98,"target":12},{"source":96,"target":12},{"source":96,"target":99},{"source":96,"target":19},{"source":99,"target":12},{"source":97,"target":15},{"source":20,"target":0},{"source":20,"target":100},{"source":20,"target":101},{"source":20,"target":102},{"source":100,"target":103},{"source":100,"target":20},{"source":101,"target":104},{"source":101,"target":20},{"source":102,"target":105},{"source":102,"target":20},{"source":21,"target":0},{"source":21,"target":106},{"source":21,"target":107},{"source":106,"target":108},{"source":106,"target":21},{"source":107,"target":109},{"source":107,"target":21}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="d" nsURI="http://D/1.0" nsPrefix="D"> <eClassifiers xsi:type="ecore:EClass" name="D1"> <eStructuralFeatures xsi:type="ecore:EReference" name="d2" eType="#//D2"/> <eStructuralFeatures xsi:type="ecore:EReference" name="d3" eType="#//D3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="D2"/> <eClassifiers xsi:type="ecore:EClass" name="D3"/> </ecore:EPackage>
github:ecore:/data/gts-morpher/gts_morpher/uk.ac.kcl.inf.gts_morpher.tests/src/uk/ac/kcl/inf/gts_morpher/tests/completion/D.ecore
ecore
d D1 d2 d3 D2 D3
null
{"directed":true,"nodes":[{"nsPrefix":"D","nsURI":"http://D/1.0","name":"d","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"D1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"D2","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"D3","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"d2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"d3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"},{"id":7,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":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":3,"target":0}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="_VX6sMhirEem2CYYVeB7Aag" nsURI="http://de.hub.el/EL/1.0" nsPrefix="el"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_VX8hYhirEem2CYYVeB7Aag" value="_VX8hYxirEem2CYYVeB7Aag"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ELPackage"> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="#//ELClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELClass"> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//ELMethod" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//ELField" containment="true"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_VX7TQBirEem2CYYVeB7Aag" value="_VX7TQRirEem2CYYVeB7Aag"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="superClases" upperBound="-1" eType="#//ELClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="innerClasses" upperBound="-1" eType="#//ELClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELMethod" eSuperTypes="#//ELTypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass" containment="true"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_VX9IcBirEem2CYYVeB7Aag" value="_VX9IcRirEem2CYYVeB7Aag"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="localVariables" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//ELBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELField"/> <eClassifiers xsi:type="ecore:EClass" name="ELStatement"/> <eClassifiers xsi:type="ecore:EClass" name="ELBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//ELStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELExpression" eSuperTypes="#//ELStatement"/> <eClassifiers xsi:type="ecore:EClass" name="ELLiteral" eSuperTypes="#//ELExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELCall" eSuperTypes="#//ELExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//ELExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="callee" eType="#//ELMethod"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thisArgument" eType="#//ELExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELAccess" eSuperTypes="#//ELExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELBlockStatement" eSuperTypes="#//ELStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" upperBound="-1" eType="#//ELBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//ELExpression" containment="true"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_VX6sMBirEem2CYYVeB7Aag" value="_VX6sMRirEem2CYYVeB7Aag"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELOp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ELOpKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operands" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_VX8hYBirEem2CYYVeB7Aag" value="_VX8hYRirEem2CYYVeB7Aag"/> <details key="_VX9vgBirEem2CYYVeB7Aag" value="_VX9vgRirEem2CYYVeB7Aag"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_VX9IchirEem2CYYVeB7Aag" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELDataType" eSuperTypes="#//ELClass"/> <eClassifiers xsi:type="ecore:EClass" name="ELTypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ELClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="array" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELBlockStarementKind"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blocks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expressions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1" eType="#//ELPackage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ops" eType="#//ELOp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1" eType="#//ELBlockStarementKind" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ELOpKind"> <eLiterals name="infix" literal="infix"/> <eLiterals name="suffix"/> <eLiterals name="prefix"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELAssignment" eSuperTypes="#//ELStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="assignee" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/AMOR/closestDistance/7_a12.ecore
ecore
_VX6sMhirEem2CYYVeB7Aag ELPackage classes ELClass methods fields superClases innerClasses ELMethod parameters localVariables block ELField ELStatement ELBlock statements ELExpression ELLiteral value ELCall arguments callee thisArgument ELAccess variable ELBlockStatement block expressions ELOp kind syntax operands _VX9IchirEem2CYYVeB7Aag ELDataType ELTypedElement type array ELBlockStarementKind blocks expressions ELModel packages ops blocks ELOpKind infix infix suffix suffix prefix prefix ELAssignment assignee
null
{"directed":true,"nodes":[{"nsPrefix":"el","nsURI":"http://de.hub.el/EL/1.0","name":"_VX6sMhirEem2CYYVeB7Aag","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELPackage","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELMethod","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELField","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELStatement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlock","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELExpression","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELLiteral","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELCall","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAccess","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStatement","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELOp","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELDataType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELTypedElement","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStarementKind","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELModel","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ELOpKind","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAssignment","instanceClass":null,"abstract":false,"id":18,"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":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","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":"fields","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":"superClases","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":"innerClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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":"localVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisArgument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":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":49,"derived":false},{"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":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":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":"syntax","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operands","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"_VX9IchirEem2CYYVeB7Aag","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"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":"packages","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":"ops","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"name":"infix","id":80,"value":0,"literal":"infix","eClass":"EEnumLiteral"},{"name":"suffix","id":81,"value":0,"literal":"suffix","eClass":"EEnumLiteral"},{"name":"prefix","id":82,"value":0,"literal":"prefix","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":"assignee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":19},{"source":19,"target":2},{"source":19,"target":20},{"source":19,"target":1},{"source":20,"target":2},{"source":2,"target":0},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":21,"target":3},{"source":21,"target":25},{"source":21,"target":2},{"source":25,"target":3},{"source":22,"target":4},{"source":22,"target":26},{"source":22,"target":2},{"source":26,"target":4},{"source":23,"target":2},{"source":23,"target":27},{"source":23,"target":2},{"source":27,"target":2},{"source":24,"target":2},{"source":24,"target":28},{"source":24,"target":2},{"source":28,"target":2},{"source":3,"target":0},{"source":3,"target":14},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":29,"target":33},{"source":29,"target":3},{"source":30,"target":34},{"source":30,"target":3},{"source":31,"target":6},{"source":31,"target":35},{"source":31,"target":3},{"source":35,"target":6},{"source":32,"target":14},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":36},{"source":36,"target":5},{"source":36,"target":37},{"source":36,"target":6},{"source":37,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":38},{"source":38,"target":5},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":39},{"source":8,"target":40},{"source":39,"target":41},{"source":39,"target":8},{"source":40,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":42},{"source":9,"target":43},{"source":9,"target":44},{"source":9,"target":45},{"source":42,"target":7},{"source":42,"target":46},{"source":42,"target":9},{"source":46,"target":7},{"source":43,"target":3},{"source":43,"target":47},{"source":43,"target":9},{"source":47,"target":3},{"source":44,"target":7},{"source":44,"target":48},{"source":44,"target":9},{"source":48,"target":7},{"source":45,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":49},{"source":10,"target":50},{"source":49,"target":51},{"source":49,"target":10},{"source":50,"target":7},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":52},{"source":11,"target":53},{"source":11,"target":54},{"source":52,"target":6},{"source":52,"target":55},{"source":52,"target":11},{"source":55,"target":6},{"source":53,"target":7},{"source":53,"target":56},{"source":53,"target":11},{"source":56,"target":7},{"source":54,"target":5},{"source":12,"target":0},{"source":12,"target":57},{"source":12,"target":58},{"source":12,"target":59},{"source":12,"target":60},{"source":57,"target":17},{"source":57,"target":61},{"source":57,"target":12},{"source":61,"target":17},{"source":58,"target":62},{"source":58,"target":12},{"source":59,"target":63},{"source":59,"target":12},{"source":60,"target":64},{"source":60,"target":12},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":65},{"source":65,"target":2},{"source":14,"target":0},{"source":14,"target":66},{"source":14,"target":67},{"source":66,"target":2},{"source":66,"target":68},{"source":66,"target":14},{"source":68,"target":2},{"source":67,"target":69},{"source":67,"target":14},{"source":15,"target":0},{"source":15,"target":70},{"source":15,"target":71},{"source":70,"target":72},{"source":70,"target":15},{"source":71,"target":73},{"source":71,"target":15},{"source":16,"target":0},{"source":16,"target":74},{"source":16,"target":75},{"source":16,"target":76},{"source":74,"target":1},{"source":74,"target":77},{"source":74,"target":16},{"source":77,"target":1},{"source":75,"target":12},{"source":75,"target":78},{"source":75,"target":16},{"source":78,"target":12},{"source":76,"target":15},{"source":76,"target":79},{"source":76,"target":16},{"source":79,"target":15},{"source":17,"target":0},{"source":17,"target":80},{"source":17,"target":81},{"source":17,"target":82},{"source":80,"target":17},{"source":81,"target":17},{"source":82,"target":17},{"source":18,"target":0},{"source":18,"target":5},{"source":18,"target":83},{"source":18,"target":84},{"source":83,"target":85},{"source":83,"target":18},{"source":84,"target":5}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="c" nsURI="http://C/1.0" nsPrefix="C"> <eClassifiers xsi:type="ecore:EClass" name="C1"> <eStructuralFeatures xsi:type="ecore:EReference" name="c2" eType="#//C2"/> <eStructuralFeatures xsi:type="ecore:EReference" name="c3" eType="#//C3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="C2"/> <eClassifiers xsi:type="ecore:EClass" name="C3"/> </ecore:EPackage>
github:ecore:/data/gts-morpher/gts_morpher/uk.ac.kcl.inf.gts_morpher.tests/src/uk/ac/kcl/inf/gts_morpher/tests/completion/C.ecore
ecore
c C1 c2 c3 C2 C3
null
{"directed":true,"nodes":[{"nsPrefix":"C","nsURI":"http://C/1.0","name":"c","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C2","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C3","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"c2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"c3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"},{"id":7,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":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":3,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="interaction" nsURI="http://www.eclipse.org/papyrus/2018/uml/interaction/logical" nsPrefix="seqd"> <eClassifiers xsi:type="ecore:EClass" name="MElement" abstract="true"> <eTypeParameters name="T"> <eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Element"/> </eTypeParameters> <eOperations name="getOwner"> <eGenericType eClassifier="#//MElement"> <eTypeArguments/> </eGenericType> </eOperations> <eOperations name="getDiagramView" lowerBound="1"> <eGenericType eClassifier="#//Optional"> <eTypeArguments> <eUpperBound eClassifier="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eTypeArguments> </eGenericType> </eOperations> <eOperations name="verticalDistance" lowerBound="1" eType="#//OptionalInt"> <eParameters name="other" lowerBound="1"> <eGenericType eClassifier="#//MElement"> <eTypeArguments/> </eGenericType> </eParameters> </eOperations> <eOperations name="following" lowerBound="1"> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="#//MElement"> <eTypeArguments> <eUpperBound eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Element"/> </eTypeArguments> </eTypeArguments> </eGenericType> </eOperations> <eOperations name="nudge" lowerBound="1" eType="#//Command"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Nudge an element and all of its following trace down or up, according to the sign of {@code deltaY}. Equivalent to {@link #nudge(int, NudgeKind) nudge(deltaY, NudgeKind.FOLLOWING)}."/> </eAnnotations> <eParameters name="deltaY" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="nudge" lowerBound="1" eType="#//Command"> <eParameters name="deltaY" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="mode" lowerBound="1" eType="#//NudgeKind"/> </eOperations> <eOperations name="remove" lowerBound="1" eType="#//Command"/> <eOperations name="precedes" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="other" lowerBound="1"> <eGenericType eClassifier="#//MElement"> <eTypeArguments/> </eGenericType> </eParameters> </eOperations> <eOperations name="exists" 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="Query whether I exist. A logical model element exists if and only if it is itself contained within an {@link MInteraction} and its underlying UML model {@link #getElement() element} is contained in that logical model's UML interaction."/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="interaction" lowerBound="1" eType="#//MInteraction" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"> <eGenericType eTypeParameter="#//MElement/T"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="top" lowerBound="1" eType="#//OptionalInt" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bottom" lowerBound="1" eType="#//OptionalInt" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MInteraction"> <eOperations name="getDiagramView" lowerBound="1"> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="ecore:EClass ../../org.eclipse.gmf.runtime.notation/model/notation.ecore#//Diagram"/> </eGenericType> </eOperations> <eOperations name="getElement" lowerBound="1"> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="#//MElement"> <eTypeArguments> <eUpperBound eTypeParameter="#//MInteraction/getElement/E"/> </eTypeArguments> </eTypeArguments> </eGenericType> <eTypeParameters name="E"> <eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Element"/> </eTypeParameters> <eParameters name="element" lowerBound="1"> <eGenericType eTypeParameter="#//MInteraction/getElement/E"/> </eParameters> </eOperations> <eOperations name="getLifeline" lowerBound="1"> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="#//MLifeline"/> </eGenericType> <eParameters name="lifeline" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Lifeline"/> </eOperations> <eOperations name="getMessage" lowerBound="1"> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="#//MMessage"/> </eGenericType> <eParameters name="message" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Message"/> </eOperations> <eOperations name="addLifeline" lowerBound="1"> <eGenericType eClassifier="#//CreationCommand"> <eTypeArguments eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Lifeline"/> </eGenericType> <eParameters name="xPosition" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Horizontal offset of the new lifeline from the left edge of the interaction frame."/> </eAnnotations> </eParameters> <eParameters name="height" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Height of the lifeline shape to create, or {@code -1} for the default."/> </eAnnotations> </eParameters> </eOperations> <eOperations name="getLifelineAt" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Queries the existing lifeline, if any, at or nearest to the left of a given x offset in the interaction."/> </eAnnotations> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="#//MLifeline"/> </eGenericType> <eParameters name="offset" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="an x offset in the lifeline that is contained by or nearest to the right of the lifeline to be retrieved"/> </eAnnotations> </eParameters> </eOperations> <eOperations name="getBottommostElement" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Returns the bottommost element, such as a message end, contained by this interaction."/> </eAnnotations> <eGenericType eClassifier="#//Optional"> <eTypeArguments> <eUpperBound eClassifier="#//MElement"> <eTypeArguments> <eUpperBound eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Element"/> </eTypeArguments> </eUpperBound> </eTypeArguments> </eGenericType> </eOperations> <eOperations name="sort" lowerBound="1" eType="#//Command"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Obtain a command that sorts the interaction's fragments in time order."/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="lifelines" upperBound="-1" eType="#//MLifeline" changeable="false" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messages" upperBound="-1" eType="#//MMessage" changeable="false" containment="true" resolveProxies="false"/> <eGenericSuperTypes eClassifier="#//MElement"> <eTypeArguments eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Interaction"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MLifeline"> <eOperations name="getOwner" eType="#//MInteraction"/> <eOperations name="getDiagramView" lowerBound="1"> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="ecore:EClass ../../org.eclipse.gmf.runtime.notation/model/notation.ecore#//Shape"/> </eGenericType> </eOperations> <eOperations name="following" lowerBound="1"> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="#//MElement"> <eTypeArguments> <eUpperBound eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Element"/> </eTypeArguments> </eTypeArguments> </eGenericType> <eParameters name="element" lowerBound="1"> <eGenericType eClassifier="#//MElement"> <eTypeArguments> <eUpperBound eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Element"/> </eTypeArguments> </eGenericType> </eParameters> </eOperations> <eOperations name="preceding" lowerBound="1"> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="#//MElement"> <eTypeArguments> <eUpperBound eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Element"/> </eTypeArguments> </eTypeArguments> </eGenericType> <eParameters name="element" lowerBound="1"> <eGenericType eClassifier="#//MElement"> <eTypeArguments> <eUpperBound eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Element"/> </eTypeArguments> </eGenericType> </eParameters> </eOperations> <eOperations name="getExecutionOccurrence" lowerBound="1"> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="#//MExecutionOccurrence"/> </eGenericType> <eParameters name="occurrence" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//ExecutionOccurrenceSpecification"/> </eOperations> <eOperations name="getExecution" lowerBound="1"> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="#//MExecution"/> </eGenericType> <eParameters name="execution" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//ExecutionSpecification"/> </eOperations> <eOperations name="getDestruction" lowerBound="1"> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="#//MDestruction"/> </eGenericType> <eParameters name="destruction" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//DestructionOccurrenceSpecification"/> </eOperations> <eOperations name="insertExecutionAfter" lowerBound="1"> <eGenericType eClassifier="#//CreationCommand"> <eTypeArguments eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//ExecutionSpecification"/> </eGenericType> <eParameters name="before" lowerBound="1"> <eGenericType eClassifier="#//MElement"> <eTypeArguments/> </eGenericType> </eParameters> <eParameters name="offset" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="height" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="specification" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Element"/> </eOperations> <eOperations name="insertExecutionAfter" lowerBound="1"> <eGenericType eClassifier="#//CreationCommand"> <eTypeArguments eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//ExecutionSpecification"/> </eGenericType> <eParameters name="before" lowerBound="1"> <eGenericType eClassifier="#//MElement"> <eTypeArguments/> </eGenericType> </eParameters> <eParameters name="offset" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="height" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="metaclass" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> </eOperations> <eOperations name="insertMessageAfter" lowerBound="1"> <eGenericType eClassifier="#//CreationCommand"> <eTypeArguments eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Message"/> </eGenericType> <eParameters name="before" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The element after which to insert the message. If it is an interaction fragment on this lifeline, then the new message’s send event is inserted after this element. If it is a message, then the new message’s send event is inserted after the referenced message’s end that covers this lifeline."/> </eAnnotations> <eGenericType eClassifier="#//MElement"> <eTypeArguments/> </eGenericType> </eParameters> <eParameters name="offset" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Vertical offset of the message from the element {@code before} it."/> </eAnnotations> </eParameters> <eParameters name="receiver" lowerBound="1" eType="#//MLifeline"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The lifeline to receive the message. May be the same as is sending it (this lifeline)."/> </eAnnotations> </eParameters> <eParameters name="sort" lowerBound="1" eType="ecore:EEnum platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//MessageSort"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The sort of message to create."/> </eAnnotations> </eParameters> <eParameters name="signature" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An optional message signature, either a signal or an operation."/> </eAnnotations> </eParameters> </eOperations> <eOperations name="insertMessageAfter" lowerBound="1"> <eGenericType eClassifier="#//CreationCommand"> <eTypeArguments eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Message"/> </eGenericType> <eParameters name="beforeSend" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The element after which to insert the message send event. If it is an interaction fragment on this lifeline, then the new message’s send event is inserted after this element. If it is a message, then the new message’s send event is inserted after the referenced message’s end that covers this lifeline."/> </eAnnotations> <eGenericType eClassifier="#//MElement"> <eTypeArguments/> </eGenericType> </eParameters> <eParameters name="sendOffset" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Vertical offset of the send event from the element before it, or from the lifeline head if none."/> </eAnnotations> </eParameters> <eParameters name="receiver" lowerBound="1" eType="#//MLifeline"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The lifeline to receive the message. May be the same as is sending it (this lifeline)."/> </eAnnotations> </eParameters> <eParameters name="beforeRecv" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The element after which to insert the message receive event. If it is an interaction fragment on the {@code receiver}, then the new message’s receive event is inserted after this element. If it is a message, then the new message’s receive event is inserted after the referenced message’s end that covers this lifeline."/> </eAnnotations> <eGenericType eClassifier="#//MElement"> <eTypeArguments/> </eGenericType> </eParameters> <eParameters name="recvOffset" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Vertical offset of the receive end from the element before it, or from the lifeline head if none."/> </eAnnotations> </eParameters> <eParameters name="sort" lowerBound="1" eType="ecore:EEnum platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//MessageSort"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The sort of message to create."/> </eAnnotations> </eParameters> <eParameters name="signature" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An optional message signature, either a signal or an operation."/> </eAnnotations> </eParameters> </eOperations> <eOperations name="insertMessageAfter" lowerBound="1"> <eGenericType eClassifier="#//CreationCommand"> <eTypeArguments eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Message"/> </eGenericType> <eParameters name="beforeSend" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The element after which to insert the message send event. If it is an interaction fragment on this lifeline, then the new message’s send event is inserted after this element. If it is a message, then the new message’s send event is inserted after the referenced message’s end that covers this lifeline."/> </eAnnotations> <eGenericType eClassifier="#//MElement"> <eTypeArguments/> </eGenericType> </eParameters> <eParameters name="sendOffset" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Vertical offset of the send event from the element before it, or from the lifeline head if none."/> </eAnnotations> </eParameters> <eParameters name="receiver" lowerBound="1" eType="#//MLifeline"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The lifeline to receive the message. May be the same as is sending it (this lifeline)."/> </eAnnotations> </eParameters> <eParameters name="beforeRecv" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The element after which to insert the message receive event. If it is an interaction fragment on the {@code receiver}, then the new message’s receive event is inserted after this element. If it is a message, then the new message’s receive event is inserted after the referenced message’s end that covers this lifeline."/> </eAnnotations> <eGenericType eClassifier="#//MElement"> <eTypeArguments/> </eGenericType> </eParameters> <eParameters name="recvOffset" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Vertical offset of the receive end from the element before it, or from the lifeline head if none."/> </eAnnotations> </eParameters> <eParameters name="sort" lowerBound="1" eType="ecore:EEnum platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//MessageSort"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The sort of message to create."/> </eAnnotations> </eParameters> <eParameters name="signature" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An optional message signature, either a signal or an operation."/> </eAnnotations> </eParameters> <eParameters name="executionCreationCommandParameter" eType="#//ExecutionCreationCommandParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The configuration specifying details about the creation of an execution associated for the message."/> </eAnnotations> </eParameters> </eOperations> <eOperations name="insertMessageAfter" lowerBound="1"> <eGenericType eClassifier="#//CreationCommand"> <eTypeArguments eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Message"/> </eGenericType> <eParameters name="before" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The element after which to insert the message. If it is an interaction fragment on this lifeline, then the new message’s send event is inserted after this element. If it is a message, then the new message’s send event is inserted after the referenced message’s end that covers this lifeline."/> </eAnnotations> <eGenericType eClassifier="#//MElement"> <eTypeArguments/> </eGenericType> </eParameters> <eParameters name="offset" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Vertical offset of the message from the element {@code before} it."/> </eAnnotations> </eParameters> <eParameters name="receiver" lowerBound="1" eType="#//MLifeline"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The lifeline to receive the message. May be the same as is sending it (this lifeline)."/> </eAnnotations> </eParameters> <eParameters name="sort" lowerBound="1" eType="ecore:EEnum platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//MessageSort"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The sort of message to create."/> </eAnnotations> </eParameters> <eParameters name="signature" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An optional message signature, either a signal or an operation."/> </eAnnotations> </eParameters> <eParameters name="executionCreationCommandParameter" eType="#//ExecutionCreationCommandParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The configuration specifying details about the creation of an execution associated for the message."/> </eAnnotations> </eParameters> </eOperations> <eOperations name="elementAt" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Query the element covering this lifeline that is at, or the nearest element before, a given y-coördinate {@code offset}."/> </eAnnotations> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="#//MElement"> <eTypeArguments> <eUpperBound eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Element"/> </eTypeArguments> </eTypeArguments> </eGenericType> <eParameters name="offset" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="an offset in the y axis on the lifeline body (stem). Should be non-negative"/> </eAnnotations> </eParameters> </eOperations> <eOperations name="nudgeHorizontally" lowerBound="1" eType="#//Command"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Nudge the lifeline horizontally, along with all of the layout that depends on it."/> </eAnnotations> <eParameters name="deltaX" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="the distance by which to nudge the lifeline in the X axis (negative values nudging to the left, of course)"/> </eAnnotations> </eParameters> </eOperations> <eOperations name="getFirstLevelExecutions" upperBound="-1" eType="#//MExecution"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Query the list of owned {@link MExecution} that are directly on the lifeline, and not virtual children of another execution of this lifeline."/> </eAnnotations> </eOperations> <eOperations name="getOccurrenceSpecifications" upperBound="-1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Query the {@link MOccurrence} in timeline order that are on this lifeline"/> </eAnnotations> <eGenericType eClassifier="#//MOccurrence"> <eTypeArguments/> </eGenericType> </eOperations> <eOperations name="makeCreatedAt" lowerBound="1" eType="#//Command"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Obtain a command that makes the receiver created at some Y position in the diagram."/> </eAnnotations> <eParameters name="yPosition" lowerBound="1" eType="#//OptionalInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The absolute Y position at which to show the receiver as created (where the create message is received), or empty to revert to an uncreated lifeline."/> </eAnnotations> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="executionOccurrences" ordered="false" upperBound="-1" eType="#//MExecutionOccurrence" changeable="false" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="owned execution occurrences covering this lifeline. A subset of the list of all {@link #getOccurrences() occurrences}"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="executions" ordered="false" upperBound="-1" eType="#//MExecution" changeable="false" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDestruction" eType="#//MDestruction" 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:EAttribute" name="destruction" lowerBound="1" changeable="false" volatile="true" transient="true" derived="true"> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="#//MDestruction"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="left" lowerBound="1" eType="#//OptionalInt" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="right" lowerBound="1" eType="#//OptionalInt" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messageEnds" ordered="false" upperBound="-1" eType="#//MMessageEnd" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="message ends covering this lifeline. A subset of the list of all {@link #getOccurrences() occurrences}"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="occurrences" ordered="false" upperBound="-1" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="all occurrences covering this lifeline. A derived union of the {@link #getMessageEnds() message ends} and owned {@link #getExecutionOccurrences() execution occurrences}"/> </eAnnotations> <eGenericType eClassifier="#//MOccurrence"> <eTypeArguments> <eUpperBound eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Element"/> </eTypeArguments> </eGenericType> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//MElement"> <eTypeArguments eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Lifeline"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MExecution"> <eOperations name="getOwner" eType="#//MLifeline"/> <eOperations name="getDiagramView" lowerBound="1"> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="ecore:EClass ../../org.eclipse.gmf.runtime.notation/model/notation.ecore#//Shape"/> </eGenericType> </eOperations> <eOperations name="insertNestedExecutionAfter" lowerBound="1"> <eGenericType eClassifier="#//CreationCommand"> <eTypeArguments eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//ExecutionSpecification"/> </eGenericType> <eParameters name="before" lowerBound="1"> <eGenericType eClassifier="#//MElement"> <eTypeArguments/> </eGenericType> </eParameters> <eParameters name="offset" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="height" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="specification" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Element"/> </eOperations> <eOperations name="insertNestedExecutionAfter" lowerBound="1"> <eGenericType eClassifier="#//CreationCommand"> <eTypeArguments eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//ExecutionSpecification"/> </eGenericType> <eParameters name="before" lowerBound="1"> <eGenericType eClassifier="#//MElement"> <eTypeArguments/> </eGenericType> </eParameters> <eParameters name="offset" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="height" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="metaclass" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> </eOperations> <eOperations name="elementAt" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Query the element covering this execution that is at, or the nearest element before, a given y-coordinate {@code offset}."/> </eAnnotations> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="#//MElement"> <eTypeArguments> <eUpperBound eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Element"/> </eTypeArguments> </eTypeArguments> </eGenericType> <eParameters name="offset" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="an offset in the y axis on the execution border. Should be non-negative"/> </eAnnotations> </eParameters> </eOperations> <eOperations name="getNestedExecutions" upperBound="-1" eType="#//MExecution"/> <eOperations name="setOwner" lowerBound="1" eType="#//Command"> <eParameters name="newOwner" lowerBound="1" eType="#//MLifeline"/> <eParameters name="top" lowerBound="1" eType="#//OptionalInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="the absolute Y position at which to place the top of the execution on the lifeline, or empty to maintain the current Y position."/> </eAnnotations> </eParameters> <eParameters name="bottom" lowerBound="1" eType="#//OptionalInt"/> </eOperations> <eOperations name="createStart" lowerBound="1"> <eGenericType eClassifier="#//CreationCommand"> <eTypeArguments eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//ExecutionOccurrenceSpecification"/> </eGenericType> </eOperations> <eOperations name="createFinish" lowerBound="1"> <eGenericType eClassifier="#//CreationCommand"> <eTypeArguments eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//ExecutionOccurrenceSpecification"/> </eGenericType> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="start" lowerBound="1" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="the starting occurrence, a subset of all of the spanned {@link #getOccurrences() occurrences}"/> </eAnnotations> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="#//MOccurrence"> <eTypeArguments> <eUpperBound eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Element"/> </eTypeArguments> </eTypeArguments> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="finish" lowerBound="1" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="the finishing occurrence, a subset of all of the spanned {@link #getOccurrences() occurrences}"/> </eAnnotations> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="#//MOccurrence"> <eTypeArguments> <eUpperBound eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Element"/> </eTypeArguments> </eTypeArguments> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="occurrences" ordered="false" lowerBound="2" upperBound="-1" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="list of all occurrences on its lifeline that are spanned by the execution, including the {@link #getStart() start} and {@link #getFinish() finish}"/> </eAnnotations> <eGenericType eClassifier="#//MOccurrence"> <eTypeArguments> <eUpperBound eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Element"/> </eTypeArguments> </eGenericType> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//MElement"> <eTypeArguments eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//ExecutionSpecification"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MOccurrence" abstract="true"> <eTypeParameters name="T"> <eBounds eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Element"/> </eTypeParameters> <eOperations name="setCovered" lowerBound="1" eType="#//Command"> <eParameters name="lifeline" lowerBound="1" eType="#//MLifeline"/> <eParameters name="yPosition" lowerBound="1" eType="#//OptionalInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="the absolute Y position at which to place the occurrence on the lifeline, or empty to maintain the current Y position."/> </eAnnotations> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="covered" lowerBound="1" changeable="false" volatile="true" transient="true" derived="true"> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="#//MLifeline"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="start" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startedExecution" lowerBound="1" changeable="false" volatile="true" transient="true" derived="true"> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="#//MExecution"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="finish" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="finishedExecution" lowerBound="1" changeable="false" volatile="true" transient="true" derived="true"> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="#//MExecution"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="execution" lowerBound="1" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The execution that an occurrence either {@linkplain #getStartedExecution() starts} or {@linkplain #getFinishedExecution() finishes}, or the most nested execution during which span the occurrence happens on its covered lifeline."/> </eAnnotations> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="#//MExecution"/> </eGenericType> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//MElement"> <eTypeArguments eTypeParameter="#//MOccurrence/T"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MExecutionOccurrence"> <eOperations name="getOwner" eType="#//MLifeline"/> <eOperations name="getDiagramView" lowerBound="1"> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="ecore:EClass ../../org.eclipse.gmf.runtime.notation/model/notation.ecore#//IdentityAnchor"/> </eGenericType> </eOperations> <eOperations name="replaceBy" lowerBound="1" eType="#//Command"> <eParameters name="messageEnd" lowerBound="1" eType="#//MMessageEnd"/> </eOperations> <eGenericSuperTypes eClassifier="#//MOccurrence"> <eTypeArguments eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//ExecutionOccurrenceSpecification"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MMessageEnd"> <eOperations name="getOwner" eType="#//MMessage"/> <eOperations name="getDiagramView" lowerBound="1"> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="ecore:EClass ../../org.eclipse.gmf.runtime.notation/model/notation.ecore#//IdentityAnchor"/> </eGenericType> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="send" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="receive" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="otherEnd" lowerBound="1" changeable="false" volatile="true" transient="true" derived="true"> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="#//MMessageEnd"/> </eGenericType> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//MOccurrence"> <eTypeArguments eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//MessageEnd"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MMessage"> <eOperations name="getOwner" eType="#//MInteraction"/> <eOperations name="getDiagramView" lowerBound="1"> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="ecore:EClass ../../org.eclipse.gmf.runtime.notation/model/notation.ecore#//Connector"/> </eGenericType> </eOperations> <eOperations name="getEnd" lowerBound="1"> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="#//MMessageEnd"/> </eGenericType> <eParameters name="end" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//MessageEnd"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="sendEnd" eType="#//MMessageEnd" containment="true" resolveProxies="false"> <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="receiveEnd" eType="#//MMessageEnd" containment="true" resolveProxies="false"> <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:EAttribute" name="send" lowerBound="1" changeable="false" volatile="true" transient="true" derived="true"> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="#//MMessageEnd"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="receive" lowerBound="1" changeable="false" volatile="true" transient="true" derived="true"> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="#//MMessageEnd"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sender" lowerBound="1" changeable="false" volatile="true" transient="true" derived="true"> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="#//MLifeline"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="receiver" lowerBound="1" changeable="false" volatile="true" transient="true" derived="true"> <eGenericType eClassifier="#//Optional"> <eTypeArguments eClassifier="#//MLifeline"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronous" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Whether the message is of a synchronous sort, strictly horizontal, instantaneous in time."/> </eAnnotations> </eStructuralFeatures> <eGenericSuperTypes eClassifier="#//MElement"> <eTypeArguments eClassifier="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Message"/> </eGenericSuperTypes> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Optional" instanceClassName="java.util.Optional" serializable="false"> <eTypeParameters name="T"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="OptionalInt" instanceClassName="java.util.OptionalInt" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="Command" instanceClassName="org.eclipse.emf.common.command.Command" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="CreationCommand" instanceClassName="org.eclipse.papyrus.uml.interaction.model.CreationCommand" serializable="false"> <eTypeParameters name="T"> <eBounds eClassifier="#//EObject"/> </eTypeParameters> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EObject" instanceClassName="org.eclipse.emf.ecore.EObject" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="ExecutionCreationCommandParameter" instanceClassName="org.eclipse.papyrus.uml.interaction.model.spi.ExecutionCreationCommandParameter" serializable="false"/> <eClassifiers xsi:type="ecore:EClass" name="MDestruction" eSuperTypes="#//MMessageEnd"/> <eClassifiers xsi:type="ecore:EEnum" name="NudgeKind"> <eLiterals name="elementOnly"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Nudge only the element and no others."/> </eAnnotations> </eLiterals> <eLiterals name="following" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Nudge the element and all following (below) it in the trace."/> </eAnnotations> </eLiterals> <eLiterals name="preceding" value="2"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Nudge the element and all preceding (above) it in the trace."/> </eAnnotations> </eLiterals> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eclipsesource/papyrus-seqd/plugins/org.eclipse.papyrus.uml.interaction.model/model/seqd.ecore
ecore
interaction MElement T getOwner getDiagramView verticalDistance other following nudge deltaY nudge deltaY mode remove precedes other exists interaction element top bottom name MInteraction getDiagramView getElement E element getLifeline lifeline getMessage message addLifeline xPosition height getLifelineAt offset getBottommostElement sort lifelines messages MLifeline getOwner getDiagramView following element preceding element getExecutionOccurrence occurrence getExecution execution getDestruction destruction insertExecutionAfter before offset height specification insertExecutionAfter before offset height metaclass insertMessageAfter before offset receiver sort signature insertMessageAfter beforeSend sendOffset receiver beforeRecv recvOffset sort signature insertMessageAfter beforeSend sendOffset receiver beforeRecv recvOffset sort signature executionCreationCommandParameter insertMessageAfter before offset receiver sort signature executionCreationCommandParameter elementAt offset nudgeHorizontally deltaX getFirstLevelExecutions getOccurrenceSpecifications makeCreatedAt yPosition executionOccurrences executions ownedDestruction destruction left right messageEnds occurrences MExecution getOwner getDiagramView insertNestedExecutionAfter before offset height specification insertNestedExecutionAfter before offset height metaclass elementAt offset getNestedExecutions setOwner newOwner top bottom createStart createFinish start finish occurrences MOccurrence T setCovered lifeline yPosition covered start startedExecution finish finishedExecution execution MExecutionOccurrence getOwner getDiagramView replaceBy messageEnd MMessageEnd getOwner getDiagramView send receive otherEnd MMessage getOwner getDiagramView getEnd end sendEnd receiveEnd send receive sender receiver synchronous Optional java.util.Optional java.util.Optional T OptionalInt java.util.OptionalInt java.util.OptionalInt Command org.eclipse.emf.common.command.Command org.eclipse.emf.common.command.Command CreationCommand org.eclipse.papyrus.uml.interaction.model.CreationCommand org.eclipse.papyrus.uml.interaction.model.CreationCommand T EObject org.eclipse.emf.ecore.EObject org.eclipse.emf.ecore.EObject ExecutionCreationCommandParameter org.eclipse.papyrus.uml.interaction.model.spi.ExecutionCreationCommandParameter org.eclipse.papyrus.uml.interaction.model.spi.ExecutionCreationCommandParameter MDestruction NudgeKind elementOnly elementOnly following following preceding preceding
null
{"directed":true,"nodes":[{"nsPrefix":"seqd","nsURI":"http://www.eclipse.org/papyrus/2018/uml/interaction/logical","name":"interaction","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MInteraction","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MLifeline","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MExecution","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MOccurrence","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MExecutionOccurrence","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MMessageEnd","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MMessage","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Optional","defaultValue":null,"instanceClassName":"java.util.Optional","name":"Optional","instanceClass":"java.util.Optional","id":9,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"java.util.OptionalInt","defaultValue":null,"instanceClassName":"java.util.OptionalInt","name":"OptionalInt","instanceClass":"java.util.OptionalInt","id":10,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.command.Command","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.command.Command","name":"Command","instanceClass":"org.eclipse.emf.common.command.Command","id":11,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.papyrus.uml.interaction.model.CreationCommand","defaultValue":null,"instanceClassName":"org.eclipse.papyrus.uml.interaction.model.CreationCommand","name":"CreationCommand","instanceClass":null,"id":12,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.EObject","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.EObject","name":"EObject","instanceClass":"org.eclipse.emf.ecore.EObject","id":13,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.papyrus.uml.interaction.model.spi.ExecutionCreationCommandParameter","defaultValue":null,"instanceClassName":"org.eclipse.papyrus.uml.interaction.model.spi.ExecutionCreationCommandParameter","name":"ExecutionCreationCommandParameter","instanceClass":null,"id":14,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDestruction","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"NudgeKind","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"name":"T","id":17,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOwner","lowerBound":0,"id":18,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDiagramView","lowerBound":1,"id":19,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"verticalDistance","lowerBound":1,"id":20,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"following","lowerBound":1,"id":21,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"nudge","lowerBound":1,"id":22,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"nudge","lowerBound":1,"id":23,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"remove","lowerBound":1,"id":24,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"precedes","lowerBound":1,"id":25,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"exists","lowerBound":1,"id":26,"many":false,"required":true,"eClass":"EOperation"},{"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":"interaction","changeable":false,"resolveProxies":false,"lowerBound":1,"id":27,"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":"element","changeable":false,"resolveProxies":false,"lowerBound":1,"id":28,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"top","changeable":false,"lowerBound":1,"iD":false,"id":29,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"bottom","changeable":false,"lowerBound":1,"iD":false,"id":30,"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":"name","changeable":false,"lowerBound":0,"iD":false,"id":31,"derived":true},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"other","lowerBound":1,"id":39,"many":false,"required":true,"eClass":"EParameter"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"deltaY","lowerBound":1,"id":47,"many":false,"required":true,"eClass":"EParameter"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"deltaY","lowerBound":1,"id":50,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"mode","lowerBound":1,"id":51,"many":false,"required":true,"eClass":"EParameter"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"other","lowerBound":1,"id":56,"many":false,"required":true,"eClass":"EParameter"},{"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,"unique":true,"name":"getDiagramView","lowerBound":1,"id":65,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getElement","lowerBound":1,"id":66,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLifeline","lowerBound":1,"id":67,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMessage","lowerBound":1,"id":68,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addLifeline","lowerBound":1,"id":69,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLifelineAt","lowerBound":1,"id":70,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getBottommostElement","lowerBound":1,"id":71,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"sort","lowerBound":1,"id":72,"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":"lifelines","changeable":false,"resolveProxies":false,"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":"messages","changeable":false,"resolveProxies":false,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"name":"E","id":79,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"element","lowerBound":1,"id":80,"many":false,"required":true,"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"lifeline","lowerBound":1,"id":87,"many":false,"required":true,"eClass":"EParameter"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"message","lowerBound":1,"id":91,"many":false,"required":true,"eClass":"EParameter"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"xPosition","lowerBound":1,"id":95,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"height","lowerBound":1,"id":96,"many":false,"required":true,"eClass":"EParameter"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"offset","lowerBound":1,"id":101,"many":false,"required":true,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOwner","lowerBound":0,"id":113,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDiagramView","lowerBound":1,"id":114,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"following","lowerBound":1,"id":115,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"preceding","lowerBound":1,"id":116,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExecutionOccurrence","lowerBound":1,"id":117,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExecution","lowerBound":1,"id":118,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDestruction","lowerBound":1,"id":119,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"insertExecutionAfter","lowerBound":1,"id":120,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"insertExecutionAfter","lowerBound":1,"id":121,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"insertMessageAfter","lowerBound":1,"id":122,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"insertMessageAfter","lowerBound":1,"id":123,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"insertMessageAfter","lowerBound":1,"id":124,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"insertMessageAfter","lowerBound":1,"id":125,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"elementAt","lowerBound":1,"id":126,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"nudgeHorizontally","lowerBound":1,"id":127,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getFirstLevelExecutions","lowerBound":0,"id":128,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getOccurrenceSpecifications","lowerBound":0,"id":129,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"makeCreatedAt","lowerBound":1,"id":130,"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":"executionOccurrences","changeable":false,"resolveProxies":false,"lowerBound":0,"id":131,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"executions","changeable":false,"resolveProxies":false,"lowerBound":0,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedDestruction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"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":"destruction","changeable":false,"lowerBound":1,"iD":false,"id":134,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"left","changeable":false,"lowerBound":1,"iD":false,"id":135,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"right","changeable":false,"lowerBound":1,"iD":false,"id":136,"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":"messageEnds","changeable":false,"resolveProxies":true,"lowerBound":0,"id":137,"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":"occurrences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":138,"derived":true},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"element","lowerBound":1,"id":144,"many":false,"required":true,"eClass":"EParameter"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"element","lowerBound":1,"id":152,"many":false,"required":true,"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"occurrence","lowerBound":1,"id":160,"many":false,"required":true,"eClass":"EParameter"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execution","lowerBound":1,"id":164,"many":false,"required":true,"eClass":"EParameter"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"destruction","lowerBound":1,"id":168,"many":false,"required":true,"eClass":"EParameter"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"before","lowerBound":1,"id":172,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"offset","lowerBound":1,"id":173,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"height","lowerBound":1,"id":174,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"specification","lowerBound":1,"id":175,"many":false,"required":true,"eClass":"EParameter"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"before","lowerBound":1,"id":183,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"offset","lowerBound":1,"id":184,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"height","lowerBound":1,"id":185,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"metaclass","lowerBound":1,"id":186,"many":false,"required":true,"eClass":"EParameter"},{"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,"unique":true,"name":"before","lowerBound":1,"id":194,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"offset","lowerBound":1,"id":195,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"receiver","lowerBound":1,"id":196,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"sort","lowerBound":1,"id":197,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"signature","lowerBound":0,"id":198,"many":false,"required":false,"eClass":"EParameter"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"beforeSend","lowerBound":1,"id":207,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"sendOffset","lowerBound":1,"id":208,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"receiver","lowerBound":1,"id":209,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"beforeRecv","lowerBound":1,"id":210,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"recvOffset","lowerBound":1,"id":211,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"sort","lowerBound":1,"id":212,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"signature","lowerBound":0,"id":213,"many":false,"required":false,"eClass":"EParameter"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"beforeSend","lowerBound":1,"id":225,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"sendOffset","lowerBound":1,"id":226,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"receiver","lowerBound":1,"id":227,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"beforeRecv","lowerBound":1,"id":228,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"recvOffset","lowerBound":1,"id":229,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"sort","lowerBound":1,"id":230,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"signature","lowerBound":0,"id":231,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"executionCreationCommandParameter","lowerBound":0,"id":232,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"before","lowerBound":1,"id":245,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"offset","lowerBound":1,"id":246,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"receiver","lowerBound":1,"id":247,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"sort","lowerBound":1,"id":248,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"signature","lowerBound":0,"id":249,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"executionCreationCommandParameter","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"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"offset","lowerBound":1,"id":260,"many":false,"required":true,"eClass":"EParameter"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"deltaX","lowerBound":1,"id":266,"many":false,"required":true,"eClass":"EParameter"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"yPosition","lowerBound":1,"id":272,"many":false,"required":true,"eClass":"EParameter"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOwner","lowerBound":0,"id":286,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDiagramView","lowerBound":1,"id":287,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"insertNestedExecutionAfter","lowerBound":1,"id":288,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"insertNestedExecutionAfter","lowerBound":1,"id":289,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"elementAt","lowerBound":1,"id":290,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getNestedExecutions","lowerBound":0,"id":291,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setOwner","lowerBound":1,"id":292,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createStart","lowerBound":1,"id":293,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFinish","lowerBound":1,"id":294,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"start","changeable":false,"lowerBound":1,"iD":false,"id":295,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"finish","changeable":false,"lowerBound":1,"iD":false,"id":296,"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":"occurrences","changeable":false,"resolveProxies":true,"lowerBound":2,"id":297,"derived":true},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"before","lowerBound":1,"id":303,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"offset","lowerBound":1,"id":304,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"height","lowerBound":1,"id":305,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"specification","lowerBound":1,"id":306,"many":false,"required":true,"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"},{"id":313,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"before","lowerBound":1,"id":314,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"offset","lowerBound":1,"id":315,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"height","lowerBound":1,"id":316,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"metaclass","lowerBound":1,"id":317,"many":false,"required":true,"eClass":"EParameter"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"offset","lowerBound":1,"id":325,"many":false,"required":true,"eClass":"EParameter"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"newOwner","lowerBound":1,"id":332,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"top","lowerBound":1,"id":333,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"bottom","lowerBound":1,"id":334,"many":false,"required":true,"eClass":"EParameter"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"name":"T","id":354,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"setCovered","lowerBound":1,"id":355,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"covered","changeable":false,"lowerBound":1,"iD":false,"id":356,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"start","changeable":false,"lowerBound":1,"iD":false,"id":357,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"startedExecution","changeable":false,"lowerBound":1,"iD":false,"id":358,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"finish","changeable":false,"lowerBound":1,"iD":false,"id":359,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"finishedExecution","changeable":false,"lowerBound":1,"iD":false,"id":360,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"execution","changeable":false,"lowerBound":1,"iD":false,"id":361,"derived":true},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"lifeline","lowerBound":1,"id":365,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"yPosition","lowerBound":1,"id":366,"many":false,"required":true,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOwner","lowerBound":0,"id":380,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDiagramView","lowerBound":1,"id":381,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"replaceBy","lowerBound":1,"id":382,"many":false,"required":true,"eClass":"EOperation"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"messageEnd","lowerBound":1,"id":388,"many":false,"required":true,"eClass":"EParameter"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOwner","lowerBound":0,"id":391,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDiagramView","lowerBound":1,"id":392,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"send","changeable":false,"lowerBound":1,"iD":false,"id":393,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"receive","changeable":false,"lowerBound":1,"iD":false,"id":394,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"otherEnd","changeable":false,"lowerBound":1,"iD":false,"id":395,"derived":true},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOwner","lowerBound":0,"id":405,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDiagramView","lowerBound":1,"id":406,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEnd","lowerBound":1,"id":407,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"sendEnd","changeable":true,"resolveProxies":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"receiveEnd","changeable":true,"resolveProxies":false,"lowerBound":0,"id":409,"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":"send","changeable":false,"lowerBound":1,"iD":false,"id":410,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"receive","changeable":false,"lowerBound":1,"iD":false,"id":411,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"sender","changeable":false,"lowerBound":1,"iD":false,"id":412,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"receiver","changeable":false,"lowerBound":1,"iD":false,"id":413,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"synchronous","changeable":false,"lowerBound":1,"iD":false,"id":414,"derived":true},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"end","lowerBound":1,"id":420,"many":false,"required":true,"eClass":"EParameter"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"name":"T","id":435,"eClass":"ETypeParameter"},{"name":"T","id":436,"eClass":"ETypeParameter"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"name":"elementOnly","id":439,"value":0,"literal":"elementOnly","eClass":"EEnumLiteral"},{"name":"following","id":440,"value":1,"literal":"following","eClass":"EEnumLiteral"},{"name":"preceding","id":441,"value":2,"literal":"preceding","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":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":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":17,"target":32},{"source":18,"target":1},{"source":18,"target":33},{"source":18,"target":1},{"source":33,"target":34},{"source":33,"target":1},{"source":19,"target":9},{"source":19,"target":35},{"source":19,"target":1},{"source":35,"target":36},{"source":35,"target":9},{"source":36,"target":37},{"source":20,"target":10},{"source":20,"target":38},{"source":20,"target":1},{"source":20,"target":39},{"source":38,"target":10},{"source":39,"target":1},{"source":39,"target":40},{"source":39,"target":20},{"source":40,"target":41},{"source":40,"target":1},{"source":21,"target":9},{"source":21,"target":42},{"source":21,"target":1},{"source":42,"target":43},{"source":42,"target":9},{"source":43,"target":44},{"source":43,"target":1},{"source":44,"target":45},{"source":22,"target":11},{"source":22,"target":46},{"source":22,"target":1},{"source":22,"target":47},{"source":46,"target":11},{"source":47,"target":48},{"source":47,"target":22},{"source":23,"target":11},{"source":23,"target":49},{"source":23,"target":1},{"source":23,"target":50},{"source":23,"target":51},{"source":49,"target":11},{"source":50,"target":52},{"source":50,"target":23},{"source":51,"target":16},{"source":51,"target":53},{"source":51,"target":23},{"source":53,"target":16},{"source":24,"target":11},{"source":24,"target":54},{"source":24,"target":1},{"source":54,"target":11},{"source":25,"target":55},{"source":25,"target":1},{"source":25,"target":56},{"source":56,"target":1},{"source":56,"target":57},{"source":56,"target":25},{"source":57,"target":58},{"source":57,"target":1},{"source":26,"target":59},{"source":26,"target":1},{"source":27,"target":2},{"source":27,"target":60},{"source":27,"target":1},{"source":60,"target":2},{"source":28,"target":61},{"source":28,"target":1},{"source":61,"target":17},{"source":29,"target":10},{"source":29,"target":62},{"source":29,"target":1},{"source":62,"target":10},{"source":30,"target":10},{"source":30,"target":63},{"source":30,"target":1},{"source":63,"target":10},{"source":31,"target":64},{"source":31,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":65},{"source":2,"target":66},{"source":2,"target":67},{"source":2,"target":68},{"source":2,"target":69},{"source":2,"target":70},{"source":2,"target":71},{"source":2,"target":72},{"source":2,"target":73},{"source":2,"target":74},{"source":2,"target":75},{"source":65,"target":9},{"source":65,"target":76},{"source":65,"target":2},{"source":76,"target":77},{"source":76,"target":9},{"source":66,"target":9},{"source":66,"target":78},{"source":66,"target":2},{"source":66,"target":79},{"source":66,"target":80},{"source":78,"target":81},{"source":78,"target":9},{"source":81,"target":82},{"source":81,"target":1},{"source":82,"target":83},{"source":83,"target":79},{"source":79,"target":84},{"source":80,"target":85},{"source":80,"target":66},{"source":85,"target":79},{"source":67,"target":9},{"source":67,"target":86},{"source":67,"target":2},{"source":67,"target":87},{"source":86,"target":88},{"source":86,"target":9},{"source":88,"target":3},{"source":87,"target":89},{"source":87,"target":67},{"source":68,"target":9},{"source":68,"target":90},{"source":68,"target":2},{"source":68,"target":91},{"source":90,"target":92},{"source":90,"target":9},{"source":92,"target":8},{"source":91,"target":93},{"source":91,"target":68},{"source":69,"target":12},{"source":69,"target":94},{"source":69,"target":2},{"source":69,"target":95},{"source":69,"target":96},{"source":94,"target":97},{"source":94,"target":12},{"source":95,"target":98},{"source":95,"target":69},{"source":96,"target":99},{"source":96,"target":69},{"source":70,"target":9},{"source":70,"target":100},{"source":70,"target":2},{"source":70,"target":101},{"source":100,"target":102},{"source":100,"target":9},{"source":102,"target":3},{"source":101,"target":103},{"source":101,"target":70},{"source":71,"target":9},{"source":71,"target":104},{"source":71,"target":2},{"source":104,"target":105},{"source":104,"target":9},{"source":105,"target":106},{"source":106,"target":107},{"source":106,"target":1},{"source":107,"target":108},{"source":72,"target":11},{"source":72,"target":109},{"source":72,"target":2},{"source":109,"target":11},{"source":73,"target":3},{"source":73,"target":110},{"source":73,"target":2},{"source":110,"target":3},{"source":74,"target":8},{"source":74,"target":111},{"source":74,"target":2},{"source":111,"target":8},{"source":75,"target":112},{"source":75,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":113},{"source":3,"target":114},{"source":3,"target":115},{"source":3,"target":116},{"source":3,"target":117},{"source":3,"target":118},{"source":3,"target":119},{"source":3,"target":120},{"source":3,"target":121},{"source":3,"target":122},{"source":3,"target":123},{"source":3,"target":124},{"source":3,"target":125},{"source":3,"target":126},{"source":3,"target":127},{"source":3,"target":128},{"source":3,"target":129},{"source":3,"target":130},{"source":3,"target":131},{"source":3,"target":132},{"source":3,"target":133},{"source":3,"target":134},{"source":3,"target":135},{"source":3,"target":136},{"source":3,"target":137},{"source":3,"target":138},{"source":3,"target":139},{"source":113,"target":2},{"source":113,"target":140},{"source":113,"target":3},{"source":140,"target":2},{"source":114,"target":9},{"source":114,"target":141},{"source":114,"target":3},{"source":141,"target":142},{"source":141,"target":9},{"source":115,"target":9},{"source":115,"target":143},{"source":115,"target":3},{"source":115,"target":144},{"source":143,"target":145},{"source":143,"target":9},{"source":145,"target":146},{"source":145,"target":1},{"source":146,"target":147},{"source":144,"target":1},{"source":144,"target":148},{"source":144,"target":115},{"source":148,"target":149},{"source":148,"target":1},{"source":149,"target":150},{"source":116,"target":9},{"source":116,"target":151},{"source":116,"target":3},{"source":116,"target":152},{"source":151,"target":153},{"source":151,"target":9},{"source":153,"target":154},{"source":153,"target":1},{"source":154,"target":155},{"source":152,"target":1},{"source":152,"target":156},{"source":152,"target":116},{"source":156,"target":157},{"source":156,"target":1},{"source":157,"target":158},{"source":117,"target":9},{"source":117,"target":159},{"source":117,"target":3},{"source":117,"target":160},{"source":159,"target":161},{"source":159,"target":9},{"source":161,"target":6},{"source":160,"target":162},{"source":160,"target":117},{"source":118,"target":9},{"source":118,"target":163},{"source":118,"target":3},{"source":118,"target":164},{"source":163,"target":165},{"source":163,"target":9},{"source":165,"target":4},{"source":164,"target":166},{"source":164,"target":118},{"source":119,"target":9},{"source":119,"target":167},{"source":119,"target":3},{"source":119,"target":168},{"source":167,"target":169},{"source":167,"target":9},{"source":169,"target":15},{"source":168,"target":170},{"source":168,"target":119},{"source":120,"target":12},{"source":120,"target":171},{"source":120,"target":3},{"source":120,"target":172},{"source":120,"target":173},{"source":120,"target":174},{"source":120,"target":175},{"source":171,"target":176},{"source":171,"target":12},{"source":172,"target":1},{"source":172,"target":177},{"source":172,"target":120},{"source":177,"target":178},{"source":177,"target":1},{"source":173,"target":179},{"source":173,"target":120},{"source":174,"target":180},{"source":174,"target":120},{"source":175,"target":181},{"source":175,"target":120},{"source":121,"target":12},{"source":121,"target":182},{"source":121,"target":3},{"source":121,"target":183},{"source":121,"target":184},{"source":121,"target":185},{"source":121,"target":186},{"source":182,"target":187},{"source":182,"target":12},{"source":183,"target":1},{"source":183,"target":188},{"source":183,"target":121},{"source":188,"target":189},{"source":188,"target":1},{"source":184,"target":190},{"source":184,"target":121},{"source":185,"target":191},{"source":185,"target":121},{"source":186,"target":192},{"source":186,"target":121},{"source":122,"target":12},{"source":122,"target":193},{"source":122,"target":3},{"source":122,"target":194},{"source":122,"target":195},{"source":122,"target":196},{"source":122,"target":197},{"source":122,"target":198},{"source":193,"target":199},{"source":193,"target":12},{"source":194,"target":1},{"source":194,"target":200},{"source":194,"target":122},{"source":200,"target":201},{"source":200,"target":1},{"source":195,"target":202},{"source":195,"target":122},{"source":196,"target":3},{"source":196,"target":203},{"source":196,"target":122},{"source":203,"target":3},{"source":197,"target":204},{"source":197,"target":122},{"source":198,"target":205},{"source":198,"target":122},{"source":123,"target":12},{"source":123,"target":206},{"source":123,"target":3},{"source":123,"target":207},{"source":123,"target":208},{"source":123,"target":209},{"source":123,"target":210},{"source":123,"target":211},{"source":123,"target":212},{"source":123,"target":213},{"source":206,"target":214},{"source":206,"target":12},{"source":207,"target":1},{"source":207,"target":215},{"source":207,"target":123},{"source":215,"target":216},{"source":215,"target":1},{"source":208,"target":217},{"source":208,"target":123},{"source":209,"target":3},{"source":209,"target":218},{"source":209,"target":123},{"source":218,"target":3},{"source":210,"target":1},{"source":210,"target":219},{"source":210,"target":123},{"source":219,"target":220},{"source":219,"target":1},{"source":211,"target":221},{"source":211,"target":123},{"source":212,"target":222},{"source":212,"target":123},{"source":213,"target":223},{"source":213,"target":123},{"source":124,"target":12},{"source":124,"target":224},{"source":124,"target":3},{"source":124,"target":225},{"source":124,"target":226},{"source":124,"target":227},{"source":124,"target":228},{"source":124,"target":229},{"source":124,"target":230},{"source":124,"target":231},{"source":124,"target":232},{"source":224,"target":233},{"source":224,"target":12},{"source":225,"target":1},{"source":225,"target":234},{"source":225,"target":124},{"source":234,"target":235},{"source":234,"target":1},{"source":226,"target":236},{"source":226,"target":124},{"source":227,"target":3},{"source":227,"target":237},{"source":227,"target":124},{"source":237,"target":3},{"source":228,"target":1},{"source":228,"target":238},{"source":228,"target":124},{"source":238,"target":239},{"source":238,"target":1},{"source":229,"target":240},{"source":229,"target":124},{"source":230,"target":241},{"source":230,"target":124},{"source":231,"target":242},{"source":231,"target":124},{"source":232,"target":14},{"source":232,"target":243},{"source":232,"target":124},{"source":243,"target":14},{"source":125,"target":12},{"source":125,"target":244},{"source":125,"target":3},{"source":125,"target":245},{"source":125,"target":246},{"source":125,"target":247},{"source":125,"target":248},{"source":125,"target":249},{"source":125,"target":250},{"source":244,"target":251},{"source":244,"target":12},{"source":245,"target":1},{"source":245,"target":252},{"source":245,"target":125},{"source":252,"target":253},{"source":252,"target":1},{"source":246,"target":254},{"source":246,"target":125},{"source":247,"target":3},{"source":247,"target":255},{"source":247,"target":125},{"source":255,"target":3},{"source":248,"target":256},{"source":248,"target":125},{"source":249,"target":257},{"source":249,"target":125},{"source":250,"target":14},{"source":250,"target":258},{"source":250,"target":125},{"source":258,"target":14},{"source":126,"target":9},{"source":126,"target":259},{"source":126,"target":3},{"source":126,"target":260},{"source":259,"target":261},{"source":259,"target":9},{"source":261,"target":262},{"source":261,"target":1},{"source":262,"target":263},{"source":260,"target":264},{"source":260,"target":126},{"source":127,"target":11},{"source":127,"target":265},{"source":127,"target":3},{"source":127,"target":266},{"source":265,"target":11},{"source":266,"target":267},{"source":266,"target":127},{"source":128,"target":4},{"source":128,"target":268},{"source":128,"target":3},{"source":268,"target":4},{"source":129,"target":5},{"source":129,"target":269},{"source":129,"target":3},{"source":269,"target":270},{"source":269,"target":5},{"source":130,"target":11},{"source":130,"target":271},{"source":130,"target":3},{"source":130,"target":272},{"source":271,"target":11},{"source":272,"target":10},{"source":272,"target":273},{"source":272,"target":130},{"source":273,"target":10},{"source":131,"target":6},{"source":131,"target":274},{"source":131,"target":3},{"source":274,"target":6},{"source":132,"target":4},{"source":132,"target":275},{"source":132,"target":3},{"source":275,"target":4},{"source":133,"target":15},{"source":133,"target":276},{"source":133,"target":3},{"source":276,"target":15},{"source":134,"target":9},{"source":134,"target":277},{"source":134,"target":3},{"source":277,"target":278},{"source":277,"target":9},{"source":278,"target":15},{"source":135,"target":10},{"source":135,"target":279},{"source":135,"target":3},{"source":279,"target":10},{"source":136,"target":10},{"source":136,"target":280},{"source":136,"target":3},{"source":280,"target":10},{"source":137,"target":7},{"source":137,"target":281},{"source":137,"target":3},{"source":281,"target":7},{"source":138,"target":5},{"source":138,"target":282},{"source":138,"target":3},{"source":282,"target":283},{"source":282,"target":5},{"source":283,"target":284},{"source":139,"target":285},{"source":139,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":286},{"source":4,"target":287},{"source":4,"target":288},{"source":4,"target":289},{"source":4,"target":290},{"source":4,"target":291},{"source":4,"target":292},{"source":4,"target":293},{"source":4,"target":294},{"source":4,"target":295},{"source":4,"target":296},{"source":4,"target":297},{"source":4,"target":298},{"source":286,"target":3},{"source":286,"target":299},{"source":286,"target":4},{"source":299,"target":3},{"source":287,"target":9},{"source":287,"target":300},{"source":287,"target":4},{"source":300,"target":301},{"source":300,"target":9},{"source":288,"target":12},{"source":288,"target":302},{"source":288,"target":4},{"source":288,"target":303},{"source":288,"target":304},{"source":288,"target":305},{"source":288,"target":306},{"source":302,"target":307},{"source":302,"target":12},{"source":303,"target":1},{"source":303,"target":308},{"source":303,"target":288},{"source":308,"target":309},{"source":308,"target":1},{"source":304,"target":310},{"source":304,"target":288},{"source":305,"target":311},{"source":305,"target":288},{"source":306,"target":312},{"source":306,"target":288},{"source":289,"target":12},{"source":289,"target":313},{"source":289,"target":4},{"source":289,"target":314},{"source":289,"target":315},{"source":289,"target":316},{"source":289,"target":317},{"source":313,"target":318},{"source":313,"target":12},{"source":314,"target":1},{"source":314,"target":319},{"source":314,"target":289},{"source":319,"target":320},{"source":319,"target":1},{"source":315,"target":321},{"source":315,"target":289},{"source":316,"target":322},{"source":316,"target":289},{"source":317,"target":323},{"source":317,"target":289},{"source":290,"target":9},{"source":290,"target":324},{"source":290,"target":4},{"source":290,"target":325},{"source":324,"target":326},{"source":324,"target":9},{"source":326,"target":327},{"source":326,"target":1},{"source":327,"target":328},{"source":325,"target":329},{"source":325,"target":290},{"source":291,"target":4},{"source":291,"target":330},{"source":291,"target":4},{"source":330,"target":4},{"source":292,"target":11},{"source":292,"target":331},{"source":292,"target":4},{"source":292,"target":332},{"source":292,"target":333},{"source":292,"target":334},{"source":331,"target":11},{"source":332,"target":3},{"source":332,"target":335},{"source":332,"target":292},{"source":335,"target":3},{"source":333,"target":10},{"source":333,"target":336},{"source":333,"target":292},{"source":336,"target":10},{"source":334,"target":10},{"source":334,"target":337},{"source":334,"target":292},{"source":337,"target":10},{"source":293,"target":12},{"source":293,"target":338},{"source":293,"target":4},{"source":338,"target":339},{"source":338,"target":12},{"source":294,"target":12},{"source":294,"target":340},{"source":294,"target":4},{"source":340,"target":341},{"source":340,"target":12},{"source":295,"target":9},{"source":295,"target":342},{"source":295,"target":4},{"source":342,"target":343},{"source":342,"target":9},{"source":343,"target":344},{"source":343,"target":5},{"source":344,"target":345},{"source":296,"target":9},{"source":296,"target":346},{"source":296,"target":4},{"source":346,"target":347},{"source":346,"target":9},{"source":347,"target":348},{"source":347,"target":5},{"source":348,"target":349},{"source":297,"target":5},{"source":297,"target":350},{"source":297,"target":4},{"source":350,"target":351},{"source":350,"target":5},{"source":351,"target":352},{"source":298,"target":353},{"source":298,"target":1},{"source":5,"target":0},{"source":5,"target":354},{"source":5,"target":1},{"source":5,"target":355},{"source":5,"target":356},{"source":5,"target":357},{"source":5,"target":358},{"source":5,"target":359},{"source":5,"target":360},{"source":5,"target":361},{"source":5,"target":362},{"source":354,"target":363},{"source":355,"target":11},{"source":355,"target":364},{"source":355,"target":5},{"source":355,"target":365},{"source":355,"target":366},{"source":364,"target":11},{"source":365,"target":3},{"source":365,"target":367},{"source":365,"target":355},{"source":367,"target":3},{"source":366,"target":10},{"source":366,"target":368},{"source":366,"target":355},{"source":368,"target":10},{"source":356,"target":9},{"source":356,"target":369},{"source":356,"target":5},{"source":369,"target":370},{"source":369,"target":9},{"source":370,"target":3},{"source":357,"target":371},{"source":357,"target":5},{"source":358,"target":9},{"source":358,"target":372},{"source":358,"target":5},{"source":372,"target":373},{"source":372,"target":9},{"source":373,"target":4},{"source":359,"target":374},{"source":359,"target":5},{"source":360,"target":9},{"source":360,"target":375},{"source":360,"target":5},{"source":375,"target":376},{"source":375,"target":9},{"source":376,"target":4},{"source":361,"target":9},{"source":361,"target":377},{"source":361,"target":5},{"source":377,"target":378},{"source":377,"target":9},{"source":378,"target":4},{"source":362,"target":379},{"source":362,"target":1},{"source":379,"target":354},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":380},{"source":6,"target":381},{"source":6,"target":382},{"source":6,"target":383},{"source":380,"target":3},{"source":380,"target":384},{"source":380,"target":6},{"source":384,"target":3},{"source":381,"target":9},{"source":381,"target":385},{"source":381,"target":6},{"source":385,"target":386},{"source":385,"target":9},{"source":382,"target":11},{"source":382,"target":387},{"source":382,"target":6},{"source":382,"target":388},{"source":387,"target":11},{"source":388,"target":7},{"source":388,"target":389},{"source":388,"target":382},{"source":389,"target":7},{"source":383,"target":390},{"source":383,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":391},{"source":7,"target":392},{"source":7,"target":393},{"source":7,"target":394},{"source":7,"target":395},{"source":7,"target":396},{"source":391,"target":8},{"source":391,"target":397},{"source":391,"target":7},{"source":397,"target":8},{"source":392,"target":9},{"source":392,"target":398},{"source":392,"target":7},{"source":398,"target":399},{"source":398,"target":9},{"source":393,"target":400},{"source":393,"target":7},{"source":394,"target":401},{"source":394,"target":7},{"source":395,"target":9},{"source":395,"target":402},{"source":395,"target":7},{"source":402,"target":403},{"source":402,"target":9},{"source":403,"target":7},{"source":396,"target":404},{"source":396,"target":5},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":405},{"source":8,"target":406},{"source":8,"target":407},{"source":8,"target":408},{"source":8,"target":409},{"source":8,"target":410},{"source":8,"target":411},{"source":8,"target":412},{"source":8,"target":413},{"source":8,"target":414},{"source":8,"target":415},{"source":405,"target":2},{"source":405,"target":416},{"source":405,"target":8},{"source":416,"target":2},{"source":406,"target":9},{"source":406,"target":417},{"source":406,"target":8},{"source":417,"target":418},{"source":417,"target":9},{"source":407,"target":9},{"source":407,"target":419},{"source":407,"target":8},{"source":407,"target":420},{"source":419,"target":421},{"source":419,"target":9},{"source":421,"target":7},{"source":420,"target":422},{"source":420,"target":407},{"source":408,"target":7},{"source":408,"target":423},{"source":408,"target":8},{"source":423,"target":7},{"source":409,"target":7},{"source":409,"target":424},{"source":409,"target":8},{"source":424,"target":7},{"source":410,"target":9},{"source":410,"target":425},{"source":410,"target":8},{"source":425,"target":426},{"source":425,"target":9},{"source":426,"target":7},{"source":411,"target":9},{"source":411,"target":427},{"source":411,"target":8},{"source":427,"target":428},{"source":427,"target":9},{"source":428,"target":7},{"source":412,"target":9},{"source":412,"target":429},{"source":412,"target":8},{"source":429,"target":430},{"source":429,"target":9},{"source":430,"target":3},{"source":413,"target":9},{"source":413,"target":431},{"source":413,"target":8},{"source":431,"target":432},{"source":431,"target":9},{"source":432,"target":3},{"source":414,"target":433},{"source":414,"target":8},{"source":415,"target":434},{"source":415,"target":1},{"source":9,"target":0},{"source":9,"target":435},{"source":10,"target":0},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":436},{"source":436,"target":437},{"source":437,"target":13},{"source":13,"target":0},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":438},{"source":438,"target":7},{"source":16,"target":0},{"source":16,"target":439},{"source":16,"target":440},{"source":16,"target":441},{"source":439,"target":16},{"source":440,"target":16},{"source":441,"target":16}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="example" nsURI="org.example" nsPrefix="example"> <eClassifiers xsi:type="ecore:EClass" name="Player"> <eOperations name="play"> <eParameters name="start" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eParameters name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/repairvision/repairvision/doc/org.sidiff.ecore.constraints.doc/examples/ThereMayNotBeTwoParametersNamed/valid_example/example.ecore
ecore
example Player play start time
null
{"directed":true,"nodes":[{"nsPrefix":"example","nsURI":"org.example","name":"example","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Player","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"play","lowerBound":0,"id":2,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"start","lowerBound":0,"id":3,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"time","lowerBound":0,"id":4,"many":false,"required":false,"eClass":"EParameter"},{"id":5,"eClass":"EGenericType"},{"id":6,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":2,"target":1},{"source":2,"target":3},{"source":2,"target":4},{"source":3,"target":5},{"source":3,"target":2},{"source":4,"target":6},{"source":4,"target":2}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="_VX6sMhirEem2CYYVeB7Aag" nsURI="http://de.hub.el/EL/1.0" nsPrefix="el"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_VX8hYhirEem2CYYVeB7Aag" value="_VX8hYxirEem2CYYVeB7Aag"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ELPackage"> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="#//ELClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELClass"> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//ELMethod" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//ELField" containment="true"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_VX7TQBirEem2CYYVeB7Aag" value="_VX7TQRirEem2CYYVeB7Aag"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="superClases" upperBound="-1" eType="#//ELClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="innerClasses" upperBound="-1" eType="#//ELClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELMethod" eSuperTypes="#//ELTypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass" containment="true"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_VX9IcBirEem2CYYVeB7Aag" value="_VX9IcRirEem2CYYVeB7Aag"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//ELBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELField"/> <eClassifiers xsi:type="ecore:EClass" name="ELStatement"/> <eClassifiers xsi:type="ecore:EClass" name="ELBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//ELStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELExpression" eSuperTypes="#//ELStatement"/> <eClassifiers xsi:type="ecore:EClass" name="ELLiteral" eSuperTypes="#//ELExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="placeholder9853061" eSuperTypes="#//ELCall"> <eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//ELOp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELCall" eSuperTypes="#//ELExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//ELExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="callee" eType="#//ELMethod"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thisArgument" eType="#//ELExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELAccess" eSuperTypes="#//ELExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELBlockStatement" eSuperTypes="#//ELStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" upperBound="-1" eType="#//ELBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//ELExpression" containment="true"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_VX6sMBirEem2CYYVeB7Aag" value="_VX6sMRirEem2CYYVeB7Aag"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELOp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ELOpKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operands" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_VX8hYBirEem2CYYVeB7Aag" value="_VX8hYRirEem2CYYVeB7Aag"/> <details key="_VX9vgBirEem2CYYVeB7Aag" value="_VX9vgRirEem2CYYVeB7Aag"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_VX9IchirEem2CYYVeB7Aag" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELDataType" eSuperTypes="#//ELClass"/> <eClassifiers xsi:type="ecore:EClass" name="ELTypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ELClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="array" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELBlockStarementKind"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blocks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expressions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1" eType="#//ELPackage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ops" eType="#//ELOp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1" eType="#//ELBlockStarementKind" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ELOpKind"> <eLiterals name="infix" literal="infix"/> <eLiterals name="suffix"/> <eLiterals name="prefix"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELAssignment" eSuperTypes="#//ELStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="assignee" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/AMOR/bestWeight02/7_a12.ecore
ecore
_VX6sMhirEem2CYYVeB7Aag ELPackage classes ELClass methods fields superClases innerClasses ELMethod parameters block ELField ELStatement ELBlock statements ELExpression ELLiteral value placeholder9853061 kind ELCall arguments callee thisArgument ELAccess variable ELBlockStatement block expressions ELOp kind syntax operands _VX9IchirEem2CYYVeB7Aag ELDataType ELTypedElement type array ELBlockStarementKind blocks expressions ELModel packages ops blocks ELOpKind infix infix suffix suffix prefix prefix ELAssignment assignee
null
{"directed":true,"nodes":[{"nsPrefix":"el","nsURI":"http://de.hub.el/EL/1.0","name":"_VX6sMhirEem2CYYVeB7Aag","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELPackage","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELMethod","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELField","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELStatement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlock","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELExpression","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELLiteral","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"placeholder9853061","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELCall","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAccess","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStatement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELOp","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELDataType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELTypedElement","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStarementKind","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELModel","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ELOpKind","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAssignment","instanceClass":null,"abstract":false,"id":19,"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":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","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":"superClases","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":"innerClasses","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","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":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisArgument","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"},{"container":false,"ordered":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":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","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":"syntax","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operands","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"_VX9IchirEem2CYYVeB7Aag","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":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":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ops","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"name":"infix","id":82,"value":0,"literal":"infix","eClass":"EEnumLiteral"},{"name":"suffix","id":83,"value":0,"literal":"suffix","eClass":"EEnumLiteral"},{"name":"prefix","id":84,"value":0,"literal":"prefix","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":"assignee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":1,"target":20},{"source":20,"target":2},{"source":20,"target":21},{"source":20,"target":1},{"source":21,"target":2},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":22,"target":3},{"source":22,"target":26},{"source":22,"target":2},{"source":26,"target":3},{"source":23,"target":4},{"source":23,"target":27},{"source":23,"target":2},{"source":27,"target":4},{"source":24,"target":2},{"source":24,"target":28},{"source":24,"target":2},{"source":28,"target":2},{"source":25,"target":2},{"source":25,"target":29},{"source":25,"target":2},{"source":29,"target":2},{"source":3,"target":0},{"source":3,"target":15},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":30,"target":33},{"source":30,"target":3},{"source":31,"target":6},{"source":31,"target":34},{"source":31,"target":3},{"source":34,"target":6},{"source":32,"target":15},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":35},{"source":35,"target":5},{"source":35,"target":36},{"source":35,"target":6},{"source":36,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":37},{"source":37,"target":5},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":38},{"source":8,"target":39},{"source":38,"target":40},{"source":38,"target":8},{"source":39,"target":7},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":41},{"source":9,"target":42},{"source":41,"target":13},{"source":41,"target":43},{"source":41,"target":9},{"source":43,"target":13},{"source":42,"target":10},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":44},{"source":10,"target":45},{"source":10,"target":46},{"source":10,"target":47},{"source":44,"target":7},{"source":44,"target":48},{"source":44,"target":10},{"source":48,"target":7},{"source":45,"target":3},{"source":45,"target":49},{"source":45,"target":10},{"source":49,"target":3},{"source":46,"target":7},{"source":46,"target":50},{"source":46,"target":10},{"source":50,"target":7},{"source":47,"target":7},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":51},{"source":11,"target":52},{"source":51,"target":53},{"source":51,"target":11},{"source":52,"target":7},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":54},{"source":12,"target":55},{"source":12,"target":56},{"source":54,"target":6},{"source":54,"target":57},{"source":54,"target":12},{"source":57,"target":6},{"source":55,"target":7},{"source":55,"target":58},{"source":55,"target":12},{"source":58,"target":7},{"source":56,"target":5},{"source":13,"target":0},{"source":13,"target":59},{"source":13,"target":60},{"source":13,"target":61},{"source":13,"target":62},{"source":59,"target":18},{"source":59,"target":63},{"source":59,"target":13},{"source":63,"target":18},{"source":60,"target":64},{"source":60,"target":13},{"source":61,"target":65},{"source":61,"target":13},{"source":62,"target":66},{"source":62,"target":13},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":67},{"source":67,"target":2},{"source":15,"target":0},{"source":15,"target":68},{"source":15,"target":69},{"source":68,"target":2},{"source":68,"target":70},{"source":68,"target":15},{"source":70,"target":2},{"source":69,"target":71},{"source":69,"target":15},{"source":16,"target":0},{"source":16,"target":72},{"source":16,"target":73},{"source":72,"target":74},{"source":72,"target":16},{"source":73,"target":75},{"source":73,"target":16},{"source":17,"target":0},{"source":17,"target":76},{"source":17,"target":77},{"source":17,"target":78},{"source":76,"target":1},{"source":76,"target":79},{"source":76,"target":17},{"source":79,"target":1},{"source":77,"target":13},{"source":77,"target":80},{"source":77,"target":17},{"source":80,"target":13},{"source":78,"target":16},{"source":78,"target":81},{"source":78,"target":17},{"source":81,"target":16},{"source":18,"target":0},{"source":18,"target":82},{"source":18,"target":83},{"source":18,"target":84},{"source":82,"target":18},{"source":83,"target":18},{"source":84,"target":18},{"source":19,"target":0},{"source":19,"target":5},{"source":19,"target":85},{"source":19,"target":86},{"source":85,"target":87},{"source":85,"target":19},{"source":86,"target":5}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="model" nsURI="http://docs.oasis-open.org/wsbpel/2.0/process/executable" nsPrefix="bpws"> <eClassifiers xsi:type="ecore:EClass" name="Process" eSuperTypes="#//BPELExtensibleElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Describes behavior based on interactions between the activities performed by partners through Web Service interfaces. Defines how individual or composite activities are coordinated to achieve a business goal, as well as the state and logic necessary for this coordination. Represents stateful, long-running interactions in which each interaction has a beginning, defined behavior during its lifetime, and an end.&#xD;&#xA;&#xD;&#xA;Abstract processes approach data handling in a way that reflects the level of abstraction required to describe the public aspects of the business protocol. Abstract processes handle only protocol-relevant data as defined by message properties.&#xD;&#xA;&#xD;&#xA;Processes and Partners are modeled as WSDL services."/> </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="targetNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="queryLanguage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expressionLanguage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suppressJoinFailure" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Determines whether the joinFailure fault will be suppressed for all activities in the process. Default is false."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variableAccessSerializable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the XML query language used for selection of nodes in assignment, property definitions, and other uses. The default is XPath 1.0."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="partnerLinks" eType="#//PartnerLinks" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" eType="#//Variables" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="faultHandlers" eType="#//FaultHandler" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventHandlers" eType="#//EventHandler" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correlationSets" eType="#//CorrelationSets" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extensions" eType="#//Extensions" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exitOnStandardFault" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBooleanObject" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messageExchanges" eType="#//MessageExchanges" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstractProcessProfile" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PartnerLink" eSuperTypes="#//BPELExtensibleElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The services with which a business process interacts are modeled as partners in the process. Partners both consume and provide services to a business Process. These services are characterized by a ServiceLinkType.&#xD;&#xA;&#xD;&#xA;Partners define the different parties that interact with the business process. A partner represents both a consumer of a service provided by the business process and a provider of a service to the business process.&#xD;&#xA;&#xD;&#xA;The role of the partner is always seen from the perspective of the process that contains it. For invoke activities, the partner plays a role to provide the invoked service. For receive activities, the partner plays a role to invoke the service, and the process plays the role of providing it.&#xD;&#xA;&#xD;&#xA;Each partner is characterized by a service link type and a role name that identifies the functionality that must be provided by the business process and by the partner for the relationship to succeed. That is, the portTypes that the process and partners need to implement.&#xD;&#xA;&#xD;&#xA;myRole represents the responsibilities or services produced and consumed by this process. For services provided by this process, myRole must specify a role of the serviceLinkType which which has a portType and operation that appears in a receive activity within this process. That is, for some receive activity in this process, its partner attribute must name a partner defined in the process having myRole specify a role of the partner's serviceLinkType whose portType matches the receive portType, that portType must contain the operation specified in the receive activity, and the container of that activity must refer to a container of the process whose messageType is the same as the input message of the operation.&#xD;&#xA;&#xD;&#xA;For consumed services, similar rules apply to the invoke activity. The partner attribute must name a partner defined in the process having partnerRole specify a role of the partner's serviceLinkType whose portType matches the invoke portType, that portType must contain the operation specified in the invoke activity, and the inputContainer of that activity must refer to a container of the process whose messageType is same as the input message of the operation, and whose outputContainer refers to a container of the process whose messageType is the same as the output message of the operation.&#xD;&#xA;"/> </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="myRole" eType="ecore:EClass partnerlinktype.ecore#//Role"/> <eStructuralFeatures xsi:type="ecore:EReference" name="partnerRole" eType="ecore:EClass partnerlinktype.ecore#//Role"/> <eStructuralFeatures xsi:type="ecore:EReference" name="PartnerLinkType" eType="ecore:EClass partnerlinktype.ecore#//PartnerLinkType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initializePartnerRole" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBooleanObject" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FaultHandler" eSuperTypes="#//BPELExtensibleElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines the activities that must be executed in response to faults resulting from the invocation of services in a process."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="catch" upperBound="-1" eType="#//Catch" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchAll" eType="#//CatchAll" unsettable="true" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//BPELExtensibleElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents a unit-of-work in a process. If the suppressJoinFailure is true, then the joinCondition determines if the activity is executed based on incoming links."/> </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="suppressJoinFailure" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Suppresses the join failure for this activity and all nested activities (unless overridden by some nested activity)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="targets" eType="#//Targets" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sources" eType="#//Sources" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorrelationSet" eSuperTypes="#//BPELExtensibleElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A named group of properties that, taken together, serve to define a way of identifying an application-level conversation within a business protocol instance.&#xD;&#xA;&#xD;&#xA;A given message can cary multiple correlation sets. After initialization, the values of the properties for a correlation set in a business process instance must be identical for all the messages in all the operations that carry the correlation set."/> </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="properties" upperBound="-1" eType="ecore:EClass messageproperties.ecore#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Invoke" eSuperTypes="#//PartnerActivity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Allows the business process to invoke a one-way asynchronous, or request-response synchronous operation on a portType offered by a partner playing a role in the business process as specified in a ServiceLinkType. Asyncrhosous invocations specify only an input container while synchronous invocations specify both an input and output container. Correlation sets are used to correlate the business process with a stateful service provided by the partner.&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="outputVariable" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputVariable" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compensationHandler" eType="#//CompensationHandler" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="faultHandler" eType="#//FaultHandler" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fromParts" eType="#//FromParts" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toParts" eType="#//ToParts" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//BPELExtensibleElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the synchronization dependencies between activities in a flow. Each activity can be the source and/or target of any number of links. Links establish a predecessor/successor relationship between activities. Activities that are the source of a link are predecessors of activities that are targets of the same link. Parallel execution of activities in a flow is synchronized by requiring that all the source activities of an activity must complete before corresponding target activities of the same link can run. When an activity completes, all activities that are targets of links for which this activity is a source are now candidates for execution (assuming all their predecessor activities have completed)."/> </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="sources" upperBound="-1" eType="#//Source" eOpposite="#//Source/Link"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targets" upperBound="-1" eType="#//Target" eOpposite="#//Target/Link"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Catch" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="faultName" eType="ecore:EDataType platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//QName"/> <eStructuralFeatures xsi:type="ecore:EReference" name="faultVariable" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="faultMessageType" eType="ecore:EClass platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//Message"/> <eStructuralFeatures xsi:type="ecore:EReference" name="faultElement" eType="ecore:EClass platform:/plugin/org.eclipse.xsd/model/XSD.ecore#//XSDElementDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Reply" eSuperTypes="#//PartnerActivity #//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Allows a business process to send a message in reply to a message that was received through a Receive. The combination of a Receive and Reply forms a synchronous request-response operation on the WSDL portType for the process. The container for the replay activity provides the output message for the partner process invoke activity that invoked the corresponding receive activity.&#xD;&#xA;&#xD;&#xA;FaultName specifies the name of a fault and must match some Catch fault name in the Scope or Process's FaultHandler.&#xD;&#xA;&#xD;&#xA;A receive can have more than one corresponding reply, at most one without a faultName, and any mumber with different faults."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="faultName" eType="ecore:EDataType platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//QName"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toParts" eType="#//ToParts" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messageExchange" lowerBound="1" eType="#//MessageExchange"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PartnerActivity" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="partnerLink" lowerBound="1" eType="#//PartnerLink"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correlations" eType="#//Correlations" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="portType" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//PortType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Receive" eSuperTypes="#//PartnerActivity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Allows a business process to block and wait for a particular message to be invoked by a partner in another process. A Receive Activity has a corresponding WSDL portType and operation which other processes can use to invoke the service. The partner can only invoke operations specified by the role it is playing as defined in a ServiceLinkType.&#xD;&#xA;&#xD;&#xA;The container for the receive activity corresponds to the input message of its operation. The container messageType must be the input message.&#xD;&#xA;&#xD;&#xA;If the operation has an output message, it corresponds to a request-response WSDL message. There must be a corresponding Reply Activity in the process having a container whose messageType is the same as the output message. The Reply Activity is used to send a return message back to the invoking process ."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createInstance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fromParts" eType="#//FromParts" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messageExchange" lowerBound="1" eType="#//MessageExchange"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Exit" eSuperTypes="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="When executed, immediately terminates the business process."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Throw" eSuperTypes="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Generates a fault from inside the business process. The FaultHandler may be a proxy for an application or process-specific fault instead of a BPEL FaultHandler"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="faultName" eType="ecore:EDataType platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//QName"/> <eStructuralFeatures xsi:type="ecore:EReference" name="faultVariable" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Wait" eSuperTypes="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Waits for a given time period or until a certain time is reached. Either expression for or until may be specified, but not both."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="for" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="until" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Empty" eSuperTypes="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A &quot;no-op&quot; instruction useful as the target for synchronization of parallel activities, for instance. Empty is also required in situations that require at least one Activity, but there is nothing to do. This may often occur in fault handlers.&#xD;&#xA;"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sequence" eSuperTypes="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines the structure of the process. Activities in a sequence are executed in order."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="activities" lowerBound="1" upperBound="-1" eType="#//Activity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="While" eSuperTypes="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates an activity is to be repeated while a condition is met."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pick" eSuperTypes="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Blocks and waits for the occurrence of one of a set of messages to arrive or for a time-out to go off. When the pick trigger occurs, the associated activity is executed and the pick completes."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createInstance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messages" lowerBound="1" upperBound="-1" eType="#//OnMessage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="alarm" upperBound="-1" eType="#//OnAlarm" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Flow" eSuperTypes="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Enables concurrent execution of its contained activities. Contrast with Sequence which executes its contained activities in order. Links can be used in a flow to define arbitrary predecessor and/or successor activities. A flow activity completes when all of its concurrent activities have been completed."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="activities" lowerBound="1" upperBound="-1" eType="#//Activity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="links" eType="#//Links" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="completionCondition" eType="#//CompletionCondition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OnAlarm" eSuperTypes="#//BPELExtensibleElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="When the alert fires, the activity is executed."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="for" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="until" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="repeatEvery" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assign" eSuperTypes="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Used to update values of containers with new data. Assigns the Form r-value to the To l-value. An Assign is an atomic Activity. All copy elements succeed or none of them do. Exceptions are raised by incompatible types."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="copy" lowerBound="1" upperBound="-1" eType="#//Copy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validate" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBooleanObject" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Copy" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//To" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//From" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keepSrcElementName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ignoreMissingFromData" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mustUnderstand" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Scope" eSuperTypes="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines a nested activity with its own associated fault and compensation handlers."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isolated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="faultHandlers" eType="#//FaultHandler" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compensationHandler" eType="#//CompensationHandler" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" eType="#//Variables" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correlationSets" eType="#//CorrelationSets" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventHandlers" eType="#//EventHandler" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="partnerLinks" eType="#//PartnerLinks" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="terminationHandler" eType="#//TerminationHandler" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messageExchanges" eType="#//MessageExchanges" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exitOnStandardFault" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompensateScope" eSuperTypes="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Used to invoke compensation of an inner scope that has already completed its execution normally. This construct can be invoked only from within a fault handler or the compensation handler of the scope that immediately encloses the scope for which compensation is to be performed."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the scope whose compensation handler is to be invoked."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompensationHandler" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractAssignBound" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="part" eType="ecore:EClass platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//Part"/> <eStructuralFeatures xsi:type="ecore:EReference" name="partnerLink" eType="#//PartnerLink"/> <eStructuralFeatures xsi:type="ecore:EReference" name="property" eType="ecore:EClass messageproperties.ecore#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="query" eType="#//Query" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="To" eSuperTypes="#//BPELExtensibleElement #//AbstractAssignBound"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents an l-value in an assignment activity. Can be used to query a node of a part of a container, a property of a container, or a service reference of a partner."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="From" eSuperTypes="#//BPELExtensibleElement #//AbstractAssignBound"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opaque" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Signifies that an opaque value is to be assigned to a container property based on a non-deterministic choice. Must be used in abstract processes only. The XSD type of the To container property must be derived from xsd:string restricted by enumeration or any restricted XSD integral numeric type."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endpointReference" eType="#//EndpointReferenceRole" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unsafeLiteral" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceRef" eType="#//ServiceRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass platform:/plugin/org.eclipse.xsd/model/XSD.ecore#//XSDTypeDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OnMessage" eSuperTypes="#//BPELExtensibleElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Receipt of the corresponding message, the activity is executed."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" eType="#//Activity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="portType" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//PortType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="partnerLink" lowerBound="1" eType="#//PartnerLink"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correlations" eType="#//Correlations" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fromParts" eType="#//FromParts" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messageExchange" lowerBound="1" eType="#//MessageExchange"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//ExtensibilityElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EJavaObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expressionLanguage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opaque" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBooleanObject" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExpression" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Correlation" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initiate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="no" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pattern" eType="#//CorrelationPattern" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="set" lowerBound="1" eType="#//CorrelationSet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CorrelationPattern"> <eLiterals name="request"/> <eLiterals name="response" value="1"/> <eLiterals name="requestresponse" value="2" literal="request-response"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EndpointReferenceRole"> <eLiterals name="myRole"/> <eLiterals name="partnerRole" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageExchange" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventHandler" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="alarm" upperBound="-1" eType="#//OnAlarm" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#//OnEvent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Source" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="Link" lowerBound="1" eType="#//Link" eOpposite="#//Link/sources"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitionCondition" eType="#//Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Target" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="Link" lowerBound="1" eType="#//Link" eOpposite="#//Link/targets"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PartnerLinks" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//PartnerLink" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageExchanges" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//MessageExchange" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variables" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorrelationSets" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//CorrelationSet" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Links" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Link" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CatchAll" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Correlations" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Correlation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messageType" eType="ecore:EClass platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//Message"/> <eStructuralFeatures xsi:type="ecore:EReference" name="XSDElement" eType="ecore:EClass platform:/plugin/org.eclipse.xsd/model/XSD.ecore#//XSDElementDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass platform:/plugin/org.eclipse.xsd/model/XSD.ecore#//XSDTypeDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//From" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnknownExtensibilityAttribute" eSuperTypes="platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//UnknownExtensibilityElement"/> <eClassifiers xsi:type="ecore:EClass" name="OnEvent" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" eType="#//Activity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="partnerLink" lowerBound="1" eType="#//PartnerLink"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correlations" eType="#//Correlations" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="portType" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//PortType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messageType" eType="ecore:EClass platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//Message"/> <eStructuralFeatures xsi:type="ecore:EReference" name="XSDElement" eType="ecore:EClass platform:/plugin/org.eclipse.xsd/model/XSD.ecore#//XSDElementDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correlationSets" eType="#//CorrelationSets" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fromParts" eType="#//FromParts" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messageExchange" lowerBound="1" eType="#//MessageExchange"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rethrow" eSuperTypes="#//Activity"/> <eClassifiers xsi:type="ecore:EClass" name="Condition" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Targets" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Target" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="joinCondition" eType="#//Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sources" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Source" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//WSDLElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="queryLanguage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceRef" eSuperTypes="platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referenceScheme" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Extensions" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Extension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtensionActivity" eSuperTypes="#//Activity"/> <eClassifiers xsi:type="ecore:EClass" name="FromPart" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="toVariable" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="part" eType="ecore:EClass platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//Part"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToPart" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="fromVariable" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="part" eType="ecore:EClass platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//Part"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpaqueActivity" eSuperTypes="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Hides detailed information of an existing executable activity. Using an Opaque Activity will turn the process into an abstract process."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForEach" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="startCounterValue" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finalCounterValue" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parallel" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBooleanObject" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="counterName" lowerBound="1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="completionCondition" eType="#//CompletionCondition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RepeatUntil" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TerminationHandler" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" eType="#//Activity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Validate" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="If" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseIf" upperBound="-1" eType="#//ElseIf" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//Else" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElseIf" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Else" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompletionCondition" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="branches" eType="#//Branches" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Branches" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="countCompletedBranchesOnly" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBooleanObject" defaultValueLiteral="false" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPELExtensibleElement" eSuperTypes="platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="documentation" eType="#//Documentation" unsettable="true" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Documentation" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lang" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Compensate" eSuperTypes="#//Activity"/> <eClassifiers xsi:type="ecore:EClass" name="FromParts" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//FromPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToParts" eSuperTypes="#//BPELExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//ToPart" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/aarfe/Tesi/sourceCode/Acceleo3.3CodeEclipseModelingIndigo3.7.2/01_FirstExampleBpelToJava/bpelModelsECORE/bpel.ecore
ecore
model Process name targetNamespace queryLanguage urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0 expressionLanguage urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0 suppressJoinFailure false variableAccessSerializable false partnerLinks variables activity faultHandlers eventHandlers correlationSets imports extensions exitOnStandardFault true messageExchanges abstractProcessProfile PartnerLink name myRole partnerRole PartnerLinkType initializePartnerRole FaultHandler catch catchAll Activity name suppressJoinFailure targets sources CorrelationSet name properties Invoke outputVariable inputVariable compensationHandler faultHandler fromParts toParts Link name sources targets Catch faultName faultVariable activity faultMessageType faultElement Reply faultName variable toParts messageExchange PartnerActivity partnerLink correlations portType operation Receive createInstance false variable fromParts messageExchange Exit Throw faultName faultVariable Wait for until Empty Sequence activities While activity condition Pick createInstance false messages alarm Flow activities links completionCondition OnAlarm activity for until repeatEvery Assign copy validate false Copy to from keepSrcElementName false ignoreMissingFromData false Extension namespace mustUnderstand false Scope isolated false faultHandlers compensationHandler activity variables correlationSets eventHandlers partnerLinks terminationHandler messageExchanges exitOnStandardFault false CompensateScope target CompensationHandler activity AbstractAssignBound variable part partnerLink property query expression To From opaque endpointReference literal unsafeLiteral serviceRef type OnMessage variable activity portType partnerLink correlations operation fromParts messageExchange Expression body expressionLanguage opaque BooleanExpression Correlation initiate no pattern set CorrelationPattern request request response response requestresponse request-response EndpointReferenceRole myRole myRole partnerRole partnerRole MessageExchange name EventHandler alarm events Source Link activity transitionCondition Target Link activity PartnerLinks children MessageExchanges children Variables children CorrelationSets children Links children CatchAll activity Correlations children Variable name messageType XSDElement type from UnknownExtensibilityAttribute OnEvent activity variable partnerLink correlations operation portType messageType XSDElement correlationSets fromParts messageExchange Import namespace location importType Rethrow Condition Targets children joinCondition Sources children Query value queryLanguage ServiceRef referenceScheme value Extensions children ExtensionActivity FromPart toVariable part ToPart fromVariable part OpaqueActivity ForEach startCounterValue finalCounterValue parallel false counterName completionCondition activity RepeatUntil activity condition TerminationHandler activity Validate variables If condition elseIf else activity ElseIf condition activity Else activity CompletionCondition branches Branches countCompletedBranchesOnly false BPELExtensibleElement documentation Documentation lang source value Compensate FromParts children ToParts children
null
{"directed":true,"nodes":[{"nsPrefix":"bpws","nsURI":"http://docs.oasis-open.org/wsbpel/2.0/process/executable","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartnerLink","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FaultHandler","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorrelationSet","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Invoke","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Catch","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reply","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartnerActivity","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Receive","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exit","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Throw","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Wait","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Empty","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequence","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pick","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flow","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OnAlarm","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assign","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Copy","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scope","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompensateScope","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompensationHandler","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractAssignBound","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"To","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"From","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OnMessage","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Correlation","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CorrelationPattern","instanceClass":null,"id":34,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EndpointReferenceRole","instanceClass":null,"id":35,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageExchange","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventHandler","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Source","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Target","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartnerLinks","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageExchanges","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variables","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorrelationSets","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Links","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchAll","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Correlations","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnknownExtensibilityAttribute","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OnEvent","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rethrow","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Targets","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sources","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceRef","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extensions","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionActivity","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromPart","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToPart","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueActivity","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEach","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepeatUntil","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminationHandler","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Validate","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElseIf","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Else","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompletionCondition","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Branches","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPELExtensibleElement","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Documentation","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Compensate","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromParts","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToParts","instanceClass":null,"abstract":false,"id":75,"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":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":"targetNamespace","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0","unsettable":true,"transient":false,"unique":true,"name":"queryLanguage","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0","unsettable":true,"transient":false,"unique":true,"name":"expressionLanguage","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"suppressJoinFailure","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":"false","unsettable":true,"transient":false,"unique":true,"name":"variableAccessSerializable","changeable":true,"lowerBound":0,"iD":false,"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":"partnerLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"faultHandlers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eventHandlers","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":"correlationSets","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":"imports","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":"extensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"exitOnStandardFault","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"messageExchanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"abstractProcessProfile","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"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"myRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"partnerRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"PartnerLinkType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"initializePartnerRole","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"catchAll","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"suppressJoinFailure","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputVariable","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":false,"unsettable":false,"transient":false,"unique":true,"name":"inputVariable","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":"compensationHandler","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"faultHandler","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fromParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":false,"unsettable":false,"transient":false,"unique":true,"name":"sources","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":"targets","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Link","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":"Link","changeable":true,"resolveProxies":true,"lowerBound":1,"id":162,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"faultName","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":"faultVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"faultMessageType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"faultElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"faultName","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"messageExchange","changeable":true,"resolveProxies":true,"lowerBound":1,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"partnerLink","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":"correlations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":186,"derived":false},{"container":false,"ordered":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":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"createInstance","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"fromParts","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":false,"unsettable":false,"transient":false,"unique":true,"name":"messageExchange","changeable":true,"resolveProxies":true,"lowerBound":1,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"faultName","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"faultVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"for","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"until","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activities","changeable":true,"resolveProxies":true,"lowerBound":1,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","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":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"createInstance","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"messages","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":"alarm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activities","changeable":true,"resolveProxies":true,"lowerBound":1,"id":229,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"completionCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"for","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"until","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":"repeatEvery","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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"copy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":245,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"validate","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":250,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":251,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"keepSrcElementName","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"ignoreMissingFromData","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"lowerBound":0,"iD":false,"id":259,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"mustUnderstand","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"isolated","changeable":true,"lowerBound":0,"iD":false,"id":264,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"faultHandlers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compensationHandler","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"variables","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":"correlationSets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eventHandlers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"partnerLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"terminationHandler","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"messageExchanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"exitOnStandardFault","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"container":false,"ordered":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":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"partnerLink","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":false,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"opaque","changeable":true,"lowerBound":0,"iD":false,"id":307,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"endpointReference","changeable":true,"lowerBound":0,"iD":false,"id":308,"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":"literal","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":"unsafeLiteral","changeable":true,"lowerBound":0,"iD":false,"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":"serviceRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":323,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"partnerLink","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"correlations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":326,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fromParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"messageExchange","changeable":true,"resolveProxies":true,"lowerBound":1,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"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":338,"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":"expressionLanguage","changeable":true,"lowerBound":0,"iD":false,"id":339,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"opaque","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"},{"ordered":true,"upperBound":1,"defaultValue":"no","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"no","unsettable":true,"transient":false,"unique":true,"name":"initiate","changeable":true,"lowerBound":0,"iD":false,"id":346,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"pattern","changeable":true,"lowerBound":0,"iD":false,"id":347,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"set","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"},{"name":"request","id":353,"value":0,"literal":"request","eClass":"EEnumLiteral"},{"name":"response","id":354,"value":1,"literal":"response","eClass":"EEnumLiteral"},{"name":"requestresponse","id":355,"value":2,"literal":"request-response","eClass":"EEnumLiteral"},{"name":"myRole","id":356,"value":0,"literal":"myRole","eClass":"EEnumLiteral"},{"name":"partnerRole","id":357,"value":1,"literal":"partnerRole","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alarm","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":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":366,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitionCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":372,"derived":false},{"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":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"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":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":391,"derived":false},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":397,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"messageType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":398,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"XSDElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":400,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"partnerLink","changeable":true,"resolveProxies":true,"lowerBound":1,"id":411,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"correlations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"container":false,"ordered":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":413,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":414,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"messageType","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":"XSDElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":416,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"correlationSets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":417,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fromParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":418,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"messageExchange","changeable":true,"resolveProxies":true,"lowerBound":1,"id":419,"derived":false},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"lowerBound":0,"iD":false,"id":432,"derived":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":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":"importType","changeable":true,"lowerBound":0,"iD":false,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"joinCondition","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":449,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"queryLanguage","changeable":true,"lowerBound":0,"iD":false,"id":450,"derived":false},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"referenceScheme","changeable":true,"lowerBound":0,"iD":false,"id":454,"derived":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":455,"derived":false},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":464,"derived":false},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":468,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":469,"derived":false},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"startCounterValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":474,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finalCounterValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":475,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"parallel","changeable":true,"lowerBound":1,"iD":false,"id":476,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"counterName","changeable":true,"resolveProxies":true,"lowerBound":1,"id":477,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"completionCondition","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":"activity","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"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":487,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":488,"derived":false},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":492,"derived":false},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":495,"derived":false},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":498,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseIf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":499,"derived":false},{"container":false,"ordered":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":500,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":507,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":512,"derived":false},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"branches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":515,"derived":false},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"countCompletedBranchesOnly","changeable":true,"lowerBound":0,"iD":false,"id":518,"derived":false},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"documentation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":521,"derived":false},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lang","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":"source","changeable":true,"lowerBound":0,"iD":false,"id":525,"derived":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":526,"derived":false},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":532,"derived":false},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":535,"derived":false},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":1,"target":0},{"source":1,"target":71},{"source":1,"target":76},{"source":1,"target":77},{"source":1,"target":78},{"source":1,"target":79},{"source":1,"target":80},{"source":1,"target":81},{"source":1,"target":82},{"source":1,"target":83},{"source":1,"target":84},{"source":1,"target":85},{"source":1,"target":86},{"source":1,"target":87},{"source":1,"target":88},{"source":1,"target":89},{"source":1,"target":90},{"source":1,"target":91},{"source":1,"target":92},{"source":1,"target":93},{"source":76,"target":94},{"source":76,"target":1},{"source":77,"target":95},{"source":77,"target":1},{"source":78,"target":96},{"source":78,"target":1},{"source":79,"target":97},{"source":79,"target":1},{"source":80,"target":98},{"source":80,"target":1},{"source":81,"target":99},{"source":81,"target":1},{"source":82,"target":40},{"source":82,"target":100},{"source":82,"target":1},{"source":100,"target":40},{"source":83,"target":42},{"source":83,"target":101},{"source":83,"target":1},{"source":101,"target":42},{"source":84,"target":4},{"source":84,"target":102},{"source":84,"target":1},{"source":102,"target":4},{"source":85,"target":3},{"source":85,"target":103},{"source":85,"target":1},{"source":103,"target":3},{"source":86,"target":37},{"source":86,"target":104},{"source":86,"target":1},{"source":104,"target":37},{"source":87,"target":43},{"source":87,"target":105},{"source":87,"target":1},{"source":105,"target":43},{"source":88,"target":50},{"source":88,"target":106},{"source":88,"target":1},{"source":106,"target":50},{"source":89,"target":57},{"source":89,"target":107},{"source":89,"target":1},{"source":107,"target":57},{"source":90,"target":108},{"source":90,"target":1},{"source":91,"target":41},{"source":91,"target":109},{"source":91,"target":1},{"source":109,"target":41},{"source":92,"target":110},{"source":92,"target":1},{"source":93,"target":71},{"source":2,"target":0},{"source":2,"target":71},{"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":111,"target":117},{"source":111,"target":2},{"source":112,"target":118},{"source":112,"target":2},{"source":113,"target":119},{"source":113,"target":2},{"source":114,"target":120},{"source":114,"target":2},{"source":115,"target":121},{"source":115,"target":2},{"source":116,"target":71},{"source":3,"target":0},{"source":3,"target":71},{"source":3,"target":122},{"source":3,"target":123},{"source":3,"target":124},{"source":122,"target":8},{"source":122,"target":125},{"source":122,"target":3},{"source":125,"target":8},{"source":123,"target":45},{"source":123,"target":126},{"source":123,"target":3},{"source":126,"target":45},{"source":124,"target":71},{"source":4,"target":0},{"source":4,"target":71},{"source":4,"target":127},{"source":4,"target":128},{"source":4,"target":129},{"source":4,"target":130},{"source":4,"target":131},{"source":127,"target":132},{"source":127,"target":4},{"source":128,"target":133},{"source":128,"target":4},{"source":129,"target":53},{"source":129,"target":134},{"source":129,"target":4},{"source":134,"target":53},{"source":130,"target":54},{"source":130,"target":135},{"source":130,"target":4},{"source":135,"target":54},{"source":131,"target":71},{"source":5,"target":0},{"source":5,"target":71},{"source":5,"target":136},{"source":5,"target":137},{"source":5,"target":138},{"source":136,"target":139},{"source":136,"target":5},{"source":137,"target":140},{"source":137,"target":5},{"source":138,"target":71},{"source":6,"target":0},{"source":6,"target":10},{"source":6,"target":141},{"source":6,"target":142},{"source":6,"target":143},{"source":6,"target":144},{"source":6,"target":145},{"source":6,"target":146},{"source":6,"target":147},{"source":141,"target":47},{"source":141,"target":148},{"source":141,"target":6},{"source":148,"target":47},{"source":142,"target":47},{"source":142,"target":149},{"source":142,"target":6},{"source":149,"target":47},{"source":143,"target":26},{"source":143,"target":150},{"source":143,"target":6},{"source":150,"target":26},{"source":144,"target":3},{"source":144,"target":151},{"source":144,"target":6},{"source":151,"target":3},{"source":145,"target":74},{"source":145,"target":152},{"source":145,"target":6},{"source":152,"target":74},{"source":146,"target":75},{"source":146,"target":153},{"source":146,"target":6},{"source":153,"target":75},{"source":147,"target":10},{"source":7,"target":0},{"source":7,"target":71},{"source":7,"target":154},{"source":7,"target":155},{"source":7,"target":156},{"source":7,"target":157},{"source":154,"target":158},{"source":154,"target":7},{"source":155,"target":38},{"source":155,"target":159},{"source":155,"target":7},{"source":155,"target":160},{"source":159,"target":38},{"source":156,"target":39},{"source":156,"target":161},{"source":156,"target":7},{"source":156,"target":162},{"source":161,"target":39},{"source":157,"target":71},{"source":8,"target":0},{"source":8,"target":71},{"source":8,"target":163},{"source":8,"target":164},{"source":8,"target":165},{"source":8,"target":166},{"source":8,"target":167},{"source":8,"target":168},{"source":163,"target":169},{"source":163,"target":8},{"source":164,"target":47},{"source":164,"target":170},{"source":164,"target":8},{"source":170,"target":47},{"source":165,"target":4},{"source":165,"target":171},{"source":165,"target":8},{"source":171,"target":4},{"source":166,"target":172},{"source":166,"target":8},{"source":167,"target":173},{"source":167,"target":8},{"source":168,"target":71},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":4},{"source":9,"target":174},{"source":9,"target":175},{"source":9,"target":176},{"source":9,"target":177},{"source":9,"target":178},{"source":9,"target":179},{"source":174,"target":180},{"source":174,"target":9},{"source":175,"target":47},{"source":175,"target":181},{"source":175,"target":9},{"source":181,"target":47},{"source":176,"target":75},{"source":176,"target":182},{"source":176,"target":9},{"source":182,"target":75},{"source":177,"target":36},{"source":177,"target":183},{"source":177,"target":9},{"source":183,"target":36},{"source":178,"target":10},{"source":179,"target":4},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":184},{"source":10,"target":185},{"source":10,"target":186},{"source":10,"target":187},{"source":10,"target":188},{"source":184,"target":2},{"source":184,"target":189},{"source":184,"target":10},{"source":189,"target":2},{"source":185,"target":46},{"source":185,"target":190},{"source":185,"target":10},{"source":190,"target":46},{"source":186,"target":191},{"source":186,"target":10},{"source":187,"target":192},{"source":187,"target":10},{"source":188,"target":4},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":193},{"source":11,"target":194},{"source":11,"target":195},{"source":11,"target":196},{"source":11,"target":197},{"source":193,"target":198},{"source":193,"target":11},{"source":194,"target":47},{"source":194,"target":199},{"source":194,"target":11},{"source":199,"target":47},{"source":195,"target":74},{"source":195,"target":200},{"source":195,"target":11},{"source":200,"target":74},{"source":196,"target":36},{"source":196,"target":201},{"source":196,"target":11},{"source":201,"target":36},{"source":197,"target":10},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":202},{"source":202,"target":4},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":203},{"source":13,"target":204},{"source":13,"target":205},{"source":203,"target":206},{"source":203,"target":13},{"source":204,"target":47},{"source":204,"target":207},{"source":204,"target":13},{"source":207,"target":47},{"source":205,"target":4},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":208},{"source":14,"target":209},{"source":14,"target":210},{"source":208,"target":31},{"source":208,"target":211},{"source":208,"target":14},{"source":211,"target":31},{"source":209,"target":31},{"source":209,"target":212},{"source":209,"target":14},{"source":212,"target":31},{"source":210,"target":4},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":213},{"source":213,"target":4},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":214},{"source":16,"target":215},{"source":214,"target":4},{"source":214,"target":216},{"source":214,"target":16},{"source":216,"target":4},{"source":215,"target":4},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":217},{"source":17,"target":218},{"source":17,"target":219},{"source":217,"target":4},{"source":217,"target":220},{"source":217,"target":17},{"source":220,"target":4},{"source":218,"target":52},{"source":218,"target":221},{"source":218,"target":17},{"source":221,"target":52},{"source":219,"target":4},{"source":18,"target":0},{"source":18,"target":4},{"source":18,"target":222},{"source":18,"target":223},{"source":18,"target":224},{"source":18,"target":225},{"source":222,"target":226},{"source":222,"target":18},{"source":223,"target":30},{"source":223,"target":227},{"source":223,"target":18},{"source":227,"target":30},{"source":224,"target":20},{"source":224,"target":228},{"source":224,"target":18},{"source":228,"target":20},{"source":225,"target":4},{"source":19,"target":0},{"source":19,"target":4},{"source":19,"target":229},{"source":19,"target":230},{"source":19,"target":231},{"source":19,"target":232},{"source":229,"target":4},{"source":229,"target":233},{"source":229,"target":19},{"source":233,"target":4},{"source":230,"target":44},{"source":230,"target":234},{"source":230,"target":19},{"source":234,"target":44},{"source":231,"target":69},{"source":231,"target":235},{"source":231,"target":19},{"source":235,"target":69},{"source":232,"target":4},{"source":20,"target":0},{"source":20,"target":71},{"source":20,"target":236},{"source":20,"target":237},{"source":20,"target":238},{"source":20,"target":239},{"source":20,"target":240},{"source":236,"target":4},{"source":236,"target":241},{"source":236,"target":20},{"source":241,"target":4},{"source":237,"target":31},{"source":237,"target":242},{"source":237,"target":20},{"source":242,"target":31},{"source":238,"target":31},{"source":238,"target":243},{"source":238,"target":20},{"source":243,"target":31},{"source":239,"target":31},{"source":239,"target":244},{"source":239,"target":20},{"source":244,"target":31},{"source":240,"target":71},{"source":21,"target":0},{"source":21,"target":4},{"source":21,"target":245},{"source":21,"target":246},{"source":21,"target":247},{"source":245,"target":22},{"source":245,"target":248},{"source":245,"target":21},{"source":248,"target":22},{"source":246,"target":249},{"source":246,"target":21},{"source":247,"target":4},{"source":22,"target":0},{"source":22,"target":71},{"source":22,"target":250},{"source":22,"target":251},{"source":22,"target":252},{"source":22,"target":253},{"source":22,"target":254},{"source":250,"target":28},{"source":250,"target":255},{"source":250,"target":22},{"source":255,"target":28},{"source":251,"target":29},{"source":251,"target":256},{"source":251,"target":22},{"source":256,"target":29},{"source":252,"target":257},{"source":252,"target":22},{"source":253,"target":258},{"source":253,"target":22},{"source":254,"target":71},{"source":23,"target":0},{"source":23,"target":71},{"source":23,"target":259},{"source":23,"target":260},{"source":23,"target":261},{"source":259,"target":262},{"source":259,"target":23},{"source":260,"target":263},{"source":260,"target":23},{"source":261,"target":71},{"source":24,"target":0},{"source":24,"target":4},{"source":24,"target":264},{"source":24,"target":265},{"source":24,"target":266},{"source":24,"target":267},{"source":24,"target":268},{"source":24,"target":269},{"source":24,"target":270},{"source":24,"target":271},{"source":24,"target":272},{"source":24,"target":273},{"source":24,"target":274},{"source":24,"target":275},{"source":264,"target":276},{"source":264,"target":24},{"source":265,"target":3},{"source":265,"target":277},{"source":265,"target":24},{"source":277,"target":3},{"source":266,"target":26},{"source":266,"target":278},{"source":266,"target":24},{"source":278,"target":26},{"source":267,"target":4},{"source":267,"target":279},{"source":267,"target":24},{"source":279,"target":4},{"source":268,"target":42},{"source":268,"target":280},{"source":268,"target":24},{"source":280,"target":42},{"source":269,"target":43},{"source":269,"target":281},{"source":269,"target":24},{"source":281,"target":43},{"source":270,"target":37},{"source":270,"target":282},{"source":270,"target":24},{"source":282,"target":37},{"source":271,"target":40},{"source":271,"target":283},{"source":271,"target":24},{"source":283,"target":40},{"source":272,"target":64},{"source":272,"target":284},{"source":272,"target":24},{"source":284,"target":64},{"source":273,"target":41},{"source":273,"target":285},{"source":273,"target":24},{"source":285,"target":41},{"source":274,"target":286},{"source":274,"target":24},{"source":275,"target":4},{"source":25,"target":0},{"source":25,"target":4},{"source":25,"target":287},{"source":25,"target":288},{"source":287,"target":4},{"source":287,"target":289},{"source":287,"target":25},{"source":289,"target":4},{"source":288,"target":4},{"source":26,"target":0},{"source":26,"target":71},{"source":26,"target":290},{"source":26,"target":291},{"source":290,"target":4},{"source":290,"target":292},{"source":290,"target":26},{"source":292,"target":4},{"source":291,"target":71},{"source":27,"target":0},{"source":27,"target":293},{"source":27,"target":294},{"source":27,"target":295},{"source":27,"target":296},{"source":27,"target":297},{"source":27,"target":298},{"source":293,"target":47},{"source":293,"target":299},{"source":293,"target":27},{"source":299,"target":47},{"source":294,"target":300},{"source":294,"target":27},{"source":295,"target":2},{"source":295,"target":301},{"source":295,"target":27},{"source":301,"target":2},{"source":296,"target":302},{"source":296,"target":27},{"source":297,"target":55},{"source":297,"target":303},{"source":297,"target":27},{"source":303,"target":55},{"source":298,"target":31},{"source":298,"target":304},{"source":298,"target":27},{"source":304,"target":31},{"source":28,"target":0},{"source":28,"target":71},{"source":28,"target":27},{"source":28,"target":305},{"source":28,"target":306},{"source":305,"target":71},{"source":306,"target":27},{"source":29,"target":0},{"source":29,"target":71},{"source":29,"target":27},{"source":29,"target":307},{"source":29,"target":308},{"source":29,"target":309},{"source":29,"target":310},{"source":29,"target":311},{"source":29,"target":312},{"source":29,"target":313},{"source":29,"target":314},{"source":307,"target":315},{"source":307,"target":29},{"source":308,"target":35},{"source":308,"target":316},{"source":308,"target":29},{"source":316,"target":35},{"source":309,"target":317},{"source":309,"target":29},{"source":310,"target":318},{"source":310,"target":29},{"source":311,"target":56},{"source":311,"target":319},{"source":311,"target":29},{"source":319,"target":56},{"source":312,"target":320},{"source":312,"target":29},{"source":313,"target":71},{"source":314,"target":27},{"source":30,"target":0},{"source":30,"target":71},{"source":30,"target":321},{"source":30,"target":322},{"source":30,"target":323},{"source":30,"target":324},{"source":30,"target":325},{"source":30,"target":326},{"source":30,"target":327},{"source":30,"target":328},{"source":30,"target":329},{"source":321,"target":47},{"source":321,"target":330},{"source":321,"target":30},{"source":330,"target":47},{"source":322,"target":4},{"source":322,"target":331},{"source":322,"target":30},{"source":331,"target":4},{"source":323,"target":332},{"source":323,"target":30},{"source":324,"target":2},{"source":324,"target":333},{"source":324,"target":30},{"source":333,"target":2},{"source":325,"target":46},{"source":325,"target":334},{"source":325,"target":30},{"source":334,"target":46},{"source":326,"target":335},{"source":326,"target":30},{"source":327,"target":74},{"source":327,"target":336},{"source":327,"target":30},{"source":336,"target":74},{"source":328,"target":36},{"source":328,"target":337},{"source":328,"target":30},{"source":337,"target":36},{"source":329,"target":71},{"source":31,"target":0},{"source":31,"target":338},{"source":31,"target":339},{"source":31,"target":340},{"source":31,"target":341},{"source":338,"target":342},{"source":338,"target":31},{"source":339,"target":343},{"source":339,"target":31},{"source":340,"target":344},{"source":340,"target":31},{"source":32,"target":0},{"source":32,"target":31},{"source":32,"target":345},{"source":345,"target":31},{"source":33,"target":0},{"source":33,"target":71},{"source":33,"target":346},{"source":33,"target":347},{"source":33,"target":348},{"source":33,"target":349},{"source":346,"target":350},{"source":346,"target":33},{"source":347,"target":34},{"source":347,"target":351},{"source":347,"target":33},{"source":351,"target":34},{"source":348,"target":5},{"source":348,"target":352},{"source":348,"target":33},{"source":352,"target":5},{"source":349,"target":71},{"source":34,"target":0},{"source":34,"target":353},{"source":34,"target":354},{"source":34,"target":355},{"source":353,"target":34},{"source":354,"target":34},{"source":355,"target":34},{"source":35,"target":0},{"source":35,"target":356},{"source":35,"target":357},{"source":356,"target":35},{"source":357,"target":35},{"source":36,"target":0},{"source":36,"target":71},{"source":36,"target":358},{"source":36,"target":359},{"source":358,"target":360},{"source":358,"target":36},{"source":359,"target":71},{"source":37,"target":0},{"source":37,"target":71},{"source":37,"target":361},{"source":37,"target":362},{"source":37,"target":363},{"source":361,"target":20},{"source":361,"target":364},{"source":361,"target":37},{"source":364,"target":20},{"source":362,"target":49},{"source":362,"target":365},{"source":362,"target":37},{"source":365,"target":49},{"source":363,"target":71},{"source":38,"target":0},{"source":38,"target":71},{"source":38,"target":160},{"source":38,"target":366},{"source":38,"target":367},{"source":38,"target":368},{"source":160,"target":7},{"source":160,"target":369},{"source":160,"target":38},{"source":160,"target":155},{"source":369,"target":7},{"source":366,"target":4},{"source":366,"target":370},{"source":366,"target":38},{"source":370,"target":4},{"source":367,"target":52},{"source":367,"target":371},{"source":367,"target":38},{"source":371,"target":52},{"source":368,"target":71},{"source":39,"target":0},{"source":39,"target":71},{"source":39,"target":162},{"source":39,"target":372},{"source":39,"target":373},{"source":162,"target":7},{"source":162,"target":374},{"source":162,"target":39},{"source":162,"target":156},{"source":374,"target":7},{"source":372,"target":4},{"source":372,"target":375},{"source":372,"target":39},{"source":375,"target":4},{"source":373,"target":71},{"source":40,"target":0},{"source":40,"target":71},{"source":40,"target":376},{"source":40,"target":377},{"source":376,"target":2},{"source":376,"target":378},{"source":376,"target":40},{"source":378,"target":2},{"source":377,"target":71},{"source":41,"target":0},{"source":41,"target":71},{"source":41,"target":379},{"source":41,"target":380},{"source":379,"target":36},{"source":379,"target":381},{"source":379,"target":41},{"source":381,"target":36},{"source":380,"target":71},{"source":42,"target":0},{"source":42,"target":71},{"source":42,"target":382},{"source":42,"target":383},{"source":382,"target":47},{"source":382,"target":384},{"source":382,"target":42},{"source":384,"target":47},{"source":383,"target":71},{"source":43,"target":0},{"source":43,"target":71},{"source":43,"target":385},{"source":43,"target":386},{"source":385,"target":5},{"source":385,"target":387},{"source":385,"target":43},{"source":387,"target":5},{"source":386,"target":71},{"source":44,"target":0},{"source":44,"target":71},{"source":44,"target":388},{"source":44,"target":389},{"source":388,"target":7},{"source":388,"target":390},{"source":388,"target":44},{"source":390,"target":7},{"source":389,"target":71},{"source":45,"target":0},{"source":45,"target":71},{"source":45,"target":391},{"source":45,"target":392},{"source":391,"target":4},{"source":391,"target":393},{"source":391,"target":45},{"source":393,"target":4},{"source":392,"target":71},{"source":46,"target":0},{"source":46,"target":71},{"source":46,"target":394},{"source":46,"target":395},{"source":394,"target":33},{"source":394,"target":396},{"source":394,"target":46},{"source":396,"target":33},{"source":395,"target":71},{"source":47,"target":0},{"source":47,"target":71},{"source":47,"target":397},{"source":47,"target":398},{"source":47,"target":399},{"source":47,"target":400},{"source":47,"target":401},{"source":47,"target":402},{"source":397,"target":403},{"source":397,"target":47},{"source":398,"target":404},{"source":398,"target":47},{"source":399,"target":405},{"source":399,"target":47},{"source":400,"target":406},{"source":400,"target":47},{"source":401,"target":29},{"source":401,"target":407},{"source":401,"target":47},{"source":407,"target":29},{"source":402,"target":71},{"source":48,"target":0},{"source":48,"target":408},{"source":49,"target":0},{"source":49,"target":71},{"source":49,"target":409},{"source":49,"target":410},{"source":49,"target":411},{"source":49,"target":412},{"source":49,"target":413},{"source":49,"target":414},{"source":49,"target":415},{"source":49,"target":416},{"source":49,"target":417},{"source":49,"target":418},{"source":49,"target":419},{"source":49,"target":420},{"source":409,"target":4},{"source":409,"target":421},{"source":409,"target":49},{"source":421,"target":4},{"source":410,"target":47},{"source":410,"target":422},{"source":410,"target":49},{"source":422,"target":47},{"source":411,"target":2},{"source":411,"target":423},{"source":411,"target":49},{"source":423,"target":2},{"source":412,"target":46},{"source":412,"target":424},{"source":412,"target":49},{"source":424,"target":46},{"source":413,"target":425},{"source":413,"target":49},{"source":414,"target":426},{"source":414,"target":49},{"source":415,"target":427},{"source":415,"target":49},{"source":416,"target":428},{"source":416,"target":49},{"source":417,"target":43},{"source":417,"target":429},{"source":417,"target":49},{"source":429,"target":43},{"source":418,"target":74},{"source":418,"target":430},{"source":418,"target":49},{"source":430,"target":74},{"source":419,"target":36},{"source":419,"target":431},{"source":419,"target":49},{"source":431,"target":36},{"source":420,"target":71},{"source":50,"target":0},{"source":50,"target":71},{"source":50,"target":432},{"source":50,"target":433},{"source":50,"target":434},{"source":50,"target":435},{"source":432,"target":436},{"source":432,"target":50},{"source":433,"target":437},{"source":433,"target":50},{"source":434,"target":438},{"source":434,"target":50},{"source":435,"target":71},{"source":51,"target":0},{"source":51,"target":4},{"source":51,"target":439},{"source":439,"target":4},{"source":52,"target":0},{"source":52,"target":31},{"source":52,"target":440},{"source":440,"target":31},{"source":53,"target":0},{"source":53,"target":71},{"source":53,"target":441},{"source":53,"target":442},{"source":53,"target":443},{"source":441,"target":39},{"source":441,"target":444},{"source":441,"target":53},{"source":444,"target":39},{"source":442,"target":52},{"source":442,"target":445},{"source":442,"target":53},{"source":445,"target":52},{"source":443,"target":71},{"source":54,"target":0},{"source":54,"target":71},{"source":54,"target":446},{"source":54,"target":447},{"source":446,"target":38},{"source":446,"target":448},{"source":446,"target":54},{"source":448,"target":38},{"source":447,"target":71},{"source":55,"target":0},{"source":55,"target":449},{"source":55,"target":450},{"source":55,"target":451},{"source":449,"target":452},{"source":449,"target":55},{"source":450,"target":453},{"source":450,"target":55},{"source":56,"target":0},{"source":56,"target":454},{"source":56,"target":455},{"source":56,"target":456},{"source":454,"target":457},{"source":454,"target":56},{"source":455,"target":458},{"source":455,"target":56},{"source":57,"target":0},{"source":57,"target":71},{"source":57,"target":459},{"source":57,"target":460},{"source":459,"target":23},{"source":459,"target":461},{"source":459,"target":57},{"source":461,"target":23},{"source":460,"target":71},{"source":58,"target":0},{"source":58,"target":4},{"source":58,"target":462},{"source":462,"target":4},{"source":59,"target":0},{"source":59,"target":71},{"source":59,"target":463},{"source":59,"target":464},{"source":59,"target":465},{"source":463,"target":47},{"source":463,"target":466},{"source":463,"target":59},{"source":466,"target":47},{"source":464,"target":467},{"source":464,"target":59},{"source":465,"target":71},{"source":60,"target":0},{"source":60,"target":71},{"source":60,"target":468},{"source":60,"target":469},{"source":60,"target":470},{"source":468,"target":47},{"source":468,"target":471},{"source":468,"target":60},{"source":471,"target":47},{"source":469,"target":472},{"source":469,"target":60},{"source":470,"target":71},{"source":61,"target":0},{"source":61,"target":4},{"source":61,"target":473},{"source":473,"target":4},{"source":62,"target":0},{"source":62,"target":4},{"source":62,"target":474},{"source":62,"target":475},{"source":62,"target":476},{"source":62,"target":477},{"source":62,"target":478},{"source":62,"target":479},{"source":62,"target":480},{"source":474,"target":31},{"source":474,"target":481},{"source":474,"target":62},{"source":481,"target":31},{"source":475,"target":31},{"source":475,"target":482},{"source":475,"target":62},{"source":482,"target":31},{"source":476,"target":483},{"source":476,"target":62},{"source":477,"target":47},{"source":477,"target":484},{"source":477,"target":62},{"source":484,"target":47},{"source":478,"target":69},{"source":478,"target":485},{"source":478,"target":62},{"source":485,"target":69},{"source":479,"target":4},{"source":479,"target":486},{"source":479,"target":62},{"source":486,"target":4},{"source":480,"target":4},{"source":63,"target":0},{"source":63,"target":4},{"source":63,"target":487},{"source":63,"target":488},{"source":63,"target":489},{"source":487,"target":4},{"source":487,"target":490},{"source":487,"target":63},{"source":490,"target":4},{"source":488,"target":52},{"source":488,"target":491},{"source":488,"target":63},{"source":491,"target":52},{"source":489,"target":4},{"source":64,"target":0},{"source":64,"target":71},{"source":64,"target":492},{"source":64,"target":493},{"source":492,"target":4},{"source":492,"target":494},{"source":492,"target":64},{"source":494,"target":4},{"source":493,"target":71},{"source":65,"target":0},{"source":65,"target":4},{"source":65,"target":495},{"source":65,"target":496},{"source":495,"target":47},{"source":495,"target":497},{"source":495,"target":65},{"source":497,"target":47},{"source":496,"target":4},{"source":66,"target":0},{"source":66,"target":4},{"source":66,"target":498},{"source":66,"target":499},{"source":66,"target":500},{"source":66,"target":501},{"source":66,"target":502},{"source":498,"target":52},{"source":498,"target":503},{"source":498,"target":66},{"source":503,"target":52},{"source":499,"target":67},{"source":499,"target":504},{"source":499,"target":66},{"source":504,"target":67},{"source":500,"target":68},{"source":500,"target":505},{"source":500,"target":66},{"source":505,"target":68},{"source":501,"target":4},{"source":501,"target":506},{"source":501,"target":66},{"source":506,"target":4},{"source":502,"target":4},{"source":67,"target":0},{"source":67,"target":71},{"source":67,"target":507},{"source":67,"target":508},{"source":67,"target":509},{"source":507,"target":52},{"source":507,"target":510},{"source":507,"target":67},{"source":510,"target":52},{"source":508,"target":4},{"source":508,"target":511},{"source":508,"target":67},{"source":511,"target":4},{"source":509,"target":71},{"source":68,"target":0},{"source":68,"target":71},{"source":68,"target":512},{"source":68,"target":513},{"source":512,"target":4},{"source":512,"target":514},{"source":512,"target":68},{"source":514,"target":4},{"source":513,"target":71},{"source":69,"target":0},{"source":69,"target":71},{"source":69,"target":515},{"source":69,"target":516},{"source":515,"target":70},{"source":515,"target":517},{"source":515,"target":69},{"source":517,"target":70},{"source":516,"target":71},{"source":70,"target":0},{"source":70,"target":31},{"source":70,"target":518},{"source":70,"target":519},{"source":518,"target":520},{"source":518,"target":70},{"source":519,"target":31},{"source":71,"target":0},{"source":71,"target":521},{"source":71,"target":522},{"source":521,"target":72},{"source":521,"target":523},{"source":521,"target":71},{"source":523,"target":72},{"source":72,"target":0},{"source":72,"target":71},{"source":72,"target":524},{"source":72,"target":525},{"source":72,"target":526},{"source":72,"target":527},{"source":524,"target":528},{"source":524,"target":72},{"source":525,"target":529},{"source":525,"target":72},{"source":526,"target":530},{"source":526,"target":72},{"source":527,"target":71},{"source":73,"target":0},{"source":73,"target":4},{"source":73,"target":531},{"source":531,"target":4},{"source":74,"target":0},{"source":74,"target":71},{"source":74,"target":532},{"source":74,"target":533},{"source":532,"target":59},{"source":532,"target":534},{"source":532,"target":74},{"source":534,"target":59},{"source":533,"target":71},{"source":75,"target":0},{"source":75,"target":71},{"source":75,"target":535},{"source":75,"target":536},{"source":535,"target":60},{"source":535,"target":537},{"source":535,"target":75},{"source":537,"target":60},{"source":536,"target":71}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ReportDsl"> <eClassifiers xsi:type="ecore:EClass" name="Report"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="information" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/quratulain-york/org.eclipse.epsilon/examples/org.eclipse.epsilon.examples.mddtif/metamodels/ReportDsl.ecore
ecore
ReportDsl Report name information
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"ReportDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Report","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"information","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"},{"id":5,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3},{"source":2,"target":4},{"source":2,"target":1},{"source":3,"target":5},{"source":3,"target":1}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="usecase" nsURI="http://www.dlr.de/symo4pd/usecasel/2016/" nsPrefix="usecase"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The usecase package contains the basic elements of the SYMO4PD model which are used by the problem definition."/> <details key="source" value="premise_usecase.ecore"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="UseCaseRepository" eSuperTypes="symo_element.ecore#//ARepository"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A use case repository persists a collection of use cases in a persistence. Therefore a usecase file is created."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="usecase" upperBound="-1" eType="#//UseCase" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The collection of use cases."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="symo_element.ecore#//AElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A use case is a series of related interactions between an actor and a system that enables the actor to achieve a goal."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" upperBound="-1" eType="ecore:EClass symo_element.ecore#//Mode"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The collection of specified conditions."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredParameter" upperBound="-1" eType="ecore:EClass symo_element.ecore#//RequiredParameter" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The collection of requierd parameter to define a technical solution."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="connections" upperBound="-1" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A collection of connections amoung the use case. To model use cas hierarchy."/> </eAnnotations> <eGenericType eClassifier="ecore:EClass symo_element.ecore#//Connection"> <eTypeArguments eClassifier="#//UseCase"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="relations" upperBound="-1" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A collection of relation for a detaild specification of the semantically depenencies of use cases."/> </eAnnotations> <eGenericType eClassifier="ecore:EClass symo_element.ecore#//Relation"> <eTypeArguments eClassifier="#//UseCase"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="ecore:EClass symo_element.ecore#//Transition" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A collection of transition. to specify the changes of the modes of use cases."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//UseCase" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A collection of children use cases to define the depenencies of the use cases. "/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AValueConstraint" abstract="true" eSuperTypes="symo_element.ecore#//AConstraint"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The abstract model element AValueConstraint describes a boundary condition of a value."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AModeValueConstraint" abstract="true" eSuperTypes="#//AValueConstraint symo_element.ecore#//AModeCombination"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The abstract model element AValueConstraint describes a boundary condition of a value depending on a mode."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ARange" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Describes a range with a upper and a lower limit."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" 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 upper limit of a range."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" 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 lower limit of a range."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RangeConstraint" eSuperTypes="#//ARange"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Is a constraint, which describes a restriction to an item with an upper and a lower limit."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModeRangeConstraint" eSuperTypes="#//RangeConstraint #//AModeValueConstraint"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Is a constraint, which describes a mode dependent restriction to an item with an upper and a lower limit."/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/AxelBerres/SYMO4PD/development/de.symo.model/model/symo_usecase.ecore
ecore
usecase UseCaseRepository usecase UseCase conditions requiredParameter connections relations transitions children AValueConstraint AModeValueConstraint ARange upper lower RangeConstraint ModeRangeConstraint
null
{"directed":true,"nodes":[{"nsPrefix":"usecase","nsURI":"http://www.dlr.de/symo4pd/usecasel/2016/","name":"usecase","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCaseRepository","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AValueConstraint","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AModeValueConstraint","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ARange","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeConstraint","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModeRangeConstraint","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":"usecase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conditions","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":"requiredParameter","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":"connections","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":"relations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":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":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"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upper","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":"lower","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":8,"target":2},{"source":8,"target":10},{"source":8,"target":1},{"source":10,"target":2},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":11,"target":18},{"source":11,"target":2},{"source":12,"target":19},{"source":12,"target":2},{"source":13,"target":20},{"source":13,"target":2},{"source":20,"target":21},{"source":21,"target":2},{"source":14,"target":22},{"source":14,"target":2},{"source":22,"target":23},{"source":23,"target":2},{"source":15,"target":24},{"source":15,"target":2},{"source":16,"target":2},{"source":16,"target":25},{"source":16,"target":2},{"source":25,"target":2},{"source":3,"target":0},{"source":3,"target":26},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":27},{"source":4,"target":28},{"source":27,"target":3},{"source":5,"target":0},{"source":5,"target":29},{"source":5,"target":30},{"source":29,"target":31},{"source":29,"target":5},{"source":30,"target":32},{"source":30,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":33},{"source":33,"target":5},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":4},{"source":7,"target":34},{"source":7,"target":35},{"source":34,"target":6},{"source":35,"target":4}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="FeatureModel" nsURI="www.example.com/featureIdeDiagram" nsPrefix="FM"> <eClassifiers xsi:type="ecore:EClass" name="FeatureModell"> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" eType="#//Properties" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="struct" eType="#//Struct" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" eType="#//Constraints" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="calculations" eType="#//Calculations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" eType="#//Comments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureOrder" eType="#//FeatureOrder"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Properties"> <eStructuralFeatures xsi:type="ecore:EReference" name="graphics" eType="#//Graphic"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Graphic"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Struct"> <eStructuralFeatures xsi:type="ecore:EReference" name="and" eType="#//Feature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="or" eType="#//Feature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//Feature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="alt" eType="#//Feature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mandatory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="and" upperBound="-1" eType="#//Feature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="or" upperBound="-1" eType="#//Feature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" upperBound="-1" eType="#//Feature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hidden" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="alt" upperBound="-1" eType="#//Feature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="graphics" eType="#//Graphic"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraints"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" upperBound="-1" eType="#//Rule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="imp" upperBound="-1" eType="#//Opearation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="not" upperBound="-1" eType="#//Opearation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="disj" upperBound="-1" eType="#//Opearation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conj" upperBound="-1" eType="#//Opearation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iff" upperBound="-1" eType="#//Opearation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Opearation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="var" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imp" upperBound="-1" eType="#//Opearation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="not" upperBound="-1" eType="#//Opearation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="disj" upperBound="-1" eType="#//Opearation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conj" upperBound="-1" eType="#//Opearation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iff" upperBound="-1" eType="#//Opearation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Operator"> <eLiterals name="CONJ" value="1"/> <eLiterals name="DISJ" value="2"/> <eLiterals name="IMP" value="3"/> <eLiterals name="IFF" value="4"/> <eLiterals name="NOT" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Calculations"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Auto" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Constraints" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Features" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Redundant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Tautology" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comments"> <eStructuralFeatures xsi:type="ecore:EReference" name="c" eType="#//C"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="C"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureOrder"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/TUBS-ISF/e4CompareFramework/de.tu_bs.cs.isf.e4cf.meta_models/featureIDE/featureIDE-metamodel.ecore
ecore
FeatureModel FeatureModell properties struct constraints calculations comments featureOrder Properties graphics Graphic key value Struct and or feature alt Feature name mandatory and or feature hidden abstract alt description graphics Constraints rule Rule imp not disj conj iff Opearation var imp not disj conj iff Operator CONJ CONJ DISJ DISJ IMP IMP IFF IFF NOT NOT Calculations Auto Constraints Features Redundant Tautology Comments c C FeatureOrder userDefined
null
{"directed":true,"nodes":[{"nsPrefix":"FM","nsURI":"www.example.com/featureIdeDiagram","name":"FeatureModel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureModell","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Properties","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graphic","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Struct","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraints","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Opearation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Calculations","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comments","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureOrder","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","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":"struct","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":"constraints","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":"calculations","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":"comments","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":"featureOrder","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"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":"graphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"and","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"or","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":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alt","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":"name","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":"mandatory","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"and","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":"or","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":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hidden","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alt","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":"description","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":false,"unsettable":false,"transient":false,"unique":true,"name":"graphics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imp","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":"not","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":"disj","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conj","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":"iff","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"var","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":"imp","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":"not","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"disj","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conj","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":false,"unsettable":false,"transient":false,"unique":true,"name":"iff","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"name":"CONJ","id":84,"value":1,"literal":"CONJ","eClass":"EEnumLiteral"},{"name":"DISJ","id":85,"value":2,"literal":"DISJ","eClass":"EEnumLiteral"},{"name":"IMP","id":86,"value":3,"literal":"IMP","eClass":"EEnumLiteral"},{"name":"IFF","id":87,"value":4,"literal":"IFF","eClass":"EEnumLiteral"},{"name":"NOT","id":88,"value":5,"literal":"NOT","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":"Auto","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Constraints","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Features","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Redundant","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Tautology","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"c","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userDefined","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":14,"target":2},{"source":14,"target":20},{"source":14,"target":1},{"source":20,"target":2},{"source":15,"target":4},{"source":15,"target":21},{"source":15,"target":1},{"source":21,"target":4},{"source":16,"target":6},{"source":16,"target":22},{"source":16,"target":1},{"source":22,"target":6},{"source":17,"target":10},{"source":17,"target":23},{"source":17,"target":1},{"source":23,"target":10},{"source":18,"target":11},{"source":18,"target":24},{"source":18,"target":1},{"source":24,"target":11},{"source":19,"target":13},{"source":19,"target":25},{"source":19,"target":1},{"source":25,"target":13},{"source":2,"target":0},{"source":2,"target":26},{"source":26,"target":3},{"source":26,"target":27},{"source":26,"target":2},{"source":27,"target":3},{"source":3,"target":0},{"source":3,"target":28},{"source":3,"target":29},{"source":28,"target":30},{"source":28,"target":3},{"source":29,"target":31},{"source":29,"target":3},{"source":4,"target":0},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":32,"target":5},{"source":32,"target":36},{"source":32,"target":4},{"source":36,"target":5},{"source":33,"target":5},{"source":33,"target":37},{"source":33,"target":4},{"source":37,"target":5},{"source":34,"target":5},{"source":34,"target":38},{"source":34,"target":4},{"source":38,"target":5},{"source":35,"target":5},{"source":35,"target":39},{"source":35,"target":4},{"source":39,"target":5},{"source":5,"target":0},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":40,"target":50},{"source":40,"target":5},{"source":41,"target":51},{"source":41,"target":5},{"source":42,"target":5},{"source":42,"target":52},{"source":42,"target":5},{"source":52,"target":5},{"source":43,"target":5},{"source":43,"target":53},{"source":43,"target":5},{"source":53,"target":5},{"source":44,"target":5},{"source":44,"target":54},{"source":44,"target":5},{"source":54,"target":5},{"source":45,"target":55},{"source":45,"target":5},{"source":46,"target":56},{"source":46,"target":5},{"source":47,"target":5},{"source":47,"target":57},{"source":47,"target":5},{"source":57,"target":5},{"source":48,"target":58},{"source":48,"target":5},{"source":49,"target":3},{"source":49,"target":59},{"source":49,"target":5},{"source":59,"target":3},{"source":6,"target":0},{"source":6,"target":60},{"source":60,"target":7},{"source":60,"target":61},{"source":60,"target":6},{"source":61,"target":7},{"source":7,"target":0},{"source":7,"target":62},{"source":7,"target":63},{"source":7,"target":64},{"source":7,"target":65},{"source":7,"target":66},{"source":62,"target":8},{"source":62,"target":67},{"source":62,"target":7},{"source":67,"target":8},{"source":63,"target":8},{"source":63,"target":68},{"source":63,"target":7},{"source":68,"target":8},{"source":64,"target":8},{"source":64,"target":69},{"source":64,"target":7},{"source":69,"target":8},{"source":65,"target":8},{"source":65,"target":70},{"source":65,"target":7},{"source":70,"target":8},{"source":66,"target":8},{"source":66,"target":71},{"source":66,"target":7},{"source":71,"target":8},{"source":8,"target":0},{"source":8,"target":72},{"source":8,"target":73},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":72,"target":78},{"source":72,"target":8},{"source":73,"target":8},{"source":73,"target":79},{"source":73,"target":8},{"source":79,"target":8},{"source":74,"target":8},{"source":74,"target":80},{"source":74,"target":8},{"source":80,"target":8},{"source":75,"target":8},{"source":75,"target":81},{"source":75,"target":8},{"source":81,"target":8},{"source":76,"target":8},{"source":76,"target":82},{"source":76,"target":8},{"source":82,"target":8},{"source":77,"target":8},{"source":77,"target":83},{"source":77,"target":8},{"source":83,"target":8},{"source":9,"target":0},{"source":9,"target":84},{"source":9,"target":85},{"source":9,"target":86},{"source":9,"target":87},{"source":9,"target":88},{"source":84,"target":9},{"source":85,"target":9},{"source":86,"target":9},{"source":87,"target":9},{"source":88,"target":9},{"source":10,"target":0},{"source":10,"target":89},{"source":10,"target":90},{"source":10,"target":91},{"source":10,"target":92},{"source":10,"target":93},{"source":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":97},{"source":92,"target":10},{"source":93,"target":98},{"source":93,"target":10},{"source":11,"target":0},{"source":11,"target":99},{"source":99,"target":12},{"source":99,"target":100},{"source":99,"target":11},{"source":100,"target":12},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":101},{"source":101,"target":102},{"source":101,"target":13}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="test1" nsURI="http://test1/1.0" nsPrefix="test1"> <eClassifiers xsi:type="ecore:EClass" name="Class1"/> <eClassifiers xsi:type="ecore:EClass" name="Fam1"/> <eClassifiers xsi:type="ecore:EClass" name="Pers2"/> <eClassifiers xsi:type="ecore:EClass" name="Fam2"/> <eClassifiers xsi:type="ecore:EClass" name="Pers1"/> <eSubpackages name="bbb"/> <eSubpackages name="aaa"/> </ecore:EPackage>
github:ecore:/data/adilinam/FYP-1-Final-Evaluation/org.eclipse.m2m.tests.qvt.oml/parserTestData/models/bug420970/in.ecore
ecore
test1 Class1 Fam1 Pers2 Fam2 Pers1 bbb aaa
null
{"directed":true,"nodes":[{"nsPrefix":"test1","nsURI":"http://test1/1.0","name":"test1","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fam1","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pers2","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fam2","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pers1","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"nsPrefix":null,"nsURI":null,"name":"bbb","id":6,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"aaa","id":7,"eClass":"EPackage"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":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}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="syswb106" nsURI="http://syswb106" nsPrefix="_syswb106"> <eAnnotations source="diagen"> <details key="knownas=simple world"/> <details key="origin=http://org.isoe.fr"/> <details key="leftparent=nil" value=""/> <details key="rightparent=nil" value=""/> <details key="requires=nil" value=""/> <details key="context=startup"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Workbench"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> <details key="cref=thoughts"/> <details key="cref=catalog"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="things" upperBound="-1" eType="#//Thing" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thoughts" upperBound="-1" eType="#//Thoughts" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aprop" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="systemView" eType="#//System" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionProperties" upperBound="-1" eType="#//FunctionProperty" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catalog" upperBound="-1" eType="#//PatternCatalog" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Thing"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relations" upperBound="-1" eType="#//RelatedTo" containment="true" eOpposite="#//RelatedTo/fromThing"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelatedTo"> <eAnnotations source="diagraph"> <details key="link"/> <details key="cont=Thing.relations"/> <details key="lsrc=fromThing"/> <details key="ltrg=toThing"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="fromThing" eType="#//Thing" eOpposite="#//Thing/relations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toThing" eType="#//Thing"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="since" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Thoughts"> <eAnnotations source="diagraph"> <details key="node"/> <details key="ref=relatedTo"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedTo" upperBound="-1" eType="#//Thing"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionProperty"> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//FunctionProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component"> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="decompositions" upperBound="-1" eType="#//Component"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associations" upperBound="-1" eType="#//Component"/> <eStructuralFeatures xsi:type="ecore:EReference" name="performs" upperBound="-1" eType="#//Function"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Function"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="nav:functionalArchitecture" value=""/> <details key="cont=System.functionalArchitecture" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="pov" value=""/> <details key="ref=associations" value=""/> <details key="view=functionalArchitecture" value=""/> <details key="cont=Function.decompositions" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> <details key="view=catalog"/> <details key="cont=Function.decompositions"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="cont=PatternCatalog.patterns"/> <details key="nav:catalog"/> <details key="view=base"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="decompositions" upperBound="-1" eType="#//Function" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="property" upperBound="-1" eType="#//FunctionProperty"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associations" eType="#//Function"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allocatedTo" eType="#//Component"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="System"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="cref=functionalArchitecture" value=""/> <details key="cref=physicalArchitecture" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="functionalArchitecture" eType="#//Function" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="physicalArchitecture" eType="#//Component" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PatternCatalog"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="label=id" value=""/> <details key="nav:base"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> <details key="cref=patterns"/> <details key="view=base"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="patterns" upperBound="-1" eType="#//Function" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/syswb106.ecore
ecore
syswb106 Workbench things thoughts aprop systemView functionProperties catalog Thing id relations RelatedTo fromThing toThing since Thoughts relatedTo FunctionProperty description parent Component decompositions associations performs Function decompositions property associations allocatedTo System functionalArchitecture physicalArchitecture PatternCatalog id patterns
null
{"directed":true,"nodes":[{"nsPrefix":"_syswb106","nsURI":"http://syswb106","name":"syswb106","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Workbench","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Thing","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelatedTo","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Thoughts","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionProperty","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternCatalog","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"things","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":"thoughts","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":"aprop","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"systemView","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":"functionProperties","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":"catalog","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"},{"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":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relations","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromThing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toThing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"since","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":false,"unsettable":false,"transient":false,"unique":true,"name":"relatedTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"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":"description","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":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"decompositions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"performs","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":true,"unsettable":false,"transient":false,"unique":true,"name":"decompositions","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":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"allocatedTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionalArchitecture","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"physicalArchitecture","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":"id","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":"patterns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":10,"target":2},{"source":10,"target":16},{"source":10,"target":1},{"source":16,"target":2},{"source":11,"target":4},{"source":11,"target":17},{"source":11,"target":1},{"source":17,"target":4},{"source":12,"target":18},{"source":12,"target":1},{"source":13,"target":8},{"source":13,"target":19},{"source":13,"target":1},{"source":19,"target":8},{"source":14,"target":5},{"source":14,"target":20},{"source":14,"target":1},{"source":20,"target":5},{"source":15,"target":9},{"source":15,"target":21},{"source":15,"target":1},{"source":21,"target":9},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":22,"target":24},{"source":22,"target":2},{"source":23,"target":3},{"source":23,"target":25},{"source":23,"target":2},{"source":23,"target":26},{"source":25,"target":3},{"source":3,"target":0},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":26,"target":2},{"source":26,"target":29},{"source":26,"target":3},{"source":26,"target":23},{"source":29,"target":2},{"source":27,"target":2},{"source":27,"target":30},{"source":27,"target":3},{"source":30,"target":2},{"source":28,"target":31},{"source":28,"target":3},{"source":4,"target":0},{"source":4,"target":32},{"source":32,"target":2},{"source":32,"target":33},{"source":32,"target":4},{"source":33,"target":2},{"source":5,"target":0},{"source":5,"target":34},{"source":5,"target":35},{"source":34,"target":36},{"source":34,"target":5},{"source":35,"target":5},{"source":35,"target":37},{"source":35,"target":5},{"source":37,"target":5},{"source":6,"target":0},{"source":6,"target":38},{"source":6,"target":39},{"source":6,"target":40},{"source":38,"target":6},{"source":38,"target":41},{"source":38,"target":6},{"source":41,"target":6},{"source":39,"target":6},{"source":39,"target":42},{"source":39,"target":6},{"source":42,"target":6},{"source":40,"target":7},{"source":40,"target":43},{"source":40,"target":6},{"source":43,"target":7},{"source":7,"target":0},{"source":7,"target":44},{"source":7,"target":45},{"source":7,"target":46},{"source":7,"target":47},{"source":44,"target":7},{"source":44,"target":48},{"source":44,"target":7},{"source":48,"target":7},{"source":45,"target":5},{"source":45,"target":49},{"source":45,"target":7},{"source":49,"target":5},{"source":46,"target":7},{"source":46,"target":50},{"source":46,"target":7},{"source":50,"target":7},{"source":47,"target":6},{"source":47,"target":51},{"source":47,"target":7},{"source":51,"target":6},{"source":8,"target":0},{"source":8,"target":52},{"source":8,"target":53},{"source":52,"target":7},{"source":52,"target":54},{"source":52,"target":8},{"source":54,"target":7},{"source":53,"target":6},{"source":53,"target":55},{"source":53,"target":8},{"source":55,"target":6},{"source":9,"target":0},{"source":9,"target":56},{"source":9,"target":57},{"source":56,"target":58},{"source":56,"target":9},{"source":57,"target":7},{"source":57,"target":59},{"source":57,"target":9},{"source":59,"target":7}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="root" nsPrefix=""> <eClassifiers xsi:type="ecore:EClass" name="NewEClass1"/> <eClassifiers xsi:type="ecore:EClass" name="NewEClass2"/> <eClassifiers xsi:type="ecore:EClass" name="NewEClass3"/> <eClassifiers xsi:type="ecore:EClass" name="NewEClass4"/> <eClassifiers xsi:type="ecore:EClass" name="NewEClass5"/> <eClassifiers xsi:type="ecore:EClass" name="NewEClass6"/> </ecore:EPackage>
github:ecore:/data/CohesionForce/ecfrance-sirius/plugins/org.eclipse.sirius.tests.swtbot/data/unit/copyAppearance/490444.ecore
ecore
root NewEClass1 NewEClass2 NewEClass3 NewEClass4 NewEClass5 NewEClass6
null
{"directed":true,"nodes":[{"nsPrefix":"","nsURI":null,"name":"root","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewEClass1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewEClass2","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewEClass3","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewEClass4","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewEClass5","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewEClass6","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="cloud" nsURI="http://cloud/1.0" nsPrefix="it.polimi.modaclouds.resourcemodel.cloud"> <eClassifiers xsi:type="ecore:EClass" name="Provider" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CloudProvider" eSuperTypes="#//Provider"> <eStructuralFeatures xsi:type="ecore:EReference" name="providesCloudService" lowerBound="1" upperBound="-1" eType="#//CloudService"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CloudService" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasSLA" upperBound="-1" eType="#//ServiceLevelAgreementTemplate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasScalingPolicy" upperBound="-1" eType="#//ScalingPolicy"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ApplicationServiceProvider" eSuperTypes="#//Provider"> <eStructuralFeatures xsi:type="ecore:EReference" name="providesCloudSoftware" lowerBound="1" upperBound="-1" eType="#//CloudSoftware"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CostProfile"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="composedOf" lowerBound="1" upperBound="-1" eType="#//Cost" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associatedToCloudElement" lowerBound="1" eType="#//CloudElement" eOpposite="#//CloudElement/hasCostProfile"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceLevelAgreementTemplate"> <eStructuralFeatures xsi:type="ecore:EReference" name="definedBy" lowerBound="1" upperBound="-1" eType="#//Requirement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Requirement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScalingPolicy"> <eStructuralFeatures xsi:type="ecore:EReference" name="definedOn" lowerBound="1" upperBound="-1" eType="#//ResourcePool"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="action" lowerBound="1" eType="#//ScalingType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="composedOf" lowerBound="1" upperBound="-1" eType="#//ScalingRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourcePool"> <eStructuralFeatures xsi:type="ecore:EReference" name="composedOf" lowerBound="1" upperBound="-1" eType="#//Compute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasAllocationProfile" lowerBound="1" eType="#//AllocationProfile" eOpposite="#//AllocationProfile/relatedToResourcePool"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IaaS_Service" eSuperTypes="#//CloudService"> <eStructuralFeatures xsi:type="ecore:EReference" name="composedOf" lowerBound="1" upperBound="-1" eType="#//CloudResource" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PaaS_Service" eSuperTypes="#//CloudService"> <eStructuralFeatures xsi:type="ecore:EReference" name="composedOf" lowerBound="1" upperBound="-1" eType="#//CloudPlatform" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SaaS_Service" eSuperTypes="#//CloudService"> <eStructuralFeatures xsi:type="ecore:EReference" name="composedOf" lowerBound="1" upperBound="-1" eType="#//CloudSoftware" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CloudResource" abstract="true" eSuperTypes="#//CloudElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="inLocation" eType="#//Location"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" upperBound="-1" eType="#//Link"/> <eStructuralFeatures xsi:type="ecore:EReference" name="composedOf" upperBound="-1" eType="#//VirtualHWResource" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceType" lowerBound="1" eType="#//CloudResourceType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CloudPlatform" abstract="true" eSuperTypes="#//CloudElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="runsOnCloudResource" upperBound="-1" eType="#//CloudResource"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="platformType" lowerBound="1" eType="#//CloudPlatformType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="technology" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="runsOnResourcePool" upperBound="-1" eType="#//ResourcePool"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//CloudPlatformProperty" eOpposite="#//CloudPlatformProperty/platform"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CloudSoftware" eSuperTypes="#//CloudElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="deployedOnCloudPlatform" upperBound="-1" eType="#//CloudPlatform"/> <eStructuralFeatures xsi:type="ecore:EReference" name="runsOnCloudResource" upperBound="-1" eType="#//CloudResource"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="softwareType" lowerBound="1" eType="#//CloudSoftwareType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="runsOnResourcePool" upperBound="-1" eType="#//ResourcePool"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Backend" eSuperTypes="#//CloudPlatform"/> <eClassifiers xsi:type="ecore:EClass" name="Middleware" eSuperTypes="#//CloudPlatform"/> <eClassifiers xsi:type="ecore:EClass" name="Queue" eSuperTypes="#//CloudPlatform"/> <eClassifiers xsi:type="ecore:EClass" name="Cache" eSuperTypes="#//CloudPlatform"/> <eClassifiers xsi:type="ecore:EClass" name="Storage" eSuperTypes="#//CloudPlatform"/> <eClassifiers xsi:type="ecore:EClass" name="Frontend" eSuperTypes="#//CloudPlatform"/> <eClassifiers xsi:type="ecore:EClass" name="Location" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Location"/> <eClassifiers xsi:type="ecore:EClass" name="SubRegion" eSuperTypes="#//Location"> <eStructuralFeatures xsi:type="ecore:EReference" name="inRegion" lowerBound="1" eType="#//Region"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualArea" eSuperTypes="#//SubRegion"/> <eClassifiers xsi:type="ecore:EClass" name="REST_Software" eSuperTypes="#//CloudSoftware"/> <eClassifiers xsi:type="ecore:EClass" name="SOAP_Software" eSuperTypes="#//CloudSoftware"/> <eClassifiers xsi:type="ecore:EClass" name="Link"> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//CloudResource"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="latency" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="throughput" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cost" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reverseLinkToB" lowerBound="1" eType="#//CloudElement" eOpposite="#//CloudElement/CloudElementB"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reverseLinkToA" lowerBound="1" eType="#//CloudElement" eOpposite="#//CloudElement/CloudElementA"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AllocationProfile"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="composedOf" lowerBound="1" upperBound="-1" eType="#//Allocation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedToResourcePool" lowerBound="1" eType="#//ResourcePool" eOpposite="#//ResourcePool/hasAllocationProfile"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualHWResource" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="has" upperBound="-1" eType="#//EfficiencyProfile"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//VirtualHWResourceType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="processingRate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfReplicas" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="V_CPU" eSuperTypes="#//VirtualHWResource"/> <eClassifiers xsi:type="ecore:EClass" name="V_Memory" eSuperTypes="#//VirtualHWResource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="V_Storage" eSuperTypes="#//VirtualHWResource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EfficiencyProfile"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="period" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="efficiency" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Compute" eSuperTypes="#//CloudResource"> <eStructuralFeatures xsi:type="ecore:EReference" name="usesCloudStorage" upperBound="-1" eType="#//CloudStorage"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="OS" eType="#//OSType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cpu" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ram" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="disk_size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CloudStorage" abstract="true" eSuperTypes="#//CloudResource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="storageType" lowerBound="1" eType="#//CloudStorageType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Database" abstract="true" eSuperTypes="#//CloudPlatform"> <eStructuralFeatures xsi:type="ecore:EReference" name="usesCloudStorage" upperBound="-1" eType="#//CloudStorage"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="DBType" lowerBound="1" eType="#//DatabaseType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationalDB" eSuperTypes="#//Database"/> <eClassifiers xsi:type="ecore:EClass" name="NoSQL_DB" eSuperTypes="#//Database"/> <eClassifiers xsi:type="ecore:EClass" name="FilesystemStorage" eSuperTypes="#//CloudStorage"/> <eClassifiers xsi:type="ecore:EClass" name="BlobStorage" eSuperTypes="#//CloudStorage"/> <eClassifiers xsi:type="ecore:EEnum" name="VirtualHWResourceType"> <eLiterals name="cpu"/> <eLiterals name="memory" value="1"/> <eLiterals name="storage" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CloudResourceType"> <eLiterals name="compute"/> <eLiterals name="cloudstorage" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CloudPlatformType"> <eLiterals name="frontend"/> <eLiterals name="middleware" value="1"/> <eLiterals name="backend" value="2"/> <eLiterals name="database" value="3"/> <eLiterals name="storage" value="4" literal="storage"/> <eLiterals name="queue" value="5" literal="queue"/> <eLiterals name="cache" value="6" literal="cache"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DatabaseType"> <eLiterals name="relational" value="1"/> <eLiterals name="nosql"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CloudStorageType"> <eLiterals name="blobstorage"/> <eLiterals name="filesystem" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OSType"> <eLiterals name="linux"/> <eLiterals name="windows" value="1"/> <eLiterals name="mac" value="2"/> <eLiterals name="undefined" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cost"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" 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#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" lowerBound="1" eType="#//CostUnitType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="period" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associatedToCloudElement" lowerBound="1" eType="#//CloudElement" eOpposite="#//CloudElement/hasCost"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definedOn" eType="#//VirtualHWResource"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="region" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FreeQuota"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" lowerBound="1" eType="#//CostUnitType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="amount" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associatedToCloudElement" lowerBound="1" eType="#//CloudElement" eOpposite="#//CloudElement/hasFreeQuota"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definedOn" eType="#//VirtualHWResource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CloudElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//CloudElementType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="CloudElementA" upperBound="-1" eType="#//Link" eOpposite="#//Link/reverseLinkToA"/> <eStructuralFeatures xsi:type="ecore:EReference" name="CloudElementB" upperBound="-1" eType="#//Link" eOpposite="#//Link/reverseLinkToB"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasCostProfile" eType="#//CostProfile" eOpposite="#//CostProfile/associatedToCloudElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasCost" upperBound="-1" eType="#//Cost" eOpposite="#//Cost/associatedToCloudElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasFreeQuota" upperBound="-1" eType="#//FreeQuota" eOpposite="#//FreeQuota/associatedToCloudElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScalingRule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metric" lowerBound="1" eType="#//ScalingMetricType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//ScalingOperatorType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CostUnitType"> <eLiterals name="per_hour"/> <eLiterals name="per_GBmonth" value="1"/> <eLiterals name="per_million_I_O" value="2"/> <eLiterals name="per_1year" value="3" literal="per_1year"/> <eLiterals name="per_3year" value="4" literal="per_3year"/> <eLiterals name="per_3year_hour" value="5" literal="per_3year_hour"/> <eLiterals name="per_GBout" value="6" literal="per_GBout"/> <eLiterals name="per_GBmonth_consumed" value="7" literal="per_GBmonth_consumed"/> <eLiterals name="per_GB_consumed" value="8" literal="per_GB_consumed"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ScalingMetricType"> <eLiterals name="CPU_utilization"/> <eLiterals name="TrafficLoad" value="1"/> <eLiterals name="Memory" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ScalingOperatorType"> <eLiterals name="GreaterThan"/> <eLiterals name="LowerThan" value="1"/> <eLiterals name="GreaterOrEquals" value="2"/> <eLiterals name="LowerOrEquals" value="3"/> <eLiterals name="EqualsTo" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CloudElementType"> <eLiterals name="platform"/> <eLiterals name="resource" value="1"/> <eLiterals name="software" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Allocation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="period" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfInstances" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ScalingType"> <eLiterals name="ScaleIN"/> <eLiterals name="ScaleOUT" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CloudSoftwareType"> <eLiterals name="REST"/> <eLiterals name="SOAP" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CloudPlatformPropertyName"> <eLiterals name="ssdOptimized" literal="ssdOptimized"/> <eLiterals name="maxConnections" value="1" literal="maxConnections"/> <eLiterals name="maxRequests" value="2" literal="maxRequests"/> <eLiterals name="multiAzReplicas" value="3" literal="multiAzReplicas"/> <eLiterals name="orderPreserving" value="4" literal="orderPreserving"/> <eLiterals name="replicas" value="5" literal="replicas"/> <eLiterals name="requestSize" value="6" literal="requestSize"/> <eLiterals name="delay" value="7" literal="delay"/> <eLiterals name="storage" value="8" literal="storage"/> <eLiterals name="multiplyingFactor" value="9" literal="multiplyingFactor"/> <eLiterals name="maxRollbackHours" value="10" literal="maxRollbackHours"/> <eLiterals name="maxEntrySize" value="11" literal="maxEntrySize"/> <eLiterals name="replicasChangeable" value="12" literal="replicasChangeable"/> <eLiterals name="replicasPayedSingularly" value="13" literal="replicasPayedSingularly"/> <eLiterals name="dataReplicas" value="14" literal="dataReplicas"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CloudPlatformProperty"> <eStructuralFeatures xsi:type="ecore:EReference" name="platform" eType="#//CloudPlatform" eOpposite="#//CloudPlatform/properties"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//CloudPlatformPropertyName"/> <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="DICECompute" eSuperTypes="#//Compute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="port_speed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subnet_id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Hadoop_Home" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="access_key_id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="secret_access_key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="associate_public_ip" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="port" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ce_certificate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="image_uuid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="net_uuid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="server_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key_uuid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wait_started_interval" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wait_started_timeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="private_ip" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="user" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="security_groups" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived_from" eType="#//DICE_compute_derived"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="api_uuid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="customer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SlaveNode" eSuperTypes="#//DICECompute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="slaveType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instances" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contains_worker_chef" lowerBound="1" eType="#//worker_chef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MasterNode" eSuperTypes="#//DICECompute"> <eStructuralFeatures xsi:type="ecore:EReference" name="contains_config" lowerBound="1" eType="#//config" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contains_master_chef" lowerBound="1" eType="#//master_chef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="masterType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasOryxRunner" eType="#//OryxRunner" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MasterNodeFunction"> <eLiterals name="resourceManager"/> <eLiterals name="nameNode" value="1"/> <eLiterals name="secondaryNameNode" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SlaveNodeFunction"> <eLiterals name="dataNode" value="4"/> <eLiterals name="nodeManager"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HMRStorageNode" eSuperTypes="#//FilesystemStorage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileSystem" eType="#//HMRfileSystem"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="HMRfileSystem"> <eLiterals name="HDFS"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EEnum0"/> <eClassifiers xsi:type="ecore:EClass" name="NodeComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaces" eType="#//interface" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relationships" upperBound="-1" eType="#//relation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived_from" eType="#//cloudifyComponentNode_type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="relation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="target" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="interface"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//interfaceType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="create" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="configure" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="start" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="chef" eSuperTypes="#//NodeComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="chef_server_url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="environment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validation_client_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validation_key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="node_name_prefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="node_name_suffix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="runlists" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="config" eSuperTypes="#//NodeComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="config" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="worker_chef" eSuperTypes="#//chef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="chef_cook_books" upperBound="-1" eType="#//slave_recipe"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="master_chef" eSuperTypes="#//chef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="chef_cook_books" upperBound="-1" eType="#//master_recipe"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="master_recipe"> <eLiterals name="apt_default" literal="recipe[apt::default]"/> <eLiterals name="java_default" value="1" literal="recipe[java::default]"/> <eLiterals name="hadoop_hadoop_hdfs_namenode" value="2" literal="recipe[hadoop::hadoop_hdfs_namenode]"/> <eLiterals name="hadoop_hadoop_yarn_resourcemanager" value="3" literal="recipe[hadoop::hadoop_yarn_resourcemanager]"/> <eLiterals name="hadoop_hadoop_mapreduce_historyserver" value="4" literal="recipe[hadoop::hadoop_mapreduce_historyserver]"/> <eLiterals name="hadoop_zookeeper_server" value="5" literal="recipe[hadoop::zookeeper_server]"/> <eLiterals name="hadoop_spark_master" value="6" literal="recipe[hadoop::spark_master]"/> <eLiterals name="apache_kafka_default" value="7" literal="recipe[apache_kafka::default]"/> <eLiterals name="collectd_ng_default" value="8" literal="recipe[collectd-ng::default]"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="slave_recipe"> <eLiterals name="apt_default" literal="recipe[apt::default]"/> <eLiterals name="java_default" value="1" literal="recipe[java::default]"/> <eLiterals name="hadoop_hadoop_hdfs_datanode" value="2" literal="recipe[hadoop::hadoop_hdfs_datanode]"/> <eLiterals name="hadoop_hadoop_yarn_nodemanager" value="3" literal="recipe[hadoop::hadoop_yarn_nodemanager]"/> <eLiterals name="hadoop_zookeeper_server" value="4" literal="recipe[hadoop::zookeeper_server]"/> <eLiterals name="hadoop_spark_worker" value="5" literal="recipe[hadoop::spark_worker]"/> <eLiterals name="apache_kafka_default" value="6" literal="recipe[apache_kafka::default]"/> <eLiterals name="collectd_ng_default" value="7" literal="recipe[collectd-ng::default]"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="interfaceType"> <eLiterals name="cloudify_interfaces_lifecycle"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HMR_DDSM"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasMasterNode" lowerBound="1" eType="#//MasterNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasSlaves" lowerBound="1" upperBound="-1" eType="#//SlaveNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasRelationships" upperBound="-1" eType="#//NodeRelationsipComponent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DICE_compute_derived"> <eLiterals name="cloudify_nodes_compute" literal="cloudify.nodes.compute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="cloudifyComponentNode_type"> <eLiterals name="Cloudify_nodes_root" literal="Cloudify.nodes.root"/> <eLiterals name="Cloudify_chef_nodes_ApplicationServer" value="1" literal="Cloudify.chef.nodes.ApplicationServer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeRelationsipComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relationName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived_from" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasSourceInterface" eType="#//SourceInterface" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasTargetInterface" eType="#//TargetInterface" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SourceInterface"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preconfigure" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TargetInterface"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preconfigure" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="relationshipType"> <eLiterals name="cloudify_relationships_contained_in" literal="cloudify.relationships.contained_in"/> <eLiterals name="cloudify_relationships_connected_to" value="1" literal="cloudify.relationships.connected_to"/> <eLiterals name="cloudify_relationships_depend_on" value="2" literal="cloudify.relationships.depend_on"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="output"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="input"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Oryx2"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oryxType" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usesHadoopCluster" eType="#//HMR_DDSM" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="managedBy" eType="#//zookeeper" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usesSparkStream" eType="#//Spark" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usesKafka" eType="#//kafka" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="runScript" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="computeClassPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="tosca_definitions_version"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="imports" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasinputs" upperBound="-1" eType="#//input" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasoutputs" upperBound="-1" eType="#//output" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OryxRunner" eSuperTypes="#//NodeComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serv_ModelManagerClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="batch_HDFSbaseURL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Serv_ApplicationResources" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serv_memory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serv_minModelLoadFraction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="speed_UiPort" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="speed_minModelLoadFraction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="speed_modelManagerClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="speed_DynamicAlloc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="batch_updateClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="batch_UiPort" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serv_yarn_instances" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serv_yarn_cores" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serv_api_UserName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serv_api_Password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="srv_api_keystoreFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="srv_api_keystorePassword" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="srv_api_contextPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serv_api_port" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="srv_api_readonly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="testFraction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Candidate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Parallelism" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="kafka" eSuperTypes="#//NodeComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputTopicmaxMessageSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputTopic_replicationValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputTopic_retentionTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputTopicNumberOfPartitions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputTopic_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputTopic_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputTopic_maxMessageSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputTopic_replicationValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputTopicNumberOfPartitions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Spark" eSuperTypes="#//NodeComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sparkSlaves" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sparkMaster" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eventLogEnable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eventLogDirectory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serializer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="HeapSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ExecutorMemory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="NumberofExecutors" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ExecutorCore" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraJavaOptions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="DynamicAlloc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="zookeeper" eSuperTypes="#//NodeComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clientPort" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataDir" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tickTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataLogDir" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="globalOutstandingLimit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preAllocSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="snapCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="traceFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="electionAlg" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initLimit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="leaderServes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MicheleGuerriero/DICE/DiceModelingProject/model/DDSM-Oryx/ddsm.oryx.ecore
ecore
cloud Provider id name CloudProvider providesCloudService CloudService hasSLA hasScalingPolicy id name ApplicationServiceProvider providesCloudSoftware CostProfile id description composedOf associatedToCloudElement ServiceLevelAgreementTemplate definedBy id name Requirement id name description ScalingPolicy definedOn id name action composedOf ResourcePool composedOf id name hasAllocationProfile IaaS_Service composedOf PaaS_Service composedOf SaaS_Service composedOf CloudResource inLocation from composedOf resourceType CloudPlatform runsOnCloudResource platformType language technology runsOnResourcePool properties CloudSoftware deployedOnCloudPlatform runsOnCloudResource softwareType runsOnResourcePool Backend Middleware Queue Cache Storage Frontend Location id name Region SubRegion inRegion VirtualArea REST_Software SOAP_Software Link to id name latency throughput cost reverseLinkToB reverseLinkToA AllocationProfile id description composedOf relatedToResourcePool VirtualHWResource has id type processingRate numberOfReplicas V_CPU V_Memory size V_Storage size EfficiencyProfile id period efficiency Compute usesCloudStorage OS cpu ram disk_size location domain CloudStorage storageType Database usesCloudStorage DBType RelationalDB NoSQL_DB FilesystemStorage BlobStorage VirtualHWResourceType cpu cpu memory memory storage storage CloudResourceType compute compute cloudstorage cloudstorage CloudPlatformType frontend frontend middleware middleware backend backend database database storage storage queue queue cache cache DatabaseType relational relational nosql nosql CloudStorageType blobstorage blobstorage filesystem filesystem OSType linux linux windows windows mac mac undefined undefined Cost id description value unit period associatedToCloudElement definedOn lowerBound upperBound region FreeQuota id unit amount associatedToCloudElement definedOn CloudElement id name type CloudElementA CloudElementB hasCostProfile hasCost hasFreeQuota ScalingRule id metric value operator CostUnitType per_hour per_hour per_GBmonth per_GBmonth per_million_I_O per_million_I_O per_1year per_1year per_3year per_3year per_3year_hour per_3year_hour per_GBout per_GBout per_GBmonth_consumed per_GBmonth_consumed per_GB_consumed per_GB_consumed ScalingMetricType CPU_utilization CPU_utilization TrafficLoad TrafficLoad Memory Memory ScalingOperatorType GreaterThan GreaterThan LowerThan LowerThan GreaterOrEquals GreaterOrEquals LowerOrEquals LowerOrEquals EqualsTo EqualsTo CloudElementType platform platform resource resource software software Allocation id period numberOfInstances ScalingType ScaleIN ScaleIN ScaleOUT ScaleOUT CloudSoftwareType REST REST SOAP SOAP CloudPlatformPropertyName ssdOptimized ssdOptimized maxConnections maxConnections maxRequests maxRequests multiAzReplicas multiAzReplicas orderPreserving orderPreserving replicas replicas requestSize requestSize delay delay storage storage multiplyingFactor multiplyingFactor maxRollbackHours maxRollbackHours maxEntrySize maxEntrySize replicasChangeable replicasChangeable replicasPayedSingularly replicasPayedSingularly dataReplicas dataReplicas CloudPlatformProperty platform name value DICECompute port_speed subnet_id Hadoop_Home access_key_id secret_access_key associate_public_ip port url ce_certificate image_uuid net_uuid server_type key_uuid wait_started_interval wait_started_timeout private_ip user security_groups derived_from api_uuid password customer SlaveNode slaveType instances contains_worker_chef MasterNode contains_config contains_master_chef masterType hasOryxRunner MasterNodeFunction resourceManager resourceManager nameNode nameNode secondaryNameNode secondaryNameNode SlaveNodeFunction dataNode dataNode nodeManager nodeManager HMRStorageNode fileSystem HMRfileSystem HDFS HDFS EEnum0 NodeComponent name type interfaces relationships derived_from relation type target interface type create configure start chef version chef_server_url environment validation_client_name validation_key node_name_prefix node_name_suffix attributes runlists config config worker_chef chef_cook_books master_chef chef_cook_books master_recipe apt_default recipe[apt::default] java_default recipe[java::default] hadoop_hadoop_hdfs_namenode recipe[hadoop::hadoop_hdfs_namenode] hadoop_hadoop_yarn_resourcemanager recipe[hadoop::hadoop_yarn_resourcemanager] hadoop_hadoop_mapreduce_historyserver recipe[hadoop::hadoop_mapreduce_historyserver] hadoop_zookeeper_server recipe[hadoop::zookeeper_server] hadoop_spark_master recipe[hadoop::spark_master] apache_kafka_default recipe[apache_kafka::default] collectd_ng_default recipe[collectd-ng::default] slave_recipe apt_default recipe[apt::default] java_default recipe[java::default] hadoop_hadoop_hdfs_datanode recipe[hadoop::hadoop_hdfs_datanode] hadoop_hadoop_yarn_nodemanager recipe[hadoop::hadoop_yarn_nodemanager] hadoop_zookeeper_server recipe[hadoop::zookeeper_server] hadoop_spark_worker recipe[hadoop::spark_worker] apache_kafka_default recipe[apache_kafka::default] collectd_ng_default recipe[collectd-ng::default] interfaceType cloudify_interfaces_lifecycle cloudify_interfaces_lifecycle HMR_DDSM hasMasterNode hasSlaves hasRelationships DICE_compute_derived cloudify_nodes_compute cloudify.nodes.compute cloudifyComponentNode_type Cloudify_nodes_root Cloudify.nodes.root Cloudify_chef_nodes_ApplicationServer Cloudify.chef.nodes.ApplicationServer NodeRelationsipComponent relationName derived_from hasSourceInterface hasTargetInterface SourceInterface type preconfigure TargetInterface type preconfigure relationshipType cloudify_relationships_contained_in cloudify.relationships.contained_in cloudify_relationships_connected_to cloudify.relationships.connected_to cloudify_relationships_depend_on cloudify.relationships.depend_on output name value input name value description Oryx2 oryxType usesHadoopCluster managedBy usesSparkStream usesKafka runScript computeClassPath id tosca_definitions_version imports hasinputs hasoutputs OryxRunner serv_ModelManagerClass batch_HDFSbaseURL Serv_ApplicationResources serv_memory serv_minModelLoadFraction speed_UiPort speed_minModelLoadFraction speed_modelManagerClass speed_DynamicAlloc batch_updateClass batch_UiPort serv_yarn_instances serv_yarn_cores serv_api_UserName serv_api_Password srv_api_keystoreFile srv_api_keystorePassword srv_api_contextPath serv_api_port srv_api_readonly testFraction Candidate Parallelism kafka inputTopicmaxMessageSize inputTopic_replicationValue inputTopic_retentionTime inputTopicNumberOfPartitions inputTopic_name outputTopic_name outputTopic_maxMessageSize outputTopic_replicationValue outputTopicNumberOfPartitions Spark sparkSlaves sparkMaster eventLogEnable eventLogDirectory serializer HeapSize ExecutorMemory NumberofExecutors ExecutorCore extraJavaOptions DynamicAlloc zookeeper clientPort dataDir tickTime dataLogDir globalOutstandingLimit preAllocSize snapCount traceFile electionAlg initLimit leaderServes
null
{"directed":true,"nodes":[{"nsPrefix":"it.polimi.modaclouds.resourcemodel.cloud","nsURI":"http://cloud/1.0","name":"cloud","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Provider","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudProvider","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudService","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationServiceProvider","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CostProfile","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceLevelAgreementTemplate","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirement","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalingPolicy","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourcePool","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IaaS_Service","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaaS_Service","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SaaS_Service","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudResource","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudPlatform","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudSoftware","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Backend","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Middleware","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Queue","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cache","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Storage","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Frontend","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Location","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubRegion","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualArea","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"REST_Software","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SOAP_Software","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AllocationProfile","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualHWResource","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"V_CPU","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"V_Memory","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"V_Storage","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EfficiencyProfile","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Compute","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudStorage","instanceClass":null,"abstract":true,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Database","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationalDB","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NoSQL_DB","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilesystemStorage","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlobStorage","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VirtualHWResourceType","instanceClass":null,"id":42,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CloudResourceType","instanceClass":null,"id":43,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CloudPlatformType","instanceClass":null,"id":44,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DatabaseType","instanceClass":null,"id":45,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CloudStorageType","instanceClass":null,"id":46,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"OSType","instanceClass":null,"id":47,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cost","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FreeQuota","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudElement","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalingRule","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CostUnitType","instanceClass":null,"id":52,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ScalingMetricType","instanceClass":null,"id":53,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ScalingOperatorType","instanceClass":null,"id":54,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CloudElementType","instanceClass":null,"id":55,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Allocation","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ScalingType","instanceClass":null,"id":57,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CloudSoftwareType","instanceClass":null,"id":58,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CloudPlatformPropertyName","instanceClass":null,"id":59,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudPlatformProperty","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DICECompute","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlaveNode","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MasterNode","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MasterNodeFunction","instanceClass":null,"id":64,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SlaveNodeFunction","instanceClass":null,"id":65,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HMRStorageNode","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HMRfileSystem","instanceClass":null,"id":67,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnum0","instanceClass":null,"id":68,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeComponent","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"relation","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"interface","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"chef","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"config","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"worker_chef","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"master_chef","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"master_recipe","instanceClass":null,"id":76,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"slave_recipe","instanceClass":null,"id":77,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"interfaceType","instanceClass":null,"id":78,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HMR_DDSM","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DICE_compute_derived","instanceClass":null,"id":80,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"cloudifyComponentNode_type","instanceClass":null,"id":81,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeRelationsipComponent","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceInterface","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargetInterface","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"relationshipType","instanceClass":null,"id":85,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"output","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"input","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Oryx2","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OryxRunner","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"kafka","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Spark","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"zookeeper","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"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":"providesCloudService","changeable":true,"resolveProxies":true,"lowerBound":1,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasSLA","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasScalingPolicy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"providesCloudSoftware","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":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":"description","changeable":true,"lowerBound":0,"iD":false,"id":112,"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":"composedOf","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":"associatedToCloudElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasCostProfile","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":"definedBy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":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":"name","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definedOn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":133,"derived":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":134,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"lowerBound":1,"iD":false,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"composedOf","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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"composedOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":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},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasAllocationProfile","changeable":true,"resolveProxies":true,"lowerBound":1,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relatedToResourcePool","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"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":"composedOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"composedOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":154,"derived":false},{"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":"composedOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inLocation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"composedOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resourceType","changeable":true,"lowerBound":1,"iD":false,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"runsOnCloudResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"platformType","changeable":true,"lowerBound":1,"iD":false,"id":170,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"technology","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"runsOnResourcePool","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"platform","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":false,"unsettable":false,"transient":false,"unique":true,"name":"deployedOnCloudPlatform","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":false,"unsettable":false,"transient":false,"unique":true,"name":"runsOnCloudResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"softwareType","changeable":true,"lowerBound":1,"iD":false,"id":185,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"runsOnResourcePool","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":198,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inRegion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":209,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":210,"derived":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":211,"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":"latency","changeable":true,"lowerBound":0,"iD":false,"id":212,"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":"throughput","changeable":true,"lowerBound":0,"iD":false,"id":213,"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":"cost","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reverseLinkToB","changeable":true,"resolveProxies":true,"lowerBound":1,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reverseLinkToA","changeable":true,"resolveProxies":true,"lowerBound":1,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"CloudElementB","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"CloudElementA","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":228,"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":"composedOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":235,"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":236,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"processingRate","changeable":true,"lowerBound":1,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfReplicas","changeable":true,"lowerBound":1,"iD":false,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"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":"size","changeable":true,"lowerBound":1,"iD":false,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"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":"size","changeable":true,"lowerBound":1,"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":"id","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"period","changeable":true,"lowerBound":0,"iD":false,"id":252,"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":"efficiency","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usesCloudStorage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"OS","changeable":true,"lowerBound":0,"iD":false,"id":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":"cpu","changeable":true,"lowerBound":0,"iD":false,"id":259,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ram","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"disk_size","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":"location","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":"domain","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"storageType","changeable":true,"lowerBound":1,"iD":false,"id":272,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"usesCloudStorage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"DBType","changeable":true,"lowerBound":1,"iD":false,"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"},{"name":"cpu","id":284,"value":0,"literal":"cpu","eClass":"EEnumLiteral"},{"name":"memory","id":285,"value":1,"literal":"memory","eClass":"EEnumLiteral"},{"name":"storage","id":286,"value":2,"literal":"storage","eClass":"EEnumLiteral"},{"name":"compute","id":287,"value":0,"literal":"compute","eClass":"EEnumLiteral"},{"name":"cloudstorage","id":288,"value":1,"literal":"cloudstorage","eClass":"EEnumLiteral"},{"name":"frontend","id":289,"value":0,"literal":"frontend","eClass":"EEnumLiteral"},{"name":"middleware","id":290,"value":1,"literal":"middleware","eClass":"EEnumLiteral"},{"name":"backend","id":291,"value":2,"literal":"backend","eClass":"EEnumLiteral"},{"name":"database","id":292,"value":3,"literal":"database","eClass":"EEnumLiteral"},{"name":"storage","id":293,"value":4,"literal":"storage","eClass":"EEnumLiteral"},{"name":"queue","id":294,"value":5,"literal":"queue","eClass":"EEnumLiteral"},{"name":"cache","id":295,"value":6,"literal":"cache","eClass":"EEnumLiteral"},{"name":"relational","id":296,"value":1,"literal":"relational","eClass":"EEnumLiteral"},{"name":"nosql","id":297,"value":0,"literal":"nosql","eClass":"EEnumLiteral"},{"name":"blobstorage","id":298,"value":0,"literal":"blobstorage","eClass":"EEnumLiteral"},{"name":"filesystem","id":299,"value":1,"literal":"filesystem","eClass":"EEnumLiteral"},{"name":"linux","id":300,"value":0,"literal":"linux","eClass":"EEnumLiteral"},{"name":"windows","id":301,"value":1,"literal":"windows","eClass":"EEnumLiteral"},{"name":"mac","id":302,"value":2,"literal":"mac","eClass":"EEnumLiteral"},{"name":"undefined","id":303,"value":3,"literal":"undefined","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":304,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":306,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":1,"iD":false,"id":307,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"period","changeable":true,"lowerBound":0,"iD":false,"id":308,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associatedToCloudElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":309,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definedOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":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":311,"derived":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":312,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"region","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasCost","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"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":325,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":1,"iD":false,"id":326,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"amount","changeable":true,"lowerBound":1,"iD":false,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associatedToCloudElement","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"definedOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasFreeQuota","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":336,"derived":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":337,"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":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":347,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"metric","changeable":true,"lowerBound":1,"iD":false,"id":348,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":349,"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":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"name":"per_hour","id":355,"value":0,"literal":"per_hour","eClass":"EEnumLiteral"},{"name":"per_GBmonth","id":356,"value":1,"literal":"per_GBmonth","eClass":"EEnumLiteral"},{"name":"per_million_I_O","id":357,"value":2,"literal":"per_million_I_O","eClass":"EEnumLiteral"},{"name":"per_1year","id":358,"value":3,"literal":"per_1year","eClass":"EEnumLiteral"},{"name":"per_3year","id":359,"value":4,"literal":"per_3year","eClass":"EEnumLiteral"},{"name":"per_3year_hour","id":360,"value":5,"literal":"per_3year_hour","eClass":"EEnumLiteral"},{"name":"per_GBout","id":361,"value":6,"literal":"per_GBout","eClass":"EEnumLiteral"},{"name":"per_GBmonth_consumed","id":362,"value":7,"literal":"per_GBmonth_consumed","eClass":"EEnumLiteral"},{"name":"per_GB_consumed","id":363,"value":8,"literal":"per_GB_consumed","eClass":"EEnumLiteral"},{"name":"CPU_utilization","id":364,"value":0,"literal":"CPU_utilization","eClass":"EEnumLiteral"},{"name":"TrafficLoad","id":365,"value":1,"literal":"TrafficLoad","eClass":"EEnumLiteral"},{"name":"Memory","id":366,"value":2,"literal":"Memory","eClass":"EEnumLiteral"},{"name":"GreaterThan","id":367,"value":0,"literal":"GreaterThan","eClass":"EEnumLiteral"},{"name":"LowerThan","id":368,"value":1,"literal":"LowerThan","eClass":"EEnumLiteral"},{"name":"GreaterOrEquals","id":369,"value":2,"literal":"GreaterOrEquals","eClass":"EEnumLiteral"},{"name":"LowerOrEquals","id":370,"value":3,"literal":"LowerOrEquals","eClass":"EEnumLiteral"},{"name":"EqualsTo","id":371,"value":4,"literal":"EqualsTo","eClass":"EEnumLiteral"},{"name":"platform","id":372,"value":0,"literal":"platform","eClass":"EEnumLiteral"},{"name":"resource","id":373,"value":1,"literal":"resource","eClass":"EEnumLiteral"},{"name":"software","id":374,"value":2,"literal":"software","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":375,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"period","changeable":true,"lowerBound":0,"iD":false,"id":376,"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":"numberOfInstances","changeable":true,"lowerBound":1,"iD":false,"id":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"name":"ScaleIN","id":381,"value":0,"literal":"ScaleIN","eClass":"EEnumLiteral"},{"name":"ScaleOUT","id":382,"value":1,"literal":"ScaleOUT","eClass":"EEnumLiteral"},{"name":"REST","id":383,"value":0,"literal":"REST","eClass":"EEnumLiteral"},{"name":"SOAP","id":384,"value":1,"literal":"SOAP","eClass":"EEnumLiteral"},{"name":"ssdOptimized","id":385,"value":0,"literal":"ssdOptimized","eClass":"EEnumLiteral"},{"name":"maxConnections","id":386,"value":1,"literal":"maxConnections","eClass":"EEnumLiteral"},{"name":"maxRequests","id":387,"value":2,"literal":"maxRequests","eClass":"EEnumLiteral"},{"name":"multiAzReplicas","id":388,"value":3,"literal":"multiAzReplicas","eClass":"EEnumLiteral"},{"name":"orderPreserving","id":389,"value":4,"literal":"orderPreserving","eClass":"EEnumLiteral"},{"name":"replicas","id":390,"value":5,"literal":"replicas","eClass":"EEnumLiteral"},{"name":"requestSize","id":391,"value":6,"literal":"requestSize","eClass":"EEnumLiteral"},{"name":"delay","id":392,"value":7,"literal":"delay","eClass":"EEnumLiteral"},{"name":"storage","id":393,"value":8,"literal":"storage","eClass":"EEnumLiteral"},{"name":"multiplyingFactor","id":394,"value":9,"literal":"multiplyingFactor","eClass":"EEnumLiteral"},{"name":"maxRollbackHours","id":395,"value":10,"literal":"maxRollbackHours","eClass":"EEnumLiteral"},{"name":"maxEntrySize","id":396,"value":11,"literal":"maxEntrySize","eClass":"EEnumLiteral"},{"name":"replicasChangeable","id":397,"value":12,"literal":"replicasChangeable","eClass":"EEnumLiteral"},{"name":"replicasPayedSingularly","id":398,"value":13,"literal":"replicasPayedSingularly","eClass":"EEnumLiteral"},{"name":"dataReplicas","id":399,"value":14,"literal":"dataReplicas","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"port_speed","changeable":true,"lowerBound":0,"iD":false,"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":"subnet_id","changeable":true,"lowerBound":0,"iD":false,"id":406,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Hadoop_Home","changeable":true,"lowerBound":0,"iD":false,"id":407,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"access_key_id","changeable":true,"lowerBound":0,"iD":false,"id":408,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"secret_access_key","changeable":true,"lowerBound":0,"iD":false,"id":409,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"associate_public_ip","changeable":true,"lowerBound":0,"iD":false,"id":410,"derived":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":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":"url","changeable":true,"lowerBound":0,"iD":false,"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":"ce_certificate","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":"image_uuid","changeable":true,"lowerBound":0,"iD":false,"id":414,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"net_uuid","changeable":true,"lowerBound":0,"iD":false,"id":415,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"server_type","changeable":true,"lowerBound":0,"iD":false,"id":416,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key_uuid","changeable":true,"lowerBound":0,"iD":false,"id":417,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wait_started_interval","changeable":true,"lowerBound":0,"iD":false,"id":418,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wait_started_timeout","changeable":true,"lowerBound":0,"iD":false,"id":419,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"private_ip","changeable":true,"lowerBound":0,"iD":false,"id":420,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"user","changeable":true,"lowerBound":0,"iD":false,"id":421,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"security_groups","changeable":true,"lowerBound":0,"iD":false,"id":422,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derived_from","changeable":true,"lowerBound":0,"iD":false,"id":423,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"api_uuid","changeable":true,"lowerBound":0,"iD":false,"id":424,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"password","changeable":true,"lowerBound":0,"iD":false,"id":425,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"customer","changeable":true,"lowerBound":0,"iD":false,"id":426,"derived":false},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"slaveType","changeable":true,"lowerBound":0,"iD":false,"id":450,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"instances","changeable":true,"lowerBound":0,"iD":false,"id":451,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contains_worker_chef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contains_config","changeable":true,"resolveProxies":true,"lowerBound":1,"id":457,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contains_master_chef","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"masterType","changeable":true,"lowerBound":0,"iD":false,"id":459,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasOryxRunner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":460,"derived":false},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"name":"resourceManager","id":466,"value":0,"literal":"resourceManager","eClass":"EEnumLiteral"},{"name":"nameNode","id":467,"value":1,"literal":"nameNode","eClass":"EEnumLiteral"},{"name":"secondaryNameNode","id":468,"value":2,"literal":"secondaryNameNode","eClass":"EEnumLiteral"},{"name":"dataNode","id":469,"value":4,"literal":"dataNode","eClass":"EEnumLiteral"},{"name":"nodeManager","id":470,"value":0,"literal":"nodeManager","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileSystem","changeable":true,"lowerBound":0,"iD":false,"id":471,"derived":false},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"name":"HDFS","id":474,"value":0,"literal":"HDFS","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":475,"derived":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":476,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaces","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":"relationships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":478,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derived_from","changeable":true,"lowerBound":0,"iD":false,"id":479,"derived":false},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"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":485,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"lowerBound":0,"iD":false,"id":486,"derived":false},{"id":487,"eClass":"EGenericType"},{"id":488,"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":489,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"create","changeable":true,"lowerBound":0,"iD":false,"id":490,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"configure","changeable":true,"lowerBound":0,"iD":false,"id":491,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"start","changeable":true,"lowerBound":0,"iD":false,"id":492,"derived":false},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":497,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"chef_server_url","changeable":true,"lowerBound":0,"iD":false,"id":498,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"environment","changeable":true,"lowerBound":0,"iD":false,"id":499,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"validation_client_name","changeable":true,"lowerBound":0,"iD":false,"id":500,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"validation_key","changeable":true,"lowerBound":0,"iD":false,"id":501,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"node_name_prefix","changeable":true,"lowerBound":0,"iD":false,"id":502,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"node_name_suffix","changeable":true,"lowerBound":0,"iD":false,"id":503,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"lowerBound":0,"iD":false,"id":504,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"runlists","changeable":true,"lowerBound":0,"iD":false,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"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":"config","changeable":true,"lowerBound":0,"iD":false,"id":516,"derived":false},{"id":517,"eClass":"EGenericType"},{"id":518,"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":"chef_cook_books","changeable":true,"lowerBound":0,"iD":false,"id":519,"derived":false},{"id":520,"eClass":"EGenericType"},{"id":521,"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":"chef_cook_books","changeable":true,"lowerBound":0,"iD":false,"id":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"name":"apt_default","id":525,"value":0,"literal":"recipe[apt::default]","eClass":"EEnumLiteral"},{"name":"java_default","id":526,"value":1,"literal":"recipe[java::default]","eClass":"EEnumLiteral"},{"name":"hadoop_hadoop_hdfs_namenode","id":527,"value":2,"literal":"recipe[hadoop::hadoop_hdfs_namenode]","eClass":"EEnumLiteral"},{"name":"hadoop_hadoop_yarn_resourcemanager","id":528,"value":3,"literal":"recipe[hadoop::hadoop_yarn_resourcemanager]","eClass":"EEnumLiteral"},{"name":"hadoop_hadoop_mapreduce_historyserver","id":529,"value":4,"literal":"recipe[hadoop::hadoop_mapreduce_historyserver]","eClass":"EEnumLiteral"},{"name":"hadoop_zookeeper_server","id":530,"value":5,"literal":"recipe[hadoop::zookeeper_server]","eClass":"EEnumLiteral"},{"name":"hadoop_spark_master","id":531,"value":6,"literal":"recipe[hadoop::spark_master]","eClass":"EEnumLiteral"},{"name":"apache_kafka_default","id":532,"value":7,"literal":"recipe[apache_kafka::default]","eClass":"EEnumLiteral"},{"name":"collectd_ng_default","id":533,"value":8,"literal":"recipe[collectd-ng::default]","eClass":"EEnumLiteral"},{"name":"apt_default","id":534,"value":0,"literal":"recipe[apt::default]","eClass":"EEnumLiteral"},{"name":"java_default","id":535,"value":1,"literal":"recipe[java::default]","eClass":"EEnumLiteral"},{"name":"hadoop_hadoop_hdfs_datanode","id":536,"value":2,"literal":"recipe[hadoop::hadoop_hdfs_datanode]","eClass":"EEnumLiteral"},{"name":"hadoop_hadoop_yarn_nodemanager","id":537,"value":3,"literal":"recipe[hadoop::hadoop_yarn_nodemanager]","eClass":"EEnumLiteral"},{"name":"hadoop_zookeeper_server","id":538,"value":4,"literal":"recipe[hadoop::zookeeper_server]","eClass":"EEnumLiteral"},{"name":"hadoop_spark_worker","id":539,"value":5,"literal":"recipe[hadoop::spark_worker]","eClass":"EEnumLiteral"},{"name":"apache_kafka_default","id":540,"value":6,"literal":"recipe[apache_kafka::default]","eClass":"EEnumLiteral"},{"name":"collectd_ng_default","id":541,"value":7,"literal":"recipe[collectd-ng::default]","eClass":"EEnumLiteral"},{"name":"cloudify_interfaces_lifecycle","id":542,"value":0,"literal":"cloudify_interfaces_lifecycle","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":"hasMasterNode","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":"hasSlaves","changeable":true,"resolveProxies":true,"lowerBound":1,"id":544,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasRelationships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":545,"derived":false},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"name":"cloudify_nodes_compute","id":549,"value":0,"literal":"cloudify.nodes.compute","eClass":"EEnumLiteral"},{"name":"Cloudify_nodes_root","id":550,"value":0,"literal":"Cloudify.nodes.root","eClass":"EEnumLiteral"},{"name":"Cloudify_chef_nodes_ApplicationServer","id":551,"value":1,"literal":"Cloudify.chef.nodes.ApplicationServer","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":"relationName","changeable":true,"lowerBound":0,"iD":false,"id":552,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"derived_from","changeable":true,"lowerBound":0,"iD":false,"id":553,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasSourceInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":554,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasTargetInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":555,"derived":false},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":560,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preconfigure","changeable":true,"lowerBound":0,"iD":false,"id":561,"derived":false},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":564,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preconfigure","changeable":true,"lowerBound":0,"iD":false,"id":565,"derived":false},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"name":"cloudify_relationships_contained_in","id":568,"value":0,"literal":"cloudify.relationships.contained_in","eClass":"EEnumLiteral"},{"name":"cloudify_relationships_connected_to","id":569,"value":1,"literal":"cloudify.relationships.connected_to","eClass":"EEnumLiteral"},{"name":"cloudify_relationships_depend_on","id":570,"value":2,"literal":"cloudify.relationships.depend_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":"name","changeable":true,"lowerBound":0,"iD":false,"id":571,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":572,"derived":false},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":576,"derived":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":577,"derived":false},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oryxType","changeable":true,"lowerBound":1,"iD":false,"id":581,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"usesHadoopCluster","changeable":true,"resolveProxies":true,"lowerBound":0,"id":582,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"managedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":583,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"usesSparkStream","changeable":true,"resolveProxies":true,"lowerBound":0,"id":584,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"usesKafka","changeable":true,"resolveProxies":true,"lowerBound":0,"id":585,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"runScript","changeable":true,"lowerBound":0,"iD":false,"id":586,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"computeClassPath","changeable":true,"lowerBound":0,"iD":false,"id":587,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"tosca_definitions_version","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"tosca_definitions_version","unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":588,"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":"imports","changeable":true,"lowerBound":0,"iD":false,"id":589,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasinputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":590,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasoutputs","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serv_ModelManagerClass","changeable":true,"lowerBound":0,"iD":false,"id":603,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"batch_HDFSbaseURL","changeable":true,"lowerBound":0,"iD":false,"id":604,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Serv_ApplicationResources","changeable":true,"lowerBound":0,"iD":false,"id":605,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serv_memory","changeable":true,"lowerBound":0,"iD":false,"id":606,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serv_minModelLoadFraction","changeable":true,"lowerBound":0,"iD":false,"id":607,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"speed_UiPort","changeable":true,"lowerBound":0,"iD":false,"id":608,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"speed_minModelLoadFraction","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":"speed_modelManagerClass","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":"speed_DynamicAlloc","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":"batch_updateClass","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":"batch_UiPort","changeable":true,"lowerBound":0,"iD":false,"id":613,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serv_yarn_instances","changeable":true,"lowerBound":0,"iD":false,"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":"serv_yarn_cores","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":"serv_api_UserName","changeable":true,"lowerBound":0,"iD":false,"id":616,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serv_api_Password","changeable":true,"lowerBound":0,"iD":false,"id":617,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"srv_api_keystoreFile","changeable":true,"lowerBound":0,"iD":false,"id":618,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"srv_api_keystorePassword","changeable":true,"lowerBound":0,"iD":false,"id":619,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"srv_api_contextPath","changeable":true,"lowerBound":0,"iD":false,"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":"serv_api_port","changeable":true,"lowerBound":0,"iD":false,"id":621,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"srv_api_readonly","changeable":true,"lowerBound":0,"iD":false,"id":622,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"testFraction","changeable":true,"lowerBound":0,"iD":false,"id":623,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Candidate","changeable":true,"lowerBound":0,"iD":false,"id":624,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Parallelism","changeable":true,"lowerBound":0,"iD":false,"id":625,"derived":false},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inputTopicmaxMessageSize","changeable":true,"lowerBound":0,"iD":false,"id":650,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inputTopic_replicationValue","changeable":true,"lowerBound":0,"iD":false,"id":651,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inputTopic_retentionTime","changeable":true,"lowerBound":0,"iD":false,"id":652,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inputTopicNumberOfPartitions","changeable":true,"lowerBound":0,"iD":false,"id":653,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inputTopic_name","changeable":true,"lowerBound":0,"iD":false,"id":654,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputTopic_name","changeable":true,"lowerBound":0,"iD":false,"id":655,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputTopic_maxMessageSize","changeable":true,"lowerBound":0,"iD":false,"id":656,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputTopic_replicationValue","changeable":true,"lowerBound":0,"iD":false,"id":657,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputTopicNumberOfPartitions","changeable":true,"lowerBound":0,"iD":false,"id":658,"derived":false},{"id":659,"eClass":"EGenericType"},{"id":660,"eClass":"EGenericType"},{"id":661,"eClass":"EGenericType"},{"id":662,"eClass":"EGenericType"},{"id":663,"eClass":"EGenericType"},{"id":664,"eClass":"EGenericType"},{"id":665,"eClass":"EGenericType"},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"id":668,"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":"sparkSlaves","changeable":true,"lowerBound":0,"iD":false,"id":669,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sparkMaster","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":"eventLogEnable","changeable":true,"lowerBound":0,"iD":false,"id":671,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eventLogDirectory","changeable":true,"lowerBound":0,"iD":false,"id":672,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serializer","changeable":true,"lowerBound":0,"iD":false,"id":673,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"HeapSize","changeable":true,"lowerBound":0,"iD":false,"id":674,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ExecutorMemory","changeable":true,"lowerBound":0,"iD":false,"id":675,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"NumberofExecutors","changeable":true,"lowerBound":0,"iD":false,"id":676,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ExecutorCore","changeable":true,"lowerBound":0,"iD":false,"id":677,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extraJavaOptions","changeable":true,"lowerBound":0,"iD":false,"id":678,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"DynamicAlloc","changeable":true,"lowerBound":0,"iD":false,"id":679,"derived":false},{"id":680,"eClass":"EGenericType"},{"id":681,"eClass":"EGenericType"},{"id":682,"eClass":"EGenericType"},{"id":683,"eClass":"EGenericType"},{"id":684,"eClass":"EGenericType"},{"id":685,"eClass":"EGenericType"},{"id":686,"eClass":"EGenericType"},{"id":687,"eClass":"EGenericType"},{"id":688,"eClass":"EGenericType"},{"id":689,"eClass":"EGenericType"},{"id":690,"eClass":"EGenericType"},{"id":691,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clientPort","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":"dataDir","changeable":true,"lowerBound":0,"iD":false,"id":693,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tickTime","changeable":true,"lowerBound":0,"iD":false,"id":694,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataLogDir","changeable":true,"lowerBound":0,"iD":false,"id":695,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"globalOutstandingLimit","changeable":true,"lowerBound":0,"iD":false,"id":696,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preAllocSize","changeable":true,"lowerBound":0,"iD":false,"id":697,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"snapCount","changeable":true,"lowerBound":0,"iD":false,"id":698,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"traceFile","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":"electionAlg","changeable":true,"lowerBound":0,"iD":false,"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":"initLimit","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":"leaderServes","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"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":1,"target":0},{"source":1,"target":93},{"source":1,"target":94},{"source":93,"target":95},{"source":93,"target":1},{"source":94,"target":96},{"source":94,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":97},{"source":2,"target":98},{"source":97,"target":3},{"source":97,"target":99},{"source":97,"target":2},{"source":99,"target":3},{"source":98,"target":1},{"source":3,"target":0},{"source":3,"target":100},{"source":3,"target":101},{"source":3,"target":102},{"source":3,"target":103},{"source":100,"target":6},{"source":100,"target":104},{"source":100,"target":3},{"source":104,"target":6},{"source":101,"target":8},{"source":101,"target":105},{"source":101,"target":3},{"source":105,"target":8},{"source":102,"target":106},{"source":102,"target":3},{"source":103,"target":107},{"source":103,"target":3},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":108},{"source":4,"target":109},{"source":108,"target":15},{"source":108,"target":110},{"source":108,"target":4},{"source":110,"target":15},{"source":109,"target":1},{"source":5,"target":0},{"source":5,"target":111},{"source":5,"target":112},{"source":5,"target":113},{"source":5,"target":114},{"source":111,"target":115},{"source":111,"target":5},{"source":112,"target":116},{"source":112,"target":5},{"source":113,"target":48},{"source":113,"target":117},{"source":113,"target":5},{"source":117,"target":48},{"source":114,"target":50},{"source":114,"target":118},{"source":114,"target":5},{"source":114,"target":119},{"source":118,"target":50},{"source":6,"target":0},{"source":6,"target":120},{"source":6,"target":121},{"source":6,"target":122},{"source":120,"target":7},{"source":120,"target":123},{"source":120,"target":6},{"source":123,"target":7},{"source":121,"target":124},{"source":121,"target":6},{"source":122,"target":125},{"source":122,"target":6},{"source":7,"target":0},{"source":7,"target":126},{"source":7,"target":127},{"source":7,"target":128},{"source":126,"target":129},{"source":126,"target":7},{"source":127,"target":130},{"source":127,"target":7},{"source":128,"target":131},{"source":128,"target":7},{"source":8,"target":0},{"source":8,"target":132},{"source":8,"target":133},{"source":8,"target":134},{"source":8,"target":135},{"source":8,"target":136},{"source":132,"target":9},{"source":132,"target":137},{"source":132,"target":8},{"source":137,"target":9},{"source":133,"target":138},{"source":133,"target":8},{"source":134,"target":139},{"source":134,"target":8},{"source":135,"target":57},{"source":135,"target":140},{"source":135,"target":8},{"source":140,"target":57},{"source":136,"target":51},{"source":136,"target":141},{"source":136,"target":8},{"source":141,"target":51},{"source":9,"target":0},{"source":9,"target":142},{"source":9,"target":143},{"source":9,"target":144},{"source":9,"target":145},{"source":142,"target":35},{"source":142,"target":146},{"source":142,"target":9},{"source":146,"target":35},{"source":143,"target":147},{"source":143,"target":9},{"source":144,"target":148},{"source":144,"target":9},{"source":145,"target":29},{"source":145,"target":149},{"source":145,"target":9},{"source":145,"target":150},{"source":149,"target":29},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":151},{"source":10,"target":152},{"source":151,"target":13},{"source":151,"target":153},{"source":151,"target":10},{"source":153,"target":13},{"source":152,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":154},{"source":11,"target":155},{"source":154,"target":14},{"source":154,"target":156},{"source":154,"target":11},{"source":156,"target":14},{"source":155,"target":3},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":157},{"source":12,"target":158},{"source":157,"target":15},{"source":157,"target":159},{"source":157,"target":12},{"source":159,"target":15},{"source":158,"target":3},{"source":13,"target":0},{"source":13,"target":50},{"source":13,"target":160},{"source":13,"target":161},{"source":13,"target":162},{"source":13,"target":163},{"source":13,"target":164},{"source":160,"target":22},{"source":160,"target":165},{"source":160,"target":13},{"source":165,"target":22},{"source":161,"target":28},{"source":161,"target":166},{"source":161,"target":13},{"source":166,"target":28},{"source":162,"target":30},{"source":162,"target":167},{"source":162,"target":13},{"source":167,"target":30},{"source":163,"target":43},{"source":163,"target":168},{"source":163,"target":13},{"source":168,"target":43},{"source":164,"target":50},{"source":14,"target":0},{"source":14,"target":50},{"source":14,"target":169},{"source":14,"target":170},{"source":14,"target":171},{"source":14,"target":172},{"source":14,"target":173},{"source":14,"target":174},{"source":14,"target":175},{"source":169,"target":13},{"source":169,"target":176},{"source":169,"target":14},{"source":176,"target":13},{"source":170,"target":44},{"source":170,"target":177},{"source":170,"target":14},{"source":177,"target":44},{"source":171,"target":178},{"source":171,"target":14},{"source":172,"target":179},{"source":172,"target":14},{"source":173,"target":9},{"source":173,"target":180},{"source":173,"target":14},{"source":180,"target":9},{"source":174,"target":60},{"source":174,"target":181},{"source":174,"target":14},{"source":174,"target":182},{"source":181,"target":60},{"source":175,"target":50},{"source":15,"target":0},{"source":15,"target":50},{"source":15,"target":183},{"source":15,"target":184},{"source":15,"target":185},{"source":15,"target":186},{"source":15,"target":187},{"source":183,"target":14},{"source":183,"target":188},{"source":183,"target":15},{"source":188,"target":14},{"source":184,"target":13},{"source":184,"target":189},{"source":184,"target":15},{"source":189,"target":13},{"source":185,"target":58},{"source":185,"target":190},{"source":185,"target":15},{"source":190,"target":58},{"source":186,"target":9},{"source":186,"target":191},{"source":186,"target":15},{"source":191,"target":9},{"source":187,"target":50},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":192},{"source":192,"target":14},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":193},{"source":193,"target":14},{"source":18,"target":0},{"source":18,"target":14},{"source":18,"target":194},{"source":194,"target":14},{"source":19,"target":0},{"source":19,"target":14},{"source":19,"target":195},{"source":195,"target":14},{"source":20,"target":0},{"source":20,"target":14},{"source":20,"target":196},{"source":196,"target":14},{"source":21,"target":0},{"source":21,"target":14},{"source":21,"target":197},{"source":197,"target":14},{"source":22,"target":0},{"source":22,"target":198},{"source":22,"target":199},{"source":198,"target":200},{"source":198,"target":22},{"source":199,"target":201},{"source":199,"target":22},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":202},{"source":202,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":203},{"source":24,"target":204},{"source":203,"target":23},{"source":203,"target":205},{"source":203,"target":24},{"source":205,"target":23},{"source":204,"target":22},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":206},{"source":206,"target":24},{"source":26,"target":0},{"source":26,"target":15},{"source":26,"target":207},{"source":207,"target":15},{"source":27,"target":0},{"source":27,"target":15},{"source":27,"target":208},{"source":208,"target":15},{"source":28,"target":0},{"source":28,"target":209},{"source":28,"target":210},{"source":28,"target":211},{"source":28,"target":212},{"source":28,"target":213},{"source":28,"target":214},{"source":28,"target":215},{"source":28,"target":216},{"source":209,"target":13},{"source":209,"target":217},{"source":209,"target":28},{"source":217,"target":13},{"source":210,"target":218},{"source":210,"target":28},{"source":211,"target":219},{"source":211,"target":28},{"source":212,"target":220},{"source":212,"target":28},{"source":213,"target":221},{"source":213,"target":28},{"source":214,"target":222},{"source":214,"target":28},{"source":215,"target":50},{"source":215,"target":223},{"source":215,"target":28},{"source":215,"target":224},{"source":223,"target":50},{"source":216,"target":50},{"source":216,"target":225},{"source":216,"target":28},{"source":216,"target":226},{"source":225,"target":50},{"source":29,"target":0},{"source":29,"target":227},{"source":29,"target":228},{"source":29,"target":229},{"source":29,"target":150},{"source":227,"target":230},{"source":227,"target":29},{"source":228,"target":231},{"source":228,"target":29},{"source":229,"target":56},{"source":229,"target":232},{"source":229,"target":29},{"source":232,"target":56},{"source":150,"target":9},{"source":150,"target":233},{"source":150,"target":29},{"source":150,"target":145},{"source":233,"target":9},{"source":30,"target":0},{"source":30,"target":234},{"source":30,"target":235},{"source":30,"target":236},{"source":30,"target":237},{"source":30,"target":238},{"source":234,"target":34},{"source":234,"target":239},{"source":234,"target":30},{"source":239,"target":34},{"source":235,"target":240},{"source":235,"target":30},{"source":236,"target":42},{"source":236,"target":241},{"source":236,"target":30},{"source":241,"target":42},{"source":237,"target":242},{"source":237,"target":30},{"source":238,"target":243},{"source":238,"target":30},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":244},{"source":244,"target":30},{"source":32,"target":0},{"source":32,"target":30},{"source":32,"target":245},{"source":32,"target":246},{"source":245,"target":247},{"source":245,"target":32},{"source":246,"target":30},{"source":33,"target":0},{"source":33,"target":30},{"source":33,"target":248},{"source":33,"target":249},{"source":248,"target":250},{"source":248,"target":33},{"source":249,"target":30},{"source":34,"target":0},{"source":34,"target":251},{"source":34,"target":252},{"source":34,"target":253},{"source":251,"target":254},{"source":251,"target":34},{"source":252,"target":255},{"source":252,"target":34},{"source":253,"target":256},{"source":253,"target":34},{"source":35,"target":0},{"source":35,"target":13},{"source":35,"target":257},{"source":35,"target":258},{"source":35,"target":259},{"source":35,"target":260},{"source":35,"target":261},{"source":35,"target":262},{"source":35,"target":263},{"source":35,"target":264},{"source":257,"target":36},{"source":257,"target":265},{"source":257,"target":35},{"source":265,"target":36},{"source":258,"target":47},{"source":258,"target":266},{"source":258,"target":35},{"source":266,"target":47},{"source":259,"target":267},{"source":259,"target":35},{"source":260,"target":268},{"source":260,"target":35},{"source":261,"target":269},{"source":261,"target":35},{"source":262,"target":270},{"source":262,"target":35},{"source":263,"target":271},{"source":263,"target":35},{"source":264,"target":13},{"source":36,"target":0},{"source":36,"target":13},{"source":36,"target":272},{"source":36,"target":273},{"source":272,"target":46},{"source":272,"target":274},{"source":272,"target":36},{"source":274,"target":46},{"source":273,"target":13},{"source":37,"target":0},{"source":37,"target":14},{"source":37,"target":275},{"source":37,"target":276},{"source":37,"target":277},{"source":275,"target":36},{"source":275,"target":278},{"source":275,"target":37},{"source":278,"target":36},{"source":276,"target":45},{"source":276,"target":279},{"source":276,"target":37},{"source":279,"target":45},{"source":277,"target":14},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":280},{"source":280,"target":37},{"source":39,"target":0},{"source":39,"target":37},{"source":39,"target":281},{"source":281,"target":37},{"source":40,"target":0},{"source":40,"target":36},{"source":40,"target":282},{"source":282,"target":36},{"source":41,"target":0},{"source":41,"target":36},{"source":41,"target":283},{"source":283,"target":36},{"source":42,"target":0},{"source":42,"target":284},{"source":42,"target":285},{"source":42,"target":286},{"source":284,"target":42},{"source":285,"target":42},{"source":286,"target":42},{"source":43,"target":0},{"source":43,"target":287},{"source":43,"target":288},{"source":287,"target":43},{"source":288,"target":43},{"source":44,"target":0},{"source":44,"target":289},{"source":44,"target":290},{"source":44,"target":291},{"source":44,"target":292},{"source":44,"target":293},{"source":44,"target":294},{"source":44,"target":295},{"source":289,"target":44},{"source":290,"target":44},{"source":291,"target":44},{"source":292,"target":44},{"source":293,"target":44},{"source":294,"target":44},{"source":295,"target":44},{"source":45,"target":0},{"source":45,"target":296},{"source":45,"target":297},{"source":296,"target":45},{"source":297,"target":45},{"source":46,"target":0},{"source":46,"target":298},{"source":46,"target":299},{"source":298,"target":46},{"source":299,"target":46},{"source":47,"target":0},{"source":47,"target":300},{"source":47,"target":301},{"source":47,"target":302},{"source":47,"target":303},{"source":300,"target":47},{"source":301,"target":47},{"source":302,"target":47},{"source":303,"target":47},{"source":48,"target":0},{"source":48,"target":304},{"source":48,"target":305},{"source":48,"target":306},{"source":48,"target":307},{"source":48,"target":308},{"source":48,"target":309},{"source":48,"target":310},{"source":48,"target":311},{"source":48,"target":312},{"source":48,"target":313},{"source":304,"target":314},{"source":304,"target":48},{"source":305,"target":315},{"source":305,"target":48},{"source":306,"target":316},{"source":306,"target":48},{"source":307,"target":52},{"source":307,"target":317},{"source":307,"target":48},{"source":317,"target":52},{"source":308,"target":318},{"source":308,"target":48},{"source":309,"target":50},{"source":309,"target":319},{"source":309,"target":48},{"source":309,"target":320},{"source":319,"target":50},{"source":310,"target":30},{"source":310,"target":321},{"source":310,"target":48},{"source":321,"target":30},{"source":311,"target":322},{"source":311,"target":48},{"source":312,"target":323},{"source":312,"target":48},{"source":313,"target":324},{"source":313,"target":48},{"source":49,"target":0},{"source":49,"target":325},{"source":49,"target":326},{"source":49,"target":327},{"source":49,"target":328},{"source":49,"target":329},{"source":325,"target":330},{"source":325,"target":49},{"source":326,"target":52},{"source":326,"target":331},{"source":326,"target":49},{"source":331,"target":52},{"source":327,"target":332},{"source":327,"target":49},{"source":328,"target":50},{"source":328,"target":333},{"source":328,"target":49},{"source":328,"target":334},{"source":333,"target":50},{"source":329,"target":30},{"source":329,"target":335},{"source":329,"target":49},{"source":335,"target":30},{"source":50,"target":0},{"source":50,"target":336},{"source":50,"target":337},{"source":50,"target":338},{"source":50,"target":226},{"source":50,"target":224},{"source":50,"target":119},{"source":50,"target":320},{"source":50,"target":334},{"source":336,"target":339},{"source":336,"target":50},{"source":337,"target":340},{"source":337,"target":50},{"source":338,"target":55},{"source":338,"target":341},{"source":338,"target":50},{"source":341,"target":55},{"source":226,"target":28},{"source":226,"target":342},{"source":226,"target":50},{"source":226,"target":216},{"source":342,"target":28},{"source":224,"target":28},{"source":224,"target":343},{"source":224,"target":50},{"source":224,"target":215},{"source":343,"target":28},{"source":119,"target":5},{"source":119,"target":344},{"source":119,"target":50},{"source":119,"target":114},{"source":344,"target":5},{"source":320,"target":48},{"source":320,"target":345},{"source":320,"target":50},{"source":320,"target":309},{"source":345,"target":48},{"source":334,"target":49},{"source":334,"target":346},{"source":334,"target":50},{"source":334,"target":328},{"source":346,"target":49},{"source":51,"target":0},{"source":51,"target":347},{"source":51,"target":348},{"source":51,"target":349},{"source":51,"target":350},{"source":347,"target":351},{"source":347,"target":51},{"source":348,"target":53},{"source":348,"target":352},{"source":348,"target":51},{"source":352,"target":53},{"source":349,"target":353},{"source":349,"target":51},{"source":350,"target":54},{"source":350,"target":354},{"source":350,"target":51},{"source":354,"target":54},{"source":52,"target":0},{"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":52,"target":363},{"source":355,"target":52},{"source":356,"target":52},{"source":357,"target":52},{"source":358,"target":52},{"source":359,"target":52},{"source":360,"target":52},{"source":361,"target":52},{"source":362,"target":52},{"source":363,"target":52},{"source":53,"target":0},{"source":53,"target":364},{"source":53,"target":365},{"source":53,"target":366},{"source":364,"target":53},{"source":365,"target":53},{"source":366,"target":53},{"source":54,"target":0},{"source":54,"target":367},{"source":54,"target":368},{"source":54,"target":369},{"source":54,"target":370},{"source":54,"target":371},{"source":367,"target":54},{"source":368,"target":54},{"source":369,"target":54},{"source":370,"target":54},{"source":371,"target":54},{"source":55,"target":0},{"source":55,"target":372},{"source":55,"target":373},{"source":55,"target":374},{"source":372,"target":55},{"source":373,"target":55},{"source":374,"target":55},{"source":56,"target":0},{"source":56,"target":375},{"source":56,"target":376},{"source":56,"target":377},{"source":375,"target":378},{"source":375,"target":56},{"source":376,"target":379},{"source":376,"target":56},{"source":377,"target":380},{"source":377,"target":56},{"source":57,"target":0},{"source":57,"target":381},{"source":57,"target":382},{"source":381,"target":57},{"source":382,"target":57},{"source":58,"target":0},{"source":58,"target":383},{"source":58,"target":384},{"source":383,"target":58},{"source":384,"target":58},{"source":59,"target":0},{"source":59,"target":385},{"source":59,"target":386},{"source":59,"target":387},{"source":59,"target":388},{"source":59,"target":389},{"source":59,"target":390},{"source":59,"target":391},{"source":59,"target":392},{"source":59,"target":393},{"source":59,"target":394},{"source":59,"target":395},{"source":59,"target":396},{"source":59,"target":397},{"source":59,"target":398},{"source":59,"target":399},{"source":385,"target":59},{"source":386,"target":59},{"source":387,"target":59},{"source":388,"target":59},{"source":389,"target":59},{"source":390,"target":59},{"source":391,"target":59},{"source":392,"target":59},{"source":393,"target":59},{"source":394,"target":59},{"source":395,"target":59},{"source":396,"target":59},{"source":397,"target":59},{"source":398,"target":59},{"source":399,"target":59},{"source":60,"target":0},{"source":60,"target":182},{"source":60,"target":400},{"source":60,"target":401},{"source":182,"target":14},{"source":182,"target":402},{"source":182,"target":60},{"source":182,"target":174},{"source":402,"target":14},{"source":400,"target":59},{"source":400,"target":403},{"source":400,"target":60},{"source":403,"target":59},{"source":401,"target":404},{"source":401,"target":60},{"source":61,"target":0},{"source":61,"target":35},{"source":61,"target":405},{"source":61,"target":406},{"source":61,"target":407},{"source":61,"target":408},{"source":61,"target":409},{"source":61,"target":410},{"source":61,"target":411},{"source":61,"target":412},{"source":61,"target":413},{"source":61,"target":414},{"source":61,"target":415},{"source":61,"target":416},{"source":61,"target":417},{"source":61,"target":418},{"source":61,"target":419},{"source":61,"target":420},{"source":61,"target":421},{"source":61,"target":422},{"source":61,"target":423},{"source":61,"target":424},{"source":61,"target":425},{"source":61,"target":426},{"source":61,"target":427},{"source":405,"target":428},{"source":405,"target":61},{"source":406,"target":429},{"source":406,"target":61},{"source":407,"target":430},{"source":407,"target":61},{"source":408,"target":431},{"source":408,"target":61},{"source":409,"target":432},{"source":409,"target":61},{"source":410,"target":433},{"source":410,"target":61},{"source":411,"target":434},{"source":411,"target":61},{"source":412,"target":435},{"source":412,"target":61},{"source":413,"target":436},{"source":413,"target":61},{"source":414,"target":437},{"source":414,"target":61},{"source":415,"target":438},{"source":415,"target":61},{"source":416,"target":439},{"source":416,"target":61},{"source":417,"target":440},{"source":417,"target":61},{"source":418,"target":441},{"source":418,"target":61},{"source":419,"target":442},{"source":419,"target":61},{"source":420,"target":443},{"source":420,"target":61},{"source":421,"target":444},{"source":421,"target":61},{"source":422,"target":445},{"source":422,"target":61},{"source":423,"target":80},{"source":423,"target":446},{"source":423,"target":61},{"source":446,"target":80},{"source":424,"target":447},{"source":424,"target":61},{"source":425,"target":448},{"source":425,"target":61},{"source":426,"target":449},{"source":426,"target":61},{"source":427,"target":35},{"source":62,"target":0},{"source":62,"target":61},{"source":62,"target":450},{"source":62,"target":451},{"source":62,"target":452},{"source":62,"target":453},{"source":450,"target":454},{"source":450,"target":62},{"source":451,"target":455},{"source":451,"target":62},{"source":452,"target":74},{"source":452,"target":456},{"source":452,"target":62},{"source":456,"target":74},{"source":453,"target":61},{"source":63,"target":0},{"source":63,"target":61},{"source":63,"target":457},{"source":63,"target":458},{"source":63,"target":459},{"source":63,"target":460},{"source":63,"target":461},{"source":457,"target":73},{"source":457,"target":462},{"source":457,"target":63},{"source":462,"target":73},{"source":458,"target":75},{"source":458,"target":463},{"source":458,"target":63},{"source":463,"target":75},{"source":459,"target":464},{"source":459,"target":63},{"source":460,"target":89},{"source":460,"target":465},{"source":460,"target":63},{"source":465,"target":89},{"source":461,"target":61},{"source":64,"target":0},{"source":64,"target":466},{"source":64,"target":467},{"source":64,"target":468},{"source":466,"target":64},{"source":467,"target":64},{"source":468,"target":64},{"source":65,"target":0},{"source":65,"target":469},{"source":65,"target":470},{"source":469,"target":65},{"source":470,"target":65},{"source":66,"target":0},{"source":66,"target":40},{"source":66,"target":471},{"source":66,"target":472},{"source":471,"target":67},{"source":471,"target":473},{"source":471,"target":66},{"source":473,"target":67},{"source":472,"target":40},{"source":67,"target":0},{"source":67,"target":474},{"source":474,"target":67},{"source":68,"target":0},{"source":69,"target":0},{"source":69,"target":475},{"source":69,"target":476},{"source":69,"target":477},{"source":69,"target":478},{"source":69,"target":479},{"source":475,"target":480},{"source":475,"target":69},{"source":476,"target":481},{"source":476,"target":69},{"source":477,"target":71},{"source":477,"target":482},{"source":477,"target":69},{"source":482,"target":71},{"source":478,"target":70},{"source":478,"target":483},{"source":478,"target":69},{"source":483,"target":70},{"source":479,"target":81},{"source":479,"target":484},{"source":479,"target":69},{"source":484,"target":81},{"source":70,"target":0},{"source":70,"target":485},{"source":70,"target":486},{"source":485,"target":487},{"source":485,"target":70},{"source":486,"target":488},{"source":486,"target":70},{"source":71,"target":0},{"source":71,"target":489},{"source":71,"target":490},{"source":71,"target":491},{"source":71,"target":492},{"source":489,"target":78},{"source":489,"target":493},{"source":489,"target":71},{"source":493,"target":78},{"source":490,"target":494},{"source":490,"target":71},{"source":491,"target":495},{"source":491,"target":71},{"source":492,"target":496},{"source":492,"target":71},{"source":72,"target":0},{"source":72,"target":69},{"source":72,"target":497},{"source":72,"target":498},{"source":72,"target":499},{"source":72,"target":500},{"source":72,"target":501},{"source":72,"target":502},{"source":72,"target":503},{"source":72,"target":504},{"source":72,"target":505},{"source":72,"target":506},{"source":497,"target":507},{"source":497,"target":72},{"source":498,"target":508},{"source":498,"target":72},{"source":499,"target":509},{"source":499,"target":72},{"source":500,"target":510},{"source":500,"target":72},{"source":501,"target":511},{"source":501,"target":72},{"source":502,"target":512},{"source":502,"target":72},{"source":503,"target":513},{"source":503,"target":72},{"source":504,"target":514},{"source":504,"target":72},{"source":505,"target":515},{"source":505,"target":72},{"source":506,"target":69},{"source":73,"target":0},{"source":73,"target":69},{"source":73,"target":516},{"source":73,"target":517},{"source":516,"target":518},{"source":516,"target":73},{"source":517,"target":69},{"source":74,"target":0},{"source":74,"target":72},{"source":74,"target":519},{"source":74,"target":520},{"source":519,"target":77},{"source":519,"target":521},{"source":519,"target":74},{"source":521,"target":77},{"source":520,"target":72},{"source":75,"target":0},{"source":75,"target":72},{"source":75,"target":522},{"source":75,"target":523},{"source":522,"target":76},{"source":522,"target":524},{"source":522,"target":75},{"source":524,"target":76},{"source":523,"target":72},{"source":76,"target":0},{"source":76,"target":525},{"source":76,"target":526},{"source":76,"target":527},{"source":76,"target":528},{"source":76,"target":529},{"source":76,"target":530},{"source":76,"target":531},{"source":76,"target":532},{"source":76,"target":533},{"source":525,"target":76},{"source":526,"target":76},{"source":527,"target":76},{"source":528,"target":76},{"source":529,"target":76},{"source":530,"target":76},{"source":531,"target":76},{"source":532,"target":76},{"source":533,"target":76},{"source":77,"target":0},{"source":77,"target":534},{"source":77,"target":535},{"source":77,"target":536},{"source":77,"target":537},{"source":77,"target":538},{"source":77,"target":539},{"source":77,"target":540},{"source":77,"target":541},{"source":534,"target":77},{"source":535,"target":77},{"source":536,"target":77},{"source":537,"target":77},{"source":538,"target":77},{"source":539,"target":77},{"source":540,"target":77},{"source":541,"target":77},{"source":78,"target":0},{"source":78,"target":542},{"source":542,"target":78},{"source":79,"target":0},{"source":79,"target":543},{"source":79,"target":544},{"source":79,"target":545},{"source":543,"target":63},{"source":543,"target":546},{"source":543,"target":79},{"source":546,"target":63},{"source":544,"target":62},{"source":544,"target":547},{"source":544,"target":79},{"source":547,"target":62},{"source":545,"target":82},{"source":545,"target":548},{"source":545,"target":79},{"source":548,"target":82},{"source":80,"target":0},{"source":80,"target":549},{"source":549,"target":80},{"source":81,"target":0},{"source":81,"target":550},{"source":81,"target":551},{"source":550,"target":81},{"source":551,"target":81},{"source":82,"target":0},{"source":82,"target":552},{"source":82,"target":553},{"source":82,"target":554},{"source":82,"target":555},{"source":552,"target":556},{"source":552,"target":82},{"source":553,"target":557},{"source":553,"target":82},{"source":554,"target":83},{"source":554,"target":558},{"source":554,"target":82},{"source":558,"target":83},{"source":555,"target":84},{"source":555,"target":559},{"source":555,"target":82},{"source":559,"target":84},{"source":83,"target":0},{"source":83,"target":560},{"source":83,"target":561},{"source":560,"target":562},{"source":560,"target":83},{"source":561,"target":563},{"source":561,"target":83},{"source":84,"target":0},{"source":84,"target":564},{"source":84,"target":565},{"source":564,"target":566},{"source":564,"target":84},{"source":565,"target":567},{"source":565,"target":84},{"source":85,"target":0},{"source":85,"target":568},{"source":85,"target":569},{"source":85,"target":570},{"source":568,"target":85},{"source":569,"target":85},{"source":570,"target":85},{"source":86,"target":0},{"source":86,"target":571},{"source":86,"target":572},{"source":571,"target":573},{"source":571,"target":86},{"source":572,"target":574},{"source":572,"target":86},{"source":87,"target":0},{"source":87,"target":575},{"source":87,"target":576},{"source":87,"target":577},{"source":575,"target":578},{"source":575,"target":87},{"source":576,"target":579},{"source":576,"target":87},{"source":577,"target":580},{"source":577,"target":87},{"source":88,"target":0},{"source":88,"target":581},{"source":88,"target":582},{"source":88,"target":583},{"source":88,"target":584},{"source":88,"target":585},{"source":88,"target":586},{"source":88,"target":587},{"source":88,"target":588},{"source":88,"target":589},{"source":88,"target":590},{"source":88,"target":591},{"source":581,"target":592},{"source":581,"target":88},{"source":582,"target":79},{"source":582,"target":593},{"source":582,"target":88},{"source":593,"target":79},{"source":583,"target":92},{"source":583,"target":594},{"source":583,"target":88},{"source":594,"target":92},{"source":584,"target":91},{"source":584,"target":595},{"source":584,"target":88},{"source":595,"target":91},{"source":585,"target":90},{"source":585,"target":596},{"source":585,"target":88},{"source":596,"target":90},{"source":586,"target":597},{"source":586,"target":88},{"source":587,"target":598},{"source":587,"target":88},{"source":588,"target":599},{"source":588,"target":88},{"source":589,"target":600},{"source":589,"target":88},{"source":590,"target":87},{"source":590,"target":601},{"source":590,"target":88},{"source":601,"target":87},{"source":591,"target":86},{"source":591,"target":602},{"source":591,"target":88},{"source":602,"target":86},{"source":89,"target":0},{"source":89,"target":69},{"source":89,"target":603},{"source":89,"target":604},{"source":89,"target":605},{"source":89,"target":606},{"source":89,"target":607},{"source":89,"target":608},{"source":89,"target":609},{"source":89,"target":610},{"source":89,"target":611},{"source":89,"target":612},{"source":89,"target":613},{"source":89,"target":614},{"source":89,"target":615},{"source":89,"target":616},{"source":89,"target":617},{"source":89,"target":618},{"source":89,"target":619},{"source":89,"target":620},{"source":89,"target":621},{"source":89,"target":622},{"source":89,"target":623},{"source":89,"target":624},{"source":89,"target":625},{"source":89,"target":626},{"source":603,"target":627},{"source":603,"target":89},{"source":604,"target":628},{"source":604,"target":89},{"source":605,"target":629},{"source":605,"target":89},{"source":606,"target":630},{"source":606,"target":89},{"source":607,"target":631},{"source":607,"target":89},{"source":608,"target":632},{"source":608,"target":89},{"source":609,"target":633},{"source":609,"target":89},{"source":610,"target":634},{"source":610,"target":89},{"source":611,"target":635},{"source":611,"target":89},{"source":612,"target":636},{"source":612,"target":89},{"source":613,"target":637},{"source":613,"target":89},{"source":614,"target":638},{"source":614,"target":89},{"source":615,"target":639},{"source":615,"target":89},{"source":616,"target":640},{"source":616,"target":89},{"source":617,"target":641},{"source":617,"target":89},{"source":618,"target":642},{"source":618,"target":89},{"source":619,"target":643},{"source":619,"target":89},{"source":620,"target":644},{"source":620,"target":89},{"source":621,"target":645},{"source":621,"target":89},{"source":622,"target":646},{"source":622,"target":89},{"source":623,"target":647},{"source":623,"target":89},{"source":624,"target":648},{"source":624,"target":89},{"source":625,"target":649},{"source":625,"target":89},{"source":626,"target":69},{"source":90,"target":0},{"source":90,"target":69},{"source":90,"target":650},{"source":90,"target":651},{"source":90,"target":652},{"source":90,"target":653},{"source":90,"target":654},{"source":90,"target":655},{"source":90,"target":656},{"source":90,"target":657},{"source":90,"target":658},{"source":90,"target":659},{"source":650,"target":660},{"source":650,"target":90},{"source":651,"target":661},{"source":651,"target":90},{"source":652,"target":662},{"source":652,"target":90},{"source":653,"target":663},{"source":653,"target":90},{"source":654,"target":664},{"source":654,"target":90},{"source":655,"target":665},{"source":655,"target":90},{"source":656,"target":666},{"source":656,"target":90},{"source":657,"target":667},{"source":657,"target":90},{"source":658,"target":668},{"source":658,"target":90},{"source":659,"target":69},{"source":91,"target":0},{"source":91,"target":69},{"source":91,"target":669},{"source":91,"target":670},{"source":91,"target":671},{"source":91,"target":672},{"source":91,"target":673},{"source":91,"target":674},{"source":91,"target":675},{"source":91,"target":676},{"source":91,"target":677},{"source":91,"target":678},{"source":91,"target":679},{"source":91,"target":680},{"source":669,"target":681},{"source":669,"target":91},{"source":670,"target":682},{"source":670,"target":91},{"source":671,"target":683},{"source":671,"target":91},{"source":672,"target":684},{"source":672,"target":91},{"source":673,"target":685},{"source":673,"target":91},{"source":674,"target":686},{"source":674,"target":91},{"source":675,"target":687},{"source":675,"target":91},{"source":676,"target":688},{"source":676,"target":91},{"source":677,"target":689},{"source":677,"target":91},{"source":678,"target":690},{"source":678,"target":91},{"source":679,"target":691},{"source":679,"target":91},{"source":680,"target":69},{"source":92,"target":0},{"source":92,"target":69},{"source":92,"target":692},{"source":92,"target":693},{"source":92,"target":694},{"source":92,"target":695},{"source":92,"target":696},{"source":92,"target":697},{"source":92,"target":698},{"source":92,"target":699},{"source":92,"target":700},{"source":92,"target":701},{"source":92,"target":702},{"source":92,"target":703},{"source":692,"target":704},{"source":692,"target":92},{"source":693,"target":705},{"source":693,"target":92},{"source":694,"target":706},{"source":694,"target":92},{"source":695,"target":707},{"source":695,"target":92},{"source":696,"target":708},{"source":696,"target":92},{"source":697,"target":709},{"source":697,"target":92},{"source":698,"target":710},{"source":698,"target":92},{"source":699,"target":711},{"source":699,"target":92},{"source":700,"target":712},{"source":700,"target":92},{"source":701,"target":713},{"source":701,"target":92},{"source":702,"target":714},{"source":702,"target":92},{"source":703,"target":69}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="pcmmeasuringpoint" nsURI="http://palladiosimulator.org/PCM/MeasuringPoint/1.0" nsPrefix="pcmmeasuringpoint"> <eClassifiers xsi:type="ecore:EClass" name="AssemblyOperationMeasuringPoint" eSuperTypes="../../org.palladiosimulator.edp2/model/EDP2.ecore#//measuringpoint/MeasuringPoint #//OperationReference #//AssemblyReference"/> <eClassifiers xsi:type="ecore:EClass" name="AssemblyPassiveResourceMeasuringPoint" eSuperTypes="../../org.palladiosimulator.edp2/model/EDP2.ecore#//measuringpoint/MeasuringPoint #//AssemblyReference #//PassiveResourceReference"/> <eClassifiers xsi:type="ecore:EClass" name="ActiveResourceMeasuringPoint" eSuperTypes="../../org.palladiosimulator.edp2/model/EDP2.ecore#//measuringpoint/MeasuringPoint #//ActiveResourceReference"/> <eClassifiers xsi:type="ecore:EClass" name="SystemOperationMeasuringPoint" eSuperTypes="../../org.palladiosimulator.edp2/model/EDP2.ecore#//measuringpoint/MeasuringPoint #//OperationReference #//SystemReference"/> <eClassifiers xsi:type="ecore:EClass" name="OperationReference" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="role" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/Role"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operationSignature" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/OperationSignature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssemblyReference" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="assembly" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//core/composition/AssemblyContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemReference" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="system" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//system/System"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PassiveResourceReference" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="passiveResource" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/PassiveResource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActiveResourceReference" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="activeResource" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//resourceenvironment/ProcessingResourceSpecification"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="replicaID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkingResourceMeasuringPoint" eSuperTypes="../../org.palladiosimulator.edp2/model/EDP2.ecore#//measuringpoint/MeasuringPoint #//LinkingResourceReference"/> <eClassifiers xsi:type="ecore:EClass" name="LinkingResourceReference" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="linkingResource" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//resourceenvironment/LinkingResource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubSystemOperationMeasuringPoint" eSuperTypes="../../org.palladiosimulator.edp2/model/EDP2.ecore#//measuringpoint/MeasuringPoint #//SubSystemReference #//OperationReference"/> <eClassifiers xsi:type="ecore:EClass" name="SubSystemReference" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="subsystem" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//subsystem/SubSystem"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UsageScenarioMeasuringPoint" eSuperTypes="../../org.palladiosimulator.edp2/model/EDP2.ecore#//measuringpoint/MeasuringPoint #//UsageScenarioReference"/> <eClassifiers xsi:type="ecore:EClass" name="UsageScenarioReference" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="usageScenario" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//usagemodel/UsageScenario"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntryLevelSystemCallMeasuringPoint" eSuperTypes="../../org.palladiosimulator.edp2/model/EDP2.ecore#//measuringpoint/MeasuringPoint #//EntryLevelSystemCallReference"/> <eClassifiers xsi:type="ecore:EClass" name="ExternalCallActionMeasuringPoint" eSuperTypes="../../org.palladiosimulator.edp2/model/EDP2.ecore#//measuringpoint/MeasuringPoint #//ExternalCallActionReference"/> <eClassifiers xsi:type="ecore:EClass" name="ExternalCallActionReference" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="externalCall" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//seff/ExternalCallAction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntryLevelSystemCallReference" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="entryLevelSystemCall" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//usagemodel/EntryLevelSystemCall"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceEnvironmentMeasuringPoint" eSuperTypes="../../org.palladiosimulator.edp2/model/EDP2.ecore#//measuringpoint/MeasuringPoint #//ResourceEnvironmentReference"/> <eClassifiers xsi:type="ecore:EClass" name="ResourceEnvironmentReference" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceEnvironment" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//resourceenvironment/ResourceEnvironment"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceContainerMeasuringPoint" eSuperTypes="../../org.palladiosimulator.edp2/model/EDP2.ecore#//measuringpoint/MeasuringPoint #//ResourceContainerReference"/> <eClassifiers xsi:type="ecore:EClass" name="ResourceContainerReference" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceContainer" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//resourceenvironment/ResourceContainer"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/SQuAT-Team/kamp-test/PCM/org.palladiosimulator.pcm.edp2.measuringpoint/model/pcmmeasuringpoint.ecore
ecore
pcmmeasuringpoint AssemblyOperationMeasuringPoint AssemblyPassiveResourceMeasuringPoint ActiveResourceMeasuringPoint SystemOperationMeasuringPoint OperationReference role operationSignature AssemblyReference assembly SystemReference system PassiveResourceReference passiveResource ActiveResourceReference activeResource replicaID 0 LinkingResourceMeasuringPoint LinkingResourceReference linkingResource SubSystemOperationMeasuringPoint SubSystemReference subsystem UsageScenarioMeasuringPoint UsageScenarioReference usageScenario EntryLevelSystemCallMeasuringPoint ExternalCallActionMeasuringPoint ExternalCallActionReference externalCall EntryLevelSystemCallReference entryLevelSystemCall ResourceEnvironmentMeasuringPoint ResourceEnvironmentReference resourceEnvironment ResourceContainerMeasuringPoint ResourceContainerReference resourceContainer
null
{"directed":true,"nodes":[{"nsPrefix":"pcmmeasuringpoint","nsURI":"http://palladiosimulator.org/PCM/MeasuringPoint/1.0","name":"pcmmeasuringpoint","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssemblyOperationMeasuringPoint","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssemblyPassiveResourceMeasuringPoint","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActiveResourceMeasuringPoint","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemOperationMeasuringPoint","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationReference","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssemblyReference","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemReference","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PassiveResourceReference","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActiveResourceReference","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkingResourceMeasuringPoint","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkingResourceReference","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubSystemOperationMeasuringPoint","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubSystemReference","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsageScenarioMeasuringPoint","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsageScenarioReference","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryLevelSystemCallMeasuringPoint","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalCallActionMeasuringPoint","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalCallActionReference","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryLevelSystemCallReference","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceEnvironmentMeasuringPoint","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceEnvironmentReference","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceContainerMeasuringPoint","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceContainerReference","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"operationSignature","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assembly","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"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":"system","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":"passiveResource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activeResource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"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":"replicaID","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkingResource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subsystem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usageScenario","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"externalCall","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entryLevelSystemCall","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceEnvironment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceContainer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":25,"target":5},{"source":26,"target":6},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":8},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":28,"target":6},{"source":29,"target":8},{"source":3,"target":0},{"source":3,"target":9},{"source":3,"target":30},{"source":3,"target":31},{"source":31,"target":9},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":7},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":33,"target":5},{"source":34,"target":7},{"source":5,"target":0},{"source":5,"target":35},{"source":5,"target":36},{"source":35,"target":37},{"source":35,"target":5},{"source":36,"target":38},{"source":36,"target":5},{"source":6,"target":0},{"source":6,"target":39},{"source":39,"target":40},{"source":39,"target":6},{"source":7,"target":0},{"source":7,"target":41},{"source":41,"target":42},{"source":41,"target":7},{"source":8,"target":0},{"source":8,"target":43},{"source":43,"target":44},{"source":43,"target":8},{"source":9,"target":0},{"source":9,"target":45},{"source":9,"target":46},{"source":45,"target":47},{"source":45,"target":9},{"source":46,"target":48},{"source":46,"target":9},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":49},{"source":10,"target":50},{"source":50,"target":11},{"source":11,"target":0},{"source":11,"target":51},{"source":51,"target":52},{"source":51,"target":11},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":5},{"source":12,"target":53},{"source":12,"target":54},{"source":12,"target":55},{"source":54,"target":13},{"source":55,"target":5},{"source":13,"target":0},{"source":13,"target":56},{"source":56,"target":57},{"source":56,"target":13},{"source":14,"target":0},{"source":14,"target":15},{"source":14,"target":58},{"source":14,"target":59},{"source":59,"target":15},{"source":15,"target":0},{"source":15,"target":60},{"source":60,"target":61},{"source":60,"target":15},{"source":16,"target":0},{"source":16,"target":19},{"source":16,"target":62},{"source":16,"target":63},{"source":63,"target":19},{"source":17,"target":0},{"source":17,"target":18},{"source":17,"target":64},{"source":17,"target":65},{"source":65,"target":18},{"source":18,"target":0},{"source":18,"target":66},{"source":66,"target":67},{"source":66,"target":18},{"source":19,"target":0},{"source":19,"target":68},{"source":68,"target":69},{"source":68,"target":19},{"source":20,"target":0},{"source":20,"target":21},{"source":20,"target":70},{"source":20,"target":71},{"source":71,"target":21},{"source":21,"target":0},{"source":21,"target":72},{"source":72,"target":73},{"source":72,"target":21},{"source":22,"target":0},{"source":22,"target":23},{"source":22,"target":74},{"source":22,"target":75},{"source":75,"target":23},{"source":23,"target":0},{"source":23,"target":76},{"source":76,"target":77},{"source":76,"target":23}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="lLVM_IR" nsURI="http://www.intel.com/llvm/ireditor" nsPrefix="lLVM_IR"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//TopLevelElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TopLevelElement"/> <eClassifiers xsi:type="ecore:EClass" name="AttributeGroup" eSuperTypes="#//TopLevelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//FunctionAttribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="alignstack" upperBound="-1" eType="#//AlignStack" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignstackValue" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetSpecificAttributes" upperBound="-1" eType="#//TargetSpecificAttribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TargetSpecificAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedMetadata" eSuperTypes="#//TopLevelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="node" eType="#//MetadataNode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetadataRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//NamedMetadata"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueRef" eSuperTypes="#//Callee"/> <eClassifiers xsi:type="ecore:EClass" name="GlobalValueRef" eSuperTypes="#//ValueRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="constant" eType="#//Constant" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metadata" eType="#//MetadataRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalValueRef" eSuperTypes="#//ValueRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//LocalValue"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalValue" eSuperTypes="#//TopLevelElement"/> <eClassifiers xsi:type="ecore:EClass" name="GlobalValueDef"/> <eClassifiers xsi:type="ecore:EClass" name="LocalValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedInstruction" eSuperTypes="#//LocalValue"/> <eClassifiers xsi:type="ecore:EClass" name="Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="metadata" upperBound="-1" eType="#//MetadataSuffix" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Alias" eSuperTypes="#//GlobalValue #//GlobalValueDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aliasee" eType="#//Aliasee" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Aliasee"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//GlobalValueDef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bitcast" eType="#//ConstantExpression_convert" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TargetInfo" eSuperTypes="#//TopLevelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="infoType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="layout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InlineAsm" eSuperTypes="#//TopLevelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="asmLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalVariable" eSuperTypes="#//GlobalValue #//GlobalValueDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="addrspace" eType="#//AddressSpace" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tlsModel" 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:EReference" name="initialValue" eType="#//Constant" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="section" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constant"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//GlobalValueDef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstantExpression" eSuperTypes="#//Constant"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstantExpression_convert" eSuperTypes="#//ConstantExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="fromType" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constant" eType="#//GlobalValueRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetType" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstantExpression_getelementptr" eSuperTypes="#//ConstantExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="constantType" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constant" eType="#//GlobalValueRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="indexTypes" upperBound="-1" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="indices" upperBound="-1" eType="#//Constant" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstantExpression_select" eSuperTypes="#//ConstantExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="op1" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="op2" eType="#//TypedValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstantExpression_compare" eSuperTypes="#//ConstantExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="op1" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="op2" eType="#//TypedValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstantExpression_extractelement" eSuperTypes="#//ConstantExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="vector" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//TypedValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstantExpression_insertelement" eSuperTypes="#//ConstantExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="vectorType" eType="#//VectorType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vector" eType="#//ValueRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//TypedValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstantExpression_shufflevector" eSuperTypes="#//ConstantExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="vector1" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vector2" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mask" eType="#//TypedValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstantExpression_extractvalue" eSuperTypes="#//ConstantExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indices" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstantExpression_insertvalue" eSuperTypes="#//ConstantExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indices" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstantExpression_binary" eSuperTypes="#//ConstantExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="op1" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="op2" eType="#//TypedValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Undef" eSuperTypes="#//Constant"/> <eClassifiers xsi:type="ecore:EClass" name="BlockAddress" eSuperTypes="#//Constant"> <eStructuralFeatures xsi:type="ecore:EReference" name="function" eType="#//GlobalValueRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="basicBlock" eType="#//BasicBlockRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ZeroInitializer" eSuperTypes="#//Constant"/> <eClassifiers xsi:type="ecore:EClass" name="StructureConstant" eSuperTypes="#//Constant"> <eStructuralFeatures xsi:type="ecore:EReference" name="list" eType="#//ConstantList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayConstant" eSuperTypes="#//Constant"> <eStructuralFeatures xsi:type="ecore:EReference" name="list" eType="#//ConstantList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VectorConstant" eSuperTypes="#//Constant"> <eStructuralFeatures xsi:type="ecore:EReference" name="list" eType="#//ConstantList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstantList"> <eStructuralFeatures xsi:type="ecore:EReference" name="typedConstants" upperBound="-1" eType="#//TypedConstant" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedConstant"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Constant" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleConstant" eSuperTypes="#//Constant"> <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="MetadataNode" eSuperTypes="#//Constant"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//MetadataNodeElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetadataNodeElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metadataRef" eType="#//MetadataRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="null" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetadataString" eSuperTypes="#//Constant"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AddressSpace"> <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="Function" eSuperTypes="#//GlobalValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="header" eType="#//FunctionHeader" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionDef" eSuperTypes="#//Function"> <eStructuralFeatures xsi:type="ecore:EReference" name="basicBlocks" upperBound="-1" eType="#//BasicBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionDecl" eSuperTypes="#//Function"/> <eClassifiers xsi:type="ecore:EClass" name="FunctionHeader" eSuperTypes="#//GlobalValueDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cconv" eType="#//CConv" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rettypeAttrs" eType="#//ParameterAttributes" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rettype" 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="parameters" eType="#//Parameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attrs" eType="#//FunctionAttributes" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="section" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionPrefix" eType="#//FunctionPrefix" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionPrefix"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//TypedConstant" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameters"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vararg" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionAttributes"> <eStructuralFeatures xsi:type="ecore:EReference" name="functionAttributes" upperBound="-1" eType="#//FunctionAttribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="alignstack" upperBound="-1" eType="#//AlignStack" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignstackValue" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionAttributeGroupRefs" unique="false" upperBound="-1" eType="#//AttributeGroup"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlignStack"/> <eClassifiers xsi:type="ecore:EClass" name="FunctionAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasicBlock"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1" eType="#//Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetadataSuffix"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//MetadataRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StartingInstruction" eSuperTypes="#//NamedInstruction #//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="instruction" eType="#//Instruction_phi" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MiddleInstruction" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="instruction" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedMiddleInstruction" eSuperTypes="#//NamedInstruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="instruction" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TerminatorInstruction" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="instruction" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedTerminatorInstruction" eSuperTypes="#//NamedInstruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="instruction" eType="#//Instruction_invoke_nonVoid" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_ret"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="val" eType="#//TypedValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_br"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="true" eType="#//BasicBlockRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="false" eType="#//BasicBlockRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unconditional" eType="#//BasicBlockRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_switch"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comparisonValue" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultDest" eType="#//BasicBlockRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="caseConditions" upperBound="-1" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="destinations" upperBound="-1" eType="#//BasicBlockRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_indirectbr"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="destinations" upperBound="-1" eType="#//BasicBlockRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_invoke_void"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cconv" eType="#//CConv" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//VoidType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="callee" eType="#//Callee" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" eType="#//ArgList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" eType="#//FunctionAttributes" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toLabel" eType="#//BasicBlockRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionLabel" eType="#//BasicBlockRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_invoke_nonVoid"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cconv" eType="#//CConv" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//NonVoidType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="callee" eType="#//Callee" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" eType="#//ArgList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" eType="#//FunctionAttributes" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toLabel" eType="#//BasicBlockRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionLabel" eType="#//BasicBlockRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_resume"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//TypedValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_unreachable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasicBlockRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//BasicBlock"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryInstruction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" 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:EReference" name="op1" eType="#//ValueRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="op2" eType="#//ValueRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_add" eSuperTypes="#//BinaryInstruction"/> <eClassifiers xsi:type="ecore:EClass" name="Instruction_fadd" eSuperTypes="#//BinaryInstruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="fastMathFlags" upperBound="-1" eType="#//FastMathFlag" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FastMathFlag"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_sub" eSuperTypes="#//BinaryInstruction"/> <eClassifiers xsi:type="ecore:EClass" name="Instruction_fsub" eSuperTypes="#//BinaryInstruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="fastMathFlags" upperBound="-1" eType="#//FastMathFlag" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_mul" eSuperTypes="#//BinaryInstruction"/> <eClassifiers xsi:type="ecore:EClass" name="Instruction_fmul" eSuperTypes="#//BinaryInstruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="fastMathFlags" upperBound="-1" eType="#//FastMathFlag" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_udiv" eSuperTypes="#//BinaryInstruction"/> <eClassifiers xsi:type="ecore:EClass" name="Instruction_sdiv" eSuperTypes="#//BinaryInstruction"/> <eClassifiers xsi:type="ecore:EClass" name="Instruction_fdiv" eSuperTypes="#//BinaryInstruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="fastMathFlags" upperBound="-1" eType="#//FastMathFlag" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_urem" eSuperTypes="#//BinaryInstruction"/> <eClassifiers xsi:type="ecore:EClass" name="Instruction_srem" eSuperTypes="#//BinaryInstruction"/> <eClassifiers xsi:type="ecore:EClass" name="Instruction_frem" eSuperTypes="#//BinaryInstruction"/> <eClassifiers xsi:type="ecore:EClass" name="BitwiseBinaryInstruction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" 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:EReference" name="op1" eType="#//ValueRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="op2" eType="#//ValueRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_shl" eSuperTypes="#//BitwiseBinaryInstruction"/> <eClassifiers xsi:type="ecore:EClass" name="Instruction_lshr" eSuperTypes="#//BitwiseBinaryInstruction"/> <eClassifiers xsi:type="ecore:EClass" name="Instruction_ashr" eSuperTypes="#//BitwiseBinaryInstruction"/> <eClassifiers xsi:type="ecore:EClass" name="Instruction_and" eSuperTypes="#//BitwiseBinaryInstruction"/> <eClassifiers xsi:type="ecore:EClass" name="Instruction_or" eSuperTypes="#//BitwiseBinaryInstruction"/> <eClassifiers xsi:type="ecore:EClass" name="Instruction_xor" eSuperTypes="#//BitwiseBinaryInstruction"/> <eClassifiers xsi:type="ecore:EClass" name="VectorInstructions"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_extractelement" eSuperTypes="#//VectorInstructions"> <eStructuralFeatures xsi:type="ecore:EReference" name="vector" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//TypedValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_insertelement" eSuperTypes="#//VectorInstructions"> <eStructuralFeatures xsi:type="ecore:EReference" name="vector" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//TypedValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_shufflevector" eSuperTypes="#//VectorInstructions"> <eStructuralFeatures xsi:type="ecore:EReference" name="vector1" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vector2" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mask" eType="#//TypedValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregateInstruction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aggregate" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="indices" upperBound="-1" eType="#//Constant" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_extractvalue" eSuperTypes="#//AggregateInstruction"/> <eClassifiers xsi:type="ecore:EClass" name="Instruction_insertvalue" eSuperTypes="#//AggregateInstruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//TypedValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MemoryInstruction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_alloca" eSuperTypes="#//MemoryInstruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="numElements" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_load" eSuperTypes="#//MemoryInstruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="pointer" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nontemporalIndex" eType="#//MetadataRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="invariantLoadIndex" eType="#//MetadataRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordering" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_store" eSuperTypes="#//MemoryInstruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pointer" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nontemporalIndex" eType="#//MetadataRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordering" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_fence" eSuperTypes="#//MemoryInstruction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordering" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_cmpxchg" eSuperTypes="#//MemoryInstruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="pointer" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comparedWith" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="newValue" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordering" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_atomicrmw" eSuperTypes="#//MemoryInstruction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pointer" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordering" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_getelementptr" eSuperTypes="#//MemoryInstruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="base" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="indices" upperBound="-1" eType="#//TypedValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConversionInstruction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fromType" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//ValueRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetType" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OtherInstruction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_icmp" eSuperTypes="#//OtherInstruction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" 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:EReference" name="op1" eType="#//ValueRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="op2" eType="#//ValueRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_fcmp" eSuperTypes="#//OtherInstruction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" 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:EReference" name="op1" eType="#//ValueRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="op2" eType="#//ValueRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_phi"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" 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:EReference" name="values" upperBound="-1" eType="#//ValueRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="labels" upperBound="-1" eType="#//BasicBlockRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_select" eSuperTypes="#//OtherInstruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value1" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value2" eType="#//TypedValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_call_nonVoid"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isTail" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cconv" eType="#//CConv" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnAttributes" eType="#//ParameterAttributes" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//NonVoidType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="callee" eType="#//Callee" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" eType="#//ArgList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionAttributes" eType="#//FunctionAttributes" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_call_void"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isTail" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cconv" eType="#//CConv" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnAttributes" eType="#//ParameterAttributes" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//VoidType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="callee" eType="#//Callee" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" eType="#//ArgList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionAttributes" eType="#//FunctionAttributes" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArgList"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Argument" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Callee"/> <eClassifiers xsi:type="ecore:EClass" name="InlineAssembler" eSuperTypes="#//Callee"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="assembler" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="flags" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_va_arg" eSuperTypes="#//OtherInstruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="arglist" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction_landingpad" eSuperTypes="#//OtherInstruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="resultType" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="personality" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="clauses" upperBound="-1" eType="#//LandingpadClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LandingpadClause"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="landingPadType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchType" eType="#//TypedValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayType" eType="#//ArrayType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayConstant" eType="#//ArrayConstant" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//ValueRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterType"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attrs" eType="#//ParameterAttributes" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterAttributes"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributes" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Argument"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ParameterType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//ValueRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//LocalValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ParameterType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NonVoidType"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseType" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="suffixes" upperBound="-1" eType="#//TypeSuffix" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stars" upperBound="-1" eType="#//Star" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Star"> <eStructuralFeatures xsi:type="ecore:EReference" name="addressSpace" eType="#//AddressSpace" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseType" eType="#//NonLeftRecursiveType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stars" upperBound="-1" eType="#//Star" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="suffixes" upperBound="-1" eType="#//TypeSuffix" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeSuffix"> <eStructuralFeatures xsi:type="ecore:EReference" name="containedTypes" upperBound="-1" eType="#//ParameterType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vararg" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stars" upperBound="-1" eType="#//Star" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NonLeftRecursiveType"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typedef" eType="#//TypeDef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NonLeftRecursiveNonVoidType"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typedef" eType="#//TypeDef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDef" eSuperTypes="#//TopLevelElement"> <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="#//NonVoidType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntType"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueType"/> <eClassifiers xsi:type="ecore:EClass" name="StructType"> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VectorType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elemType" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elemType" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="X86mmxType"/> <eClassifiers xsi:type="ecore:EClass" name="VoidType"/> <eClassifiers xsi:type="ecore:EClass" name="MetadataType"/> <eClassifiers xsi:type="ecore:EClass" name="FloatingType"/> <eClassifiers xsi:type="ecore:EClass" name="CConv"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="customNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/amishne/llvm-ir-editor/com.intel.llvm.ireditor/src-gen/com/intel/llvm/ireditor/LLVM_IR.ecore
ecore
lLVM_IR Model elements TopLevelElement AttributeGroup name attributes alignstack alignstackValue targetSpecificAttributes TargetSpecificAttribute name value NamedMetadata name node MetadataRef ref ValueRef GlobalValueRef constant metadata LocalValueRef ref GlobalValue GlobalValueDef LocalValue name NamedInstruction Instruction metadata Alias name linkage visibility type aliasee Aliasee ref bitcast TargetInfo infoType layout InlineAsm asmLine GlobalVariable name linkage addrspace tlsModel type initialValue section align Constant ref ConstantExpression opcode ConstantExpression_convert fromType constant targetType ConstantExpression_getelementptr constantType constant indexTypes indices ConstantExpression_select condition op1 op2 ConstantExpression_compare condition op1 op2 ConstantExpression_extractelement vector index ConstantExpression_insertelement vectorType vector element index ConstantExpression_shufflevector vector1 vector2 mask ConstantExpression_extractvalue value indices ConstantExpression_insertvalue value element indices ConstantExpression_binary op1 op2 Undef BlockAddress function basicBlock ZeroInitializer StructureConstant list packed ArrayConstant list VectorConstant list ConstantList typedConstants TypedConstant type value SimpleConstant value MetadataNode elements MetadataNodeElement value metadataRef null MetadataString name AddressSpace value Function header FunctionDef basicBlocks FunctionDecl FunctionHeader linkage visibility cconv rettypeAttrs rettype name parameters attrs section align gc functionPrefix FunctionPrefix value Parameters parameters vararg FunctionAttributes functionAttributes alignstack alignstackValue functionAttributeGroupRefs AlignStack FunctionAttribute attribute BasicBlock name instructions MetadataSuffix name value StartingInstruction instruction MiddleInstruction instruction NamedMiddleInstruction instruction TerminatorInstruction instruction NamedTerminatorInstruction instruction Instruction_ret opcode val Instruction_br opcode condition true false unconditional Instruction_switch opcode comparisonValue defaultDest caseConditions destinations Instruction_indirectbr opcode address destinations Instruction_invoke_void opcode cconv type callee args attributes toLabel exceptionLabel Instruction_invoke_nonVoid opcode cconv type callee args attributes toLabel exceptionLabel Instruction_resume opcode value Instruction_unreachable opcode BasicBlockRef ref BinaryInstruction opcode type op1 op2 Instruction_add Instruction_fadd fastMathFlags FastMathFlag kind Instruction_sub Instruction_fsub fastMathFlags Instruction_mul Instruction_fmul fastMathFlags Instruction_udiv Instruction_sdiv Instruction_fdiv fastMathFlags Instruction_urem Instruction_srem Instruction_frem BitwiseBinaryInstruction opcode type op1 op2 Instruction_shl Instruction_lshr Instruction_ashr Instruction_and Instruction_or Instruction_xor VectorInstructions opcode Instruction_extractelement vector index Instruction_insertelement vector element index Instruction_shufflevector vector1 vector2 mask AggregateInstruction opcode aggregate indices Instruction_extractvalue Instruction_insertvalue element MemoryInstruction opcode Instruction_alloca type numElements alignment Instruction_load pointer alignment nontemporalIndex invariantLoadIndex ordering Instruction_store value pointer alignment nontemporalIndex ordering Instruction_fence ordering Instruction_cmpxchg pointer comparedWith newValue ordering Instruction_atomicrmw operation pointer argument ordering Instruction_getelementptr base indices ConversionInstruction opcode fromType value targetType OtherInstruction opcode Instruction_icmp condition type op1 op2 Instruction_fcmp condition type op1 op2 Instruction_phi opcode type values labels Instruction_select condition value1 value2 Instruction_call_nonVoid isTail opcode cconv returnAttributes type callee args functionAttributes Instruction_call_void isTail opcode cconv returnAttributes type callee args functionAttributes ArgList arguments Callee InlineAssembler assembler flags Instruction_va_arg arglist type Instruction_landingpad resultType personality clauses LandingpadClause landingPadType catchType arrayType arrayConstant TypedValue type ref ParameterType type attrs ParameterAttributes attributes Argument type ref Parameter type NonVoidType baseType suffixes stars Star addressSpace Type baseType stars suffixes TypeSuffix containedTypes vararg stars NonLeftRecursiveType type typedef NonLeftRecursiveNonVoidType type typedef TypeDef name type IntType OpaqueType StructType types packed VectorType size elemType ArrayType size elemType X86mmxType VoidType MetadataType FloatingType CConv val customNumber
null
{"directed":true,"nodes":[{"nsPrefix":"lLVM_IR","nsURI":"http://www.intel.com/llvm/ireditor","name":"lLVM_IR","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":"TopLevelElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeGroup","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargetSpecificAttribute","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedMetadata","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataRef","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueRef","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalValueRef","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalValueRef","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalValue","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalValueDef","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalValue","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedInstruction","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Alias","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aliasee","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargetInfo","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InlineAsm","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalVariable","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_convert","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_getelementptr","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_select","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_compare","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_extractelement","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_insertelement","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_shufflevector","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_extractvalue","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_insertvalue","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_binary","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Undef","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockAddress","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ZeroInitializer","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureConstant","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayConstant","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VectorConstant","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantList","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedConstant","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleConstant","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataNode","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataNodeElement","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataString","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddressSpace","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDef","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDecl","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionHeader","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionPrefix","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameters","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionAttributes","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlignStack","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionAttribute","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicBlock","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataSuffix","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartingInstruction","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MiddleInstruction","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedMiddleInstruction","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminatorInstruction","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTerminatorInstruction","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_ret","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_br","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_switch","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_indirectbr","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_invoke_void","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_invoke_nonVoid","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_resume","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_unreachable","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicBlockRef","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryInstruction","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_add","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_fadd","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FastMathFlag","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_sub","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_fsub","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_mul","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_fmul","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_udiv","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_sdiv","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_fdiv","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_urem","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_srem","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_frem","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitwiseBinaryInstruction","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_shl","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_lshr","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_ashr","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_and","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_or","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_xor","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VectorInstructions","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_extractelement","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_insertelement","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_shufflevector","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateInstruction","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_extractvalue","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_insertvalue","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemoryInstruction","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_alloca","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_load","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_store","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_fence","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_cmpxchg","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_atomicrmw","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_getelementptr","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConversionInstruction","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OtherInstruction","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_icmp","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_fcmp","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_phi","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_select","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_call_nonVoid","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_call_void","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgList","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Callee","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InlineAssembler","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_va_arg","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_landingpad","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LandingpadClause","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedValue","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterType","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterAttributes","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Argument","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonVoidType","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Star","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeSuffix","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonLeftRecursiveType","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonLeftRecursiveNonVoidType","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDef","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntType","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueType","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructType","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VectorType","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"X86mmxType","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidType","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataType","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatingType","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CConv","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"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},{"container":false,"ordered":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":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":"alignstack","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"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":"alignstackValue","changeable":true,"lowerBound":0,"iD":false,"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":"targetSpecificAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"node","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constant","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":"metadata","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metadata","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"linkage","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":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aliasee","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"bitcast","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"infoType","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":"layout","changeable":true,"lowerBound":0,"iD":false,"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":"asmLine","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"linkage","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"addrspace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tlsModel","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"initialValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"section","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":false,"transient":false,"unique":true,"name":"align","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"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fromType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constantType","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":"constant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"indexTypes","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":"indices","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"},{"container":false,"ordered":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":244,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op1","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":"op2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"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":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":"op1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vectorType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"container":false,"ordered":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":265,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vector1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vector2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mask","changeable":true,"resolveProxies":true,"lowerBound":0,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"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":"indices","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"indices","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"basicBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"list","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packed","changeable":true,"lowerBound":0,"iD":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"list","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"list","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typedConstants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"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":"type","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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"container":false,"ordered":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":326,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metadataRef","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"null","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"header","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"basicBlocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"linkage","changeable":true,"lowerBound":0,"iD":false,"id":344,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":345,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cconv","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rettypeAttrs","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":true,"unsettable":false,"transient":false,"unique":true,"name":"rettype","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attrs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"section","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":"align","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":"gc","changeable":true,"lowerBound":0,"iD":false,"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":"functionPrefix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"container":false,"ordered":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":369,"derived":false},{"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vararg","changeable":true,"lowerBound":0,"iD":false,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionAttributes","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":"alignstack","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"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":"alignstackValue","changeable":true,"lowerBound":0,"iD":false,"id":377,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"functionAttributeGroupRefs","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"lowerBound":0,"iD":false,"id":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":385,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instructions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":389,"derived":false},{"container":false,"ordered":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":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instruction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"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":"instruction","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":"instruction","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":"instruction","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":"instruction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"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":"val","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":413,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","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":"true","changeable":true,"resolveProxies":true,"lowerBound":0,"id":415,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"false","changeable":true,"resolveProxies":true,"lowerBound":0,"id":416,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unconditional","changeable":true,"resolveProxies":true,"lowerBound":0,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":423,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comparisonValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultDest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":425,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"caseConditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":426,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"destinations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":433,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"destinations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"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":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":439,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cconv","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"type","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":"callee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":443,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":445,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptionLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":455,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cconv","changeable":true,"resolveProxies":true,"lowerBound":0,"id":456,"derived":false},{"container":false,"ordered":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":457,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":459,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":460,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptionLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":471,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":475,"derived":false},{"id":476,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":477,"derived":false},{"id":478,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":479,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":480,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":481,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":482,"derived":false},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fastMathFlags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":488,"derived":false},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":491,"derived":false},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fastMathFlags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":494,"derived":false},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fastMathFlags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":498,"derived":false},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fastMathFlags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":503,"derived":false},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":509,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":510,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":511,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op2","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":523,"derived":false},{"id":524,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":525,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":526,"derived":false},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":530,"derived":false},{"container":false,"ordered":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":531,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vector1","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"vector2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":538,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mask","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":544,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aggregate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":545,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"indices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":546,"derived":false},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"container":false,"ordered":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":551,"derived":false},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":554,"derived":false},{"id":555,"eClass":"EGenericType"},{"container":false,"ordered":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":556,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"numElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":557,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":558,"derived":false},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pointer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":563,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":564,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nontemporalIndex","changeable":true,"resolveProxies":true,"lowerBound":0,"id":565,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"invariantLoadIndex","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"ordering","changeable":true,"lowerBound":0,"iD":false,"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"},{"container":false,"ordered":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":574,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pointer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":576,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nontemporalIndex","changeable":true,"resolveProxies":true,"lowerBound":0,"id":577,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"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":578,"derived":false},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"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":585,"derived":false},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pointer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":588,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comparedWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":589,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":590,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"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":591,"derived":false},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":0,"iD":false,"id":597,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pointer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":598,"derived":false},{"container":false,"ordered":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":599,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"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":600,"derived":false},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"resolveProxies":true,"lowerBound":0,"id":606,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"indices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":607,"derived":false},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","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":true,"unsettable":false,"transient":false,"unique":true,"name":"fromType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":612,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":613,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":614,"derived":false},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":619,"derived":false},{"id":620,"eClass":"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":621,"derived":false},{"container":false,"ordered":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":622,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":623,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":624,"derived":false},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":0,"iD":false,"id":630,"derived":false},{"container":false,"ordered":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":631,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":632,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":633,"derived":false},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"id":638,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":639,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":640,"derived":false},{"container":false,"ordered":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":641,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":642,"derived":false},{"id":643,"eClass":"EGenericType"},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"id":646,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":647,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":648,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value2","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,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isTail","changeable":true,"lowerBound":0,"iD":false,"id":654,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":655,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cconv","changeable":true,"resolveProxies":true,"lowerBound":0,"id":656,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":657,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":658,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":659,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":660,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionAttributes","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"},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"id":669,"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":"isTail","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":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":671,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cconv","changeable":true,"resolveProxies":true,"lowerBound":0,"id":672,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":673,"derived":false},{"container":false,"ordered":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":674,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":675,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":676,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":677,"derived":false},{"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"},{"container":false,"ordered":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":686,"derived":false},{"id":687,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"assembler","changeable":true,"lowerBound":0,"iD":false,"id":688,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"flags","changeable":true,"lowerBound":0,"iD":false,"id":689,"derived":false},{"id":690,"eClass":"EGenericType"},{"id":691,"eClass":"EGenericType"},{"id":692,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arglist","changeable":true,"resolveProxies":true,"lowerBound":0,"id":693,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":694,"derived":false},{"id":695,"eClass":"EGenericType"},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resultType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":698,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"personality","changeable":true,"resolveProxies":true,"lowerBound":0,"id":699,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clauses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":700,"derived":false},{"id":701,"eClass":"EGenericType"},{"id":702,"eClass":"EGenericType"},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"landingPadType","changeable":true,"lowerBound":0,"iD":false,"id":705,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catchType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":706,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":707,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayConstant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":708,"derived":false},{"id":709,"eClass":"EGenericType"},{"id":710,"eClass":"EGenericType"},{"id":711,"eClass":"EGenericType"},{"id":712,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":713,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":714,"derived":false},{"id":715,"eClass":"EGenericType"},{"id":716,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":717,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attrs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":718,"derived":false},{"id":719,"eClass":"EGenericType"},{"id":720,"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":"attributes","changeable":true,"lowerBound":0,"iD":false,"id":721,"derived":false},{"id":722,"eClass":"EGenericType"},{"container":false,"ordered":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":723,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":724,"derived":false},{"id":725,"eClass":"EGenericType"},{"id":726,"eClass":"EGenericType"},{"container":false,"ordered":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":727,"derived":false},{"id":728,"eClass":"EGenericType"},{"id":729,"eClass":"EGenericType"},{"container":false,"ordered":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":730,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"suffixes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":731,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":732,"derived":false},{"id":733,"eClass":"EGenericType"},{"id":734,"eClass":"EGenericType"},{"id":735,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"addressSpace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":736,"derived":false},{"id":737,"eClass":"EGenericType"},{"container":false,"ordered":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":738,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":739,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"suffixes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":740,"derived":false},{"id":741,"eClass":"EGenericType"},{"id":742,"eClass":"EGenericType"},{"id":743,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containedTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"vararg","changeable":true,"lowerBound":0,"iD":false,"id":745,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":746,"derived":false},{"id":747,"eClass":"EGenericType"},{"id":748,"eClass":"EGenericType"},{"id":749,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":750,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typedef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":751,"derived":false},{"id":752,"eClass":"EGenericType"},{"id":753,"eClass":"EGenericType"},{"container":false,"ordered":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":754,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typedef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":755,"derived":false},{"id":756,"eClass":"EGenericType"},{"id":757,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":758,"derived":false},{"container":false,"ordered":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":759,"derived":false},{"id":760,"eClass":"EGenericType"},{"id":761,"eClass":"EGenericType"},{"id":762,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"packed","changeable":true,"lowerBound":0,"iD":false,"id":764,"derived":false},{"id":765,"eClass":"EGenericType"},{"id":766,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":767,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elemType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":768,"derived":false},{"id":769,"eClass":"EGenericType"},{"id":770,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":771,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elemType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":772,"derived":false},{"id":773,"eClass":"EGenericType"},{"id":774,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":775,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"customNumber","changeable":true,"lowerBound":0,"iD":false,"id":776,"derived":false},{"id":777,"eClass":"EGenericType"},{"id":778,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":1,"target":0},{"source":1,"target":142},{"source":142,"target":2},{"source":142,"target":143},{"source":142,"target":1},{"source":143,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":144},{"source":3,"target":145},{"source":3,"target":146},{"source":3,"target":147},{"source":3,"target":148},{"source":3,"target":149},{"source":144,"target":150},{"source":144,"target":3},{"source":145,"target":53},{"source":145,"target":151},{"source":145,"target":3},{"source":151,"target":53},{"source":146,"target":52},{"source":146,"target":152},{"source":146,"target":3},{"source":152,"target":52},{"source":147,"target":153},{"source":147,"target":3},{"source":148,"target":4},{"source":148,"target":154},{"source":148,"target":3},{"source":154,"target":4},{"source":149,"target":2},{"source":4,"target":0},{"source":4,"target":155},{"source":4,"target":156},{"source":155,"target":157},{"source":155,"target":4},{"source":156,"target":158},{"source":156,"target":4},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":159},{"source":5,"target":160},{"source":5,"target":161},{"source":159,"target":162},{"source":159,"target":5},{"source":160,"target":41},{"source":160,"target":163},{"source":160,"target":5},{"source":163,"target":41},{"source":161,"target":2},{"source":6,"target":0},{"source":6,"target":164},{"source":164,"target":5},{"source":164,"target":165},{"source":164,"target":6},{"source":165,"target":5},{"source":7,"target":0},{"source":7,"target":115},{"source":7,"target":166},{"source":166,"target":115},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":167},{"source":8,"target":168},{"source":8,"target":169},{"source":167,"target":20},{"source":167,"target":170},{"source":167,"target":8},{"source":170,"target":20},{"source":168,"target":6},{"source":168,"target":171},{"source":168,"target":8},{"source":171,"target":6},{"source":169,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":172},{"source":9,"target":173},{"source":172,"target":12},{"source":172,"target":174},{"source":172,"target":9},{"source":174,"target":12},{"source":173,"target":7},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":175},{"source":175,"target":2},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":176},{"source":176,"target":177},{"source":176,"target":12},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":178},{"source":178,"target":12},{"source":14,"target":0},{"source":14,"target":179},{"source":179,"target":55},{"source":179,"target":180},{"source":179,"target":14},{"source":180,"target":55},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":11},{"source":15,"target":181},{"source":15,"target":182},{"source":15,"target":183},{"source":15,"target":184},{"source":15,"target":185},{"source":15,"target":186},{"source":15,"target":187},{"source":181,"target":188},{"source":181,"target":15},{"source":182,"target":189},{"source":182,"target":15},{"source":183,"target":190},{"source":183,"target":15},{"source":184,"target":127},{"source":184,"target":191},{"source":184,"target":15},{"source":191,"target":127},{"source":185,"target":16},{"source":185,"target":192},{"source":185,"target":15},{"source":192,"target":16},{"source":186,"target":10},{"source":187,"target":11},{"source":16,"target":0},{"source":16,"target":193},{"source":16,"target":194},{"source":193,"target":11},{"source":193,"target":195},{"source":193,"target":16},{"source":195,"target":11},{"source":194,"target":22},{"source":194,"target":196},{"source":194,"target":16},{"source":196,"target":22},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":197},{"source":17,"target":198},{"source":17,"target":199},{"source":197,"target":200},{"source":197,"target":17},{"source":198,"target":201},{"source":198,"target":17},{"source":199,"target":2},{"source":18,"target":0},{"source":18,"target":2},{"source":18,"target":202},{"source":18,"target":203},{"source":202,"target":204},{"source":202,"target":18},{"source":203,"target":2},{"source":19,"target":0},{"source":19,"target":10},{"source":19,"target":11},{"source":19,"target":205},{"source":19,"target":206},{"source":19,"target":207},{"source":19,"target":208},{"source":19,"target":209},{"source":19,"target":210},{"source":19,"target":211},{"source":19,"target":212},{"source":19,"target":213},{"source":19,"target":214},{"source":205,"target":215},{"source":205,"target":19},{"source":206,"target":216},{"source":206,"target":19},{"source":207,"target":44},{"source":207,"target":217},{"source":207,"target":19},{"source":217,"target":44},{"source":208,"target":218},{"source":208,"target":19},{"source":209,"target":127},{"source":209,"target":219},{"source":209,"target":19},{"source":219,"target":127},{"source":210,"target":20},{"source":210,"target":220},{"source":210,"target":19},{"source":220,"target":20},{"source":211,"target":221},{"source":211,"target":19},{"source":212,"target":222},{"source":212,"target":19},{"source":213,"target":10},{"source":214,"target":11},{"source":20,"target":0},{"source":20,"target":223},{"source":223,"target":11},{"source":223,"target":224},{"source":223,"target":20},{"source":224,"target":11},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":225},{"source":21,"target":226},{"source":225,"target":227},{"source":225,"target":21},{"source":226,"target":20},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":228},{"source":22,"target":229},{"source":22,"target":230},{"source":22,"target":231},{"source":228,"target":127},{"source":228,"target":232},{"source":228,"target":22},{"source":232,"target":127},{"source":229,"target":8},{"source":229,"target":233},{"source":229,"target":22},{"source":233,"target":8},{"source":230,"target":127},{"source":230,"target":234},{"source":230,"target":22},{"source":234,"target":127},{"source":231,"target":21},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":235},{"source":23,"target":236},{"source":23,"target":237},{"source":23,"target":238},{"source":23,"target":239},{"source":235,"target":127},{"source":235,"target":240},{"source":235,"target":23},{"source":240,"target":127},{"source":236,"target":8},{"source":236,"target":241},{"source":236,"target":23},{"source":241,"target":8},{"source":237,"target":127},{"source":237,"target":242},{"source":237,"target":23},{"source":242,"target":127},{"source":238,"target":20},{"source":238,"target":243},{"source":238,"target":23},{"source":243,"target":20},{"source":239,"target":21},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":244},{"source":24,"target":245},{"source":24,"target":246},{"source":24,"target":247},{"source":244,"target":120},{"source":244,"target":248},{"source":244,"target":24},{"source":248,"target":120},{"source":245,"target":120},{"source":245,"target":249},{"source":245,"target":24},{"source":249,"target":120},{"source":246,"target":120},{"source":246,"target":250},{"source":246,"target":24},{"source":250,"target":120},{"source":247,"target":21},{"source":25,"target":0},{"source":25,"target":21},{"source":25,"target":251},{"source":25,"target":252},{"source":25,"target":253},{"source":25,"target":254},{"source":251,"target":255},{"source":251,"target":25},{"source":252,"target":120},{"source":252,"target":256},{"source":252,"target":25},{"source":256,"target":120},{"source":253,"target":120},{"source":253,"target":257},{"source":253,"target":25},{"source":257,"target":120},{"source":254,"target":21},{"source":26,"target":0},{"source":26,"target":21},{"source":26,"target":258},{"source":26,"target":259},{"source":26,"target":260},{"source":258,"target":120},{"source":258,"target":261},{"source":258,"target":26},{"source":261,"target":120},{"source":259,"target":120},{"source":259,"target":262},{"source":259,"target":26},{"source":262,"target":120},{"source":260,"target":21},{"source":27,"target":0},{"source":27,"target":21},{"source":27,"target":263},{"source":27,"target":264},{"source":27,"target":265},{"source":27,"target":266},{"source":27,"target":267},{"source":263,"target":135},{"source":263,"target":268},{"source":263,"target":27},{"source":268,"target":135},{"source":264,"target":7},{"source":264,"target":269},{"source":264,"target":27},{"source":269,"target":7},{"source":265,"target":120},{"source":265,"target":270},{"source":265,"target":27},{"source":270,"target":120},{"source":266,"target":120},{"source":266,"target":271},{"source":266,"target":27},{"source":271,"target":120},{"source":267,"target":21},{"source":28,"target":0},{"source":28,"target":21},{"source":28,"target":272},{"source":28,"target":273},{"source":28,"target":274},{"source":28,"target":275},{"source":272,"target":120},{"source":272,"target":276},{"source":272,"target":28},{"source":276,"target":120},{"source":273,"target":120},{"source":273,"target":277},{"source":273,"target":28},{"source":277,"target":120},{"source":274,"target":120},{"source":274,"target":278},{"source":274,"target":28},{"source":278,"target":120},{"source":275,"target":21},{"source":29,"target":0},{"source":29,"target":21},{"source":29,"target":279},{"source":29,"target":280},{"source":29,"target":281},{"source":279,"target":120},{"source":279,"target":282},{"source":279,"target":29},{"source":282,"target":120},{"source":280,"target":283},{"source":280,"target":29},{"source":281,"target":21},{"source":30,"target":0},{"source":30,"target":21},{"source":30,"target":284},{"source":30,"target":285},{"source":30,"target":286},{"source":30,"target":287},{"source":284,"target":120},{"source":284,"target":288},{"source":284,"target":30},{"source":288,"target":120},{"source":285,"target":120},{"source":285,"target":289},{"source":285,"target":30},{"source":289,"target":120},{"source":286,"target":290},{"source":286,"target":30},{"source":287,"target":21},{"source":31,"target":0},{"source":31,"target":21},{"source":31,"target":291},{"source":31,"target":292},{"source":31,"target":293},{"source":291,"target":120},{"source":291,"target":294},{"source":291,"target":31},{"source":294,"target":120},{"source":292,"target":120},{"source":292,"target":295},{"source":292,"target":31},{"source":295,"target":120},{"source":293,"target":21},{"source":32,"target":0},{"source":32,"target":20},{"source":32,"target":296},{"source":296,"target":20},{"source":33,"target":0},{"source":33,"target":20},{"source":33,"target":297},{"source":33,"target":298},{"source":33,"target":299},{"source":297,"target":8},{"source":297,"target":300},{"source":297,"target":33},{"source":300,"target":8},{"source":298,"target":69},{"source":298,"target":301},{"source":298,"target":33},{"source":301,"target":69},{"source":299,"target":20},{"source":34,"target":0},{"source":34,"target":20},{"source":34,"target":302},{"source":302,"target":20},{"source":35,"target":0},{"source":35,"target":20},{"source":35,"target":303},{"source":35,"target":304},{"source":35,"target":305},{"source":303,"target":38},{"source":303,"target":306},{"source":303,"target":35},{"source":306,"target":38},{"source":304,"target":307},{"source":304,"target":35},{"source":305,"target":20},{"source":36,"target":0},{"source":36,"target":20},{"source":36,"target":308},{"source":36,"target":309},{"source":308,"target":38},{"source":308,"target":310},{"source":308,"target":36},{"source":310,"target":38},{"source":309,"target":20},{"source":37,"target":0},{"source":37,"target":20},{"source":37,"target":311},{"source":37,"target":312},{"source":311,"target":38},{"source":311,"target":313},{"source":311,"target":37},{"source":313,"target":38},{"source":312,"target":20},{"source":38,"target":0},{"source":38,"target":314},{"source":314,"target":39},{"source":314,"target":315},{"source":314,"target":38},{"source":315,"target":39},{"source":39,"target":0},{"source":39,"target":316},{"source":39,"target":317},{"source":316,"target":127},{"source":316,"target":318},{"source":316,"target":39},{"source":318,"target":127},{"source":317,"target":20},{"source":317,"target":319},{"source":317,"target":39},{"source":319,"target":20},{"source":40,"target":0},{"source":40,"target":20},{"source":40,"target":320},{"source":40,"target":321},{"source":320,"target":322},{"source":320,"target":40},{"source":321,"target":20},{"source":41,"target":0},{"source":41,"target":20},{"source":41,"target":323},{"source":41,"target":324},{"source":323,"target":42},{"source":323,"target":325},{"source":323,"target":41},{"source":325,"target":42},{"source":324,"target":20},{"source":42,"target":0},{"source":42,"target":326},{"source":42,"target":327},{"source":42,"target":328},{"source":326,"target":120},{"source":326,"target":329},{"source":326,"target":42},{"source":329,"target":120},{"source":327,"target":6},{"source":327,"target":330},{"source":327,"target":42},{"source":330,"target":6},{"source":328,"target":331},{"source":328,"target":42},{"source":43,"target":0},{"source":43,"target":20},{"source":43,"target":332},{"source":43,"target":333},{"source":332,"target":334},{"source":332,"target":43},{"source":333,"target":20},{"source":44,"target":0},{"source":44,"target":335},{"source":335,"target":336},{"source":335,"target":44},{"source":45,"target":0},{"source":45,"target":10},{"source":45,"target":337},{"source":45,"target":338},{"source":337,"target":48},{"source":337,"target":339},{"source":337,"target":45},{"source":339,"target":48},{"source":338,"target":10},{"source":46,"target":0},{"source":46,"target":45},{"source":46,"target":340},{"source":46,"target":341},{"source":340,"target":54},{"source":340,"target":342},{"source":340,"target":46},{"source":342,"target":54},{"source":341,"target":45},{"source":47,"target":0},{"source":47,"target":45},{"source":47,"target":343},{"source":343,"target":45},{"source":48,"target":0},{"source":48,"target":11},{"source":48,"target":344},{"source":48,"target":345},{"source":48,"target":346},{"source":48,"target":347},{"source":48,"target":348},{"source":48,"target":349},{"source":48,"target":350},{"source":48,"target":351},{"source":48,"target":352},{"source":48,"target":353},{"source":48,"target":354},{"source":48,"target":355},{"source":48,"target":356},{"source":344,"target":357},{"source":344,"target":48},{"source":345,"target":358},{"source":345,"target":48},{"source":346,"target":141},{"source":346,"target":359},{"source":346,"target":48},{"source":359,"target":141},{"source":347,"target":122},{"source":347,"target":360},{"source":347,"target":48},{"source":360,"target":122},{"source":348,"target":127},{"source":348,"target":361},{"source":348,"target":48},{"source":361,"target":127},{"source":349,"target":362},{"source":349,"target":48},{"source":350,"target":50},{"source":350,"target":363},{"source":350,"target":48},{"source":363,"target":50},{"source":351,"target":51},{"source":351,"target":364},{"source":351,"target":48},{"source":364,"target":51},{"source":352,"target":365},{"source":352,"target":48},{"source":353,"target":366},{"source":353,"target":48},{"source":354,"target":367},{"source":354,"target":48},{"source":355,"target":49},{"source":355,"target":368},{"source":355,"target":48},{"source":368,"target":49},{"source":356,"target":11},{"source":49,"target":0},{"source":49,"target":369},{"source":369,"target":39},{"source":369,"target":370},{"source":369,"target":49},{"source":370,"target":39},{"source":50,"target":0},{"source":50,"target":371},{"source":50,"target":372},{"source":371,"target":124},{"source":371,"target":373},{"source":371,"target":50},{"source":373,"target":124},{"source":372,"target":374},{"source":372,"target":50},{"source":51,"target":0},{"source":51,"target":375},{"source":51,"target":376},{"source":51,"target":377},{"source":51,"target":378},{"source":375,"target":53},{"source":375,"target":379},{"source":375,"target":51},{"source":379,"target":53},{"source":376,"target":52},{"source":376,"target":380},{"source":376,"target":51},{"source":380,"target":52},{"source":377,"target":381},{"source":377,"target":51},{"source":378,"target":3},{"source":378,"target":382},{"source":378,"target":51},{"source":382,"target":3},{"source":52,"target":0},{"source":53,"target":0},{"source":53,"target":383},{"source":383,"target":384},{"source":383,"target":53},{"source":54,"target":0},{"source":54,"target":385},{"source":54,"target":386},{"source":385,"target":387},{"source":385,"target":54},{"source":386,"target":14},{"source":386,"target":388},{"source":386,"target":54},{"source":388,"target":14},{"source":55,"target":0},{"source":55,"target":389},{"source":55,"target":390},{"source":389,"target":391},{"source":389,"target":55},{"source":390,"target":6},{"source":390,"target":392},{"source":390,"target":55},{"source":392,"target":6},{"source":56,"target":0},{"source":56,"target":13},{"source":56,"target":14},{"source":56,"target":393},{"source":56,"target":394},{"source":56,"target":395},{"source":393,"target":110},{"source":393,"target":396},{"source":393,"target":56},{"source":396,"target":110},{"source":394,"target":13},{"source":395,"target":14},{"source":57,"target":0},{"source":57,"target":14},{"source":57,"target":397},{"source":57,"target":398},{"source":397,"target":399},{"source":397,"target":57},{"source":398,"target":14},{"source":58,"target":0},{"source":58,"target":13},{"source":58,"target":400},{"source":58,"target":401},{"source":400,"target":402},{"source":400,"target":58},{"source":401,"target":13},{"source":59,"target":0},{"source":59,"target":14},{"source":59,"target":403},{"source":59,"target":404},{"source":403,"target":405},{"source":403,"target":59},{"source":404,"target":14},{"source":60,"target":0},{"source":60,"target":13},{"source":60,"target":406},{"source":60,"target":407},{"source":406,"target":66},{"source":406,"target":408},{"source":406,"target":60},{"source":408,"target":66},{"source":407,"target":13},{"source":61,"target":0},{"source":61,"target":409},{"source":61,"target":410},{"source":409,"target":411},{"source":409,"target":61},{"source":410,"target":120},{"source":410,"target":412},{"source":410,"target":61},{"source":412,"target":120},{"source":62,"target":0},{"source":62,"target":413},{"source":62,"target":414},{"source":62,"target":415},{"source":62,"target":416},{"source":62,"target":417},{"source":413,"target":418},{"source":413,"target":62},{"source":414,"target":120},{"source":414,"target":419},{"source":414,"target":62},{"source":419,"target":120},{"source":415,"target":69},{"source":415,"target":420},{"source":415,"target":62},{"source":420,"target":69},{"source":416,"target":69},{"source":416,"target":421},{"source":416,"target":62},{"source":421,"target":69},{"source":417,"target":69},{"source":417,"target":422},{"source":417,"target":62},{"source":422,"target":69},{"source":63,"target":0},{"source":63,"target":423},{"source":63,"target":424},{"source":63,"target":425},{"source":63,"target":426},{"source":63,"target":427},{"source":423,"target":428},{"source":423,"target":63},{"source":424,"target":120},{"source":424,"target":429},{"source":424,"target":63},{"source":429,"target":120},{"source":425,"target":69},{"source":425,"target":430},{"source":425,"target":63},{"source":430,"target":69},{"source":426,"target":120},{"source":426,"target":431},{"source":426,"target":63},{"source":431,"target":120},{"source":427,"target":69},{"source":427,"target":432},{"source":427,"target":63},{"source":432,"target":69},{"source":64,"target":0},{"source":64,"target":433},{"source":64,"target":434},{"source":64,"target":435},{"source":433,"target":436},{"source":433,"target":64},{"source":434,"target":120},{"source":434,"target":437},{"source":434,"target":64},{"source":437,"target":120},{"source":435,"target":69},{"source":435,"target":438},{"source":435,"target":64},{"source":438,"target":69},{"source":65,"target":0},{"source":65,"target":439},{"source":65,"target":440},{"source":65,"target":441},{"source":65,"target":442},{"source":65,"target":443},{"source":65,"target":444},{"source":65,"target":445},{"source":65,"target":446},{"source":439,"target":447},{"source":439,"target":65},{"source":440,"target":141},{"source":440,"target":448},{"source":440,"target":65},{"source":448,"target":141},{"source":441,"target":138},{"source":441,"target":449},{"source":441,"target":65},{"source":449,"target":138},{"source":442,"target":115},{"source":442,"target":450},{"source":442,"target":65},{"source":450,"target":115},{"source":443,"target":114},{"source":443,"target":451},{"source":443,"target":65},{"source":451,"target":114},{"source":444,"target":51},{"source":444,"target":452},{"source":444,"target":65},{"source":452,"target":51},{"source":445,"target":69},{"source":445,"target":453},{"source":445,"target":65},{"source":453,"target":69},{"source":446,"target":69},{"source":446,"target":454},{"source":446,"target":65},{"source":454,"target":69},{"source":66,"target":0},{"source":66,"target":455},{"source":66,"target":456},{"source":66,"target":457},{"source":66,"target":458},{"source":66,"target":459},{"source":66,"target":460},{"source":66,"target":461},{"source":66,"target":462},{"source":455,"target":463},{"source":455,"target":66},{"source":456,"target":141},{"source":456,"target":464},{"source":456,"target":66},{"source":464,"target":141},{"source":457,"target":125},{"source":457,"target":465},{"source":457,"target":66},{"source":465,"target":125},{"source":458,"target":115},{"source":458,"target":466},{"source":458,"target":66},{"source":466,"target":115},{"source":459,"target":114},{"source":459,"target":467},{"source":459,"target":66},{"source":467,"target":114},{"source":460,"target":51},{"source":460,"target":468},{"source":460,"target":66},{"source":468,"target":51},{"source":461,"target":69},{"source":461,"target":469},{"source":461,"target":66},{"source":469,"target":69},{"source":462,"target":69},{"source":462,"target":470},{"source":462,"target":66},{"source":470,"target":69},{"source":67,"target":0},{"source":67,"target":471},{"source":67,"target":472},{"source":471,"target":473},{"source":471,"target":67},{"source":472,"target":120},{"source":472,"target":474},{"source":472,"target":67},{"source":474,"target":120},{"source":68,"target":0},{"source":68,"target":475},{"source":475,"target":476},{"source":475,"target":68},{"source":69,"target":0},{"source":69,"target":477},{"source":477,"target":54},{"source":477,"target":478},{"source":477,"target":69},{"source":478,"target":54},{"source":70,"target":0},{"source":70,"target":479},{"source":70,"target":480},{"source":70,"target":481},{"source":70,"target":482},{"source":479,"target":483},{"source":479,"target":70},{"source":480,"target":127},{"source":480,"target":484},{"source":480,"target":70},{"source":484,"target":127},{"source":481,"target":7},{"source":481,"target":485},{"source":481,"target":70},{"source":485,"target":7},{"source":482,"target":7},{"source":482,"target":486},{"source":482,"target":70},{"source":486,"target":7},{"source":71,"target":0},{"source":71,"target":70},{"source":71,"target":487},{"source":487,"target":70},{"source":72,"target":0},{"source":72,"target":70},{"source":72,"target":488},{"source":72,"target":489},{"source":488,"target":73},{"source":488,"target":490},{"source":488,"target":72},{"source":490,"target":73},{"source":489,"target":70},{"source":73,"target":0},{"source":73,"target":491},{"source":491,"target":492},{"source":491,"target":73},{"source":74,"target":0},{"source":74,"target":70},{"source":74,"target":493},{"source":493,"target":70},{"source":75,"target":0},{"source":75,"target":70},{"source":75,"target":494},{"source":75,"target":495},{"source":494,"target":73},{"source":494,"target":496},{"source":494,"target":75},{"source":496,"target":73},{"source":495,"target":70},{"source":76,"target":0},{"source":76,"target":70},{"source":76,"target":497},{"source":497,"target":70},{"source":77,"target":0},{"source":77,"target":70},{"source":77,"target":498},{"source":77,"target":499},{"source":498,"target":73},{"source":498,"target":500},{"source":498,"target":77},{"source":500,"target":73},{"source":499,"target":70},{"source":78,"target":0},{"source":78,"target":70},{"source":78,"target":501},{"source":501,"target":70},{"source":79,"target":0},{"source":79,"target":70},{"source":79,"target":502},{"source":502,"target":70},{"source":80,"target":0},{"source":80,"target":70},{"source":80,"target":503},{"source":80,"target":504},{"source":503,"target":73},{"source":503,"target":505},{"source":503,"target":80},{"source":505,"target":73},{"source":504,"target":70},{"source":81,"target":0},{"source":81,"target":70},{"source":81,"target":506},{"source":506,"target":70},{"source":82,"target":0},{"source":82,"target":70},{"source":82,"target":507},{"source":507,"target":70},{"source":83,"target":0},{"source":83,"target":70},{"source":83,"target":508},{"source":508,"target":70},{"source":84,"target":0},{"source":84,"target":509},{"source":84,"target":510},{"source":84,"target":511},{"source":84,"target":512},{"source":509,"target":513},{"source":509,"target":84},{"source":510,"target":127},{"source":510,"target":514},{"source":510,"target":84},{"source":514,"target":127},{"source":511,"target":7},{"source":511,"target":515},{"source":511,"target":84},{"source":515,"target":7},{"source":512,"target":7},{"source":512,"target":516},{"source":512,"target":84},{"source":516,"target":7},{"source":85,"target":0},{"source":85,"target":84},{"source":85,"target":517},{"source":517,"target":84},{"source":86,"target":0},{"source":86,"target":84},{"source":86,"target":518},{"source":518,"target":84},{"source":87,"target":0},{"source":87,"target":84},{"source":87,"target":519},{"source":519,"target":84},{"source":88,"target":0},{"source":88,"target":84},{"source":88,"target":520},{"source":520,"target":84},{"source":89,"target":0},{"source":89,"target":84},{"source":89,"target":521},{"source":521,"target":84},{"source":90,"target":0},{"source":90,"target":84},{"source":90,"target":522},{"source":522,"target":84},{"source":91,"target":0},{"source":91,"target":523},{"source":523,"target":524},{"source":523,"target":91},{"source":92,"target":0},{"source":92,"target":91},{"source":92,"target":525},{"source":92,"target":526},{"source":92,"target":527},{"source":525,"target":120},{"source":525,"target":528},{"source":525,"target":92},{"source":528,"target":120},{"source":526,"target":120},{"source":526,"target":529},{"source":526,"target":92},{"source":529,"target":120},{"source":527,"target":91},{"source":93,"target":0},{"source":93,"target":91},{"source":93,"target":530},{"source":93,"target":531},{"source":93,"target":532},{"source":93,"target":533},{"source":530,"target":120},{"source":530,"target":534},{"source":530,"target":93},{"source":534,"target":120},{"source":531,"target":120},{"source":531,"target":535},{"source":531,"target":93},{"source":535,"target":120},{"source":532,"target":120},{"source":532,"target":536},{"source":532,"target":93},{"source":536,"target":120},{"source":533,"target":91},{"source":94,"target":0},{"source":94,"target":91},{"source":94,"target":537},{"source":94,"target":538},{"source":94,"target":539},{"source":94,"target":540},{"source":537,"target":120},{"source":537,"target":541},{"source":537,"target":94},{"source":541,"target":120},{"source":538,"target":120},{"source":538,"target":542},{"source":538,"target":94},{"source":542,"target":120},{"source":539,"target":120},{"source":539,"target":543},{"source":539,"target":94},{"source":543,"target":120},{"source":540,"target":91},{"source":95,"target":0},{"source":95,"target":544},{"source":95,"target":545},{"source":95,"target":546},{"source":544,"target":547},{"source":544,"target":95},{"source":545,"target":120},{"source":545,"target":548},{"source":545,"target":95},{"source":548,"target":120},{"source":546,"target":20},{"source":546,"target":549},{"source":546,"target":95},{"source":549,"target":20},{"source":96,"target":0},{"source":96,"target":95},{"source":96,"target":550},{"source":550,"target":95},{"source":97,"target":0},{"source":97,"target":95},{"source":97,"target":551},{"source":97,"target":552},{"source":551,"target":120},{"source":551,"target":553},{"source":551,"target":97},{"source":553,"target":120},{"source":552,"target":95},{"source":98,"target":0},{"source":98,"target":554},{"source":554,"target":555},{"source":554,"target":98},{"source":99,"target":0},{"source":99,"target":98},{"source":99,"target":556},{"source":99,"target":557},{"source":99,"target":558},{"source":99,"target":559},{"source":556,"target":127},{"source":556,"target":560},{"source":556,"target":99},{"source":560,"target":127},{"source":557,"target":120},{"source":557,"target":561},{"source":557,"target":99},{"source":561,"target":120},{"source":558,"target":562},{"source":558,"target":99},{"source":559,"target":98},{"source":100,"target":0},{"source":100,"target":98},{"source":100,"target":563},{"source":100,"target":564},{"source":100,"target":565},{"source":100,"target":566},{"source":100,"target":567},{"source":100,"target":568},{"source":563,"target":120},{"source":563,"target":569},{"source":563,"target":100},{"source":569,"target":120},{"source":564,"target":570},{"source":564,"target":100},{"source":565,"target":6},{"source":565,"target":571},{"source":565,"target":100},{"source":571,"target":6},{"source":566,"target":6},{"source":566,"target":572},{"source":566,"target":100},{"source":572,"target":6},{"source":567,"target":573},{"source":567,"target":100},{"source":568,"target":98},{"source":101,"target":0},{"source":101,"target":98},{"source":101,"target":574},{"source":101,"target":575},{"source":101,"target":576},{"source":101,"target":577},{"source":101,"target":578},{"source":101,"target":579},{"source":574,"target":120},{"source":574,"target":580},{"source":574,"target":101},{"source":580,"target":120},{"source":575,"target":120},{"source":575,"target":581},{"source":575,"target":101},{"source":581,"target":120},{"source":576,"target":582},{"source":576,"target":101},{"source":577,"target":6},{"source":577,"target":583},{"source":577,"target":101},{"source":583,"target":6},{"source":578,"target":584},{"source":578,"target":101},{"source":579,"target":98},{"source":102,"target":0},{"source":102,"target":98},{"source":102,"target":585},{"source":102,"target":586},{"source":585,"target":587},{"source":585,"target":102},{"source":586,"target":98},{"source":103,"target":0},{"source":103,"target":98},{"source":103,"target":588},{"source":103,"target":589},{"source":103,"target":590},{"source":103,"target":591},{"source":103,"target":592},{"source":588,"target":120},{"source":588,"target":593},{"source":588,"target":103},{"source":593,"target":120},{"source":589,"target":120},{"source":589,"target":594},{"source":589,"target":103},{"source":594,"target":120},{"source":590,"target":120},{"source":590,"target":595},{"source":590,"target":103},{"source":595,"target":120},{"source":591,"target":596},{"source":591,"target":103},{"source":592,"target":98},{"source":104,"target":0},{"source":104,"target":98},{"source":104,"target":597},{"source":104,"target":598},{"source":104,"target":599},{"source":104,"target":600},{"source":104,"target":601},{"source":597,"target":602},{"source":597,"target":104},{"source":598,"target":120},{"source":598,"target":603},{"source":598,"target":104},{"source":603,"target":120},{"source":599,"target":120},{"source":599,"target":604},{"source":599,"target":104},{"source":604,"target":120},{"source":600,"target":605},{"source":600,"target":104},{"source":601,"target":98},{"source":105,"target":0},{"source":105,"target":98},{"source":105,"target":606},{"source":105,"target":607},{"source":105,"target":608},{"source":606,"target":120},{"source":606,"target":609},{"source":606,"target":105},{"source":609,"target":120},{"source":607,"target":120},{"source":607,"target":610},{"source":607,"target":105},{"source":610,"target":120},{"source":608,"target":98},{"source":106,"target":0},{"source":106,"target":611},{"source":106,"target":612},{"source":106,"target":613},{"source":106,"target":614},{"source":611,"target":615},{"source":611,"target":106},{"source":612,"target":127},{"source":612,"target":616},{"source":612,"target":106},{"source":616,"target":127},{"source":613,"target":7},{"source":613,"target":617},{"source":613,"target":106},{"source":617,"target":7},{"source":614,"target":127},{"source":614,"target":618},{"source":614,"target":106},{"source":618,"target":127},{"source":107,"target":0},{"source":107,"target":619},{"source":619,"target":620},{"source":619,"target":107},{"source":108,"target":0},{"source":108,"target":107},{"source":108,"target":621},{"source":108,"target":622},{"source":108,"target":623},{"source":108,"target":624},{"source":108,"target":625},{"source":621,"target":626},{"source":621,"target":108},{"source":622,"target":127},{"source":622,"target":627},{"source":622,"target":108},{"source":627,"target":127},{"source":623,"target":7},{"source":623,"target":628},{"source":623,"target":108},{"source":628,"target":7},{"source":624,"target":7},{"source":624,"target":629},{"source":624,"target":108},{"source":629,"target":7},{"source":625,"target":107},{"source":109,"target":0},{"source":109,"target":107},{"source":109,"target":630},{"source":109,"target":631},{"source":109,"target":632},{"source":109,"target":633},{"source":109,"target":634},{"source":630,"target":635},{"source":630,"target":109},{"source":631,"target":127},{"source":631,"target":636},{"source":631,"target":109},{"source":636,"target":127},{"source":632,"target":7},{"source":632,"target":637},{"source":632,"target":109},{"source":637,"target":7},{"source":633,"target":7},{"source":633,"target":638},{"source":633,"target":109},{"source":638,"target":7},{"source":634,"target":107},{"source":110,"target":0},{"source":110,"target":639},{"source":110,"target":640},{"source":110,"target":641},{"source":110,"target":642},{"source":639,"target":643},{"source":639,"target":110},{"source":640,"target":127},{"source":640,"target":644},{"source":640,"target":110},{"source":644,"target":127},{"source":641,"target":7},{"source":641,"target":645},{"source":641,"target":110},{"source":645,"target":7},{"source":642,"target":69},{"source":642,"target":646},{"source":642,"target":110},{"source":646,"target":69},{"source":111,"target":0},{"source":111,"target":107},{"source":111,"target":647},{"source":111,"target":648},{"source":111,"target":649},{"source":111,"target":650},{"source":647,"target":120},{"source":647,"target":651},{"source":647,"target":111},{"source":651,"target":120},{"source":648,"target":120},{"source":648,"target":652},{"source":648,"target":111},{"source":652,"target":120},{"source":649,"target":120},{"source":649,"target":653},{"source":649,"target":111},{"source":653,"target":120},{"source":650,"target":107},{"source":112,"target":0},{"source":112,"target":654},{"source":112,"target":655},{"source":112,"target":656},{"source":112,"target":657},{"source":112,"target":658},{"source":112,"target":659},{"source":112,"target":660},{"source":112,"target":661},{"source":654,"target":662},{"source":654,"target":112},{"source":655,"target":663},{"source":655,"target":112},{"source":656,"target":141},{"source":656,"target":664},{"source":656,"target":112},{"source":664,"target":141},{"source":657,"target":122},{"source":657,"target":665},{"source":657,"target":112},{"source":665,"target":122},{"source":658,"target":125},{"source":658,"target":666},{"source":658,"target":112},{"source":666,"target":125},{"source":659,"target":115},{"source":659,"target":667},{"source":659,"target":112},{"source":667,"target":115},{"source":660,"target":114},{"source":660,"target":668},{"source":660,"target":112},{"source":668,"target":114},{"source":661,"target":51},{"source":661,"target":669},{"source":661,"target":112},{"source":669,"target":51},{"source":113,"target":0},{"source":113,"target":670},{"source":113,"target":671},{"source":113,"target":672},{"source":113,"target":673},{"source":113,"target":674},{"source":113,"target":675},{"source":113,"target":676},{"source":113,"target":677},{"source":670,"target":678},{"source":670,"target":113},{"source":671,"target":679},{"source":671,"target":113},{"source":672,"target":141},{"source":672,"target":680},{"source":672,"target":113},{"source":680,"target":141},{"source":673,"target":122},{"source":673,"target":681},{"source":673,"target":113},{"source":681,"target":122},{"source":674,"target":138},{"source":674,"target":682},{"source":674,"target":113},{"source":682,"target":138},{"source":675,"target":115},{"source":675,"target":683},{"source":675,"target":113},{"source":683,"target":115},{"source":676,"target":114},{"source":676,"target":684},{"source":676,"target":113},{"source":684,"target":114},{"source":677,"target":51},{"source":677,"target":685},{"source":677,"target":113},{"source":685,"target":51},{"source":114,"target":0},{"source":114,"target":686},{"source":686,"target":123},{"source":686,"target":687},{"source":686,"target":114},{"source":687,"target":123},{"source":115,"target":0},{"source":116,"target":0},{"source":116,"target":115},{"source":116,"target":688},{"source":116,"target":689},{"source":116,"target":690},{"source":688,"target":691},{"source":688,"target":116},{"source":689,"target":692},{"source":689,"target":116},{"source":690,"target":115},{"source":117,"target":0},{"source":117,"target":107},{"source":117,"target":693},{"source":117,"target":694},{"source":117,"target":695},{"source":693,"target":120},{"source":693,"target":696},{"source":693,"target":117},{"source":696,"target":120},{"source":694,"target":127},{"source":694,"target":697},{"source":694,"target":117},{"source":697,"target":127},{"source":695,"target":107},{"source":118,"target":0},{"source":118,"target":107},{"source":118,"target":698},{"source":118,"target":699},{"source":118,"target":700},{"source":118,"target":701},{"source":698,"target":127},{"source":698,"target":702},{"source":698,"target":118},{"source":702,"target":127},{"source":699,"target":120},{"source":699,"target":703},{"source":699,"target":118},{"source":703,"target":120},{"source":700,"target":119},{"source":700,"target":704},{"source":700,"target":118},{"source":704,"target":119},{"source":701,"target":107},{"source":119,"target":0},{"source":119,"target":705},{"source":119,"target":706},{"source":119,"target":707},{"source":119,"target":708},{"source":705,"target":709},{"source":705,"target":119},{"source":706,"target":120},{"source":706,"target":710},{"source":706,"target":119},{"source":710,"target":120},{"source":707,"target":136},{"source":707,"target":711},{"source":707,"target":119},{"source":711,"target":136},{"source":708,"target":36},{"source":708,"target":712},{"source":708,"target":119},{"source":712,"target":36},{"source":120,"target":0},{"source":120,"target":713},{"source":120,"target":714},{"source":713,"target":127},{"source":713,"target":715},{"source":713,"target":120},{"source":715,"target":127},{"source":714,"target":7},{"source":714,"target":716},{"source":714,"target":120},{"source":716,"target":7},{"source":121,"target":0},{"source":121,"target":717},{"source":121,"target":718},{"source":717,"target":127},{"source":717,"target":719},{"source":717,"target":121},{"source":719,"target":127},{"source":718,"target":122},{"source":718,"target":720},{"source":718,"target":121},{"source":720,"target":122},{"source":122,"target":0},{"source":122,"target":721},{"source":721,"target":722},{"source":721,"target":122},{"source":123,"target":0},{"source":123,"target":723},{"source":123,"target":724},{"source":723,"target":121},{"source":723,"target":725},{"source":723,"target":123},{"source":725,"target":121},{"source":724,"target":7},{"source":724,"target":726},{"source":724,"target":123},{"source":726,"target":7},{"source":124,"target":0},{"source":124,"target":12},{"source":124,"target":727},{"source":124,"target":728},{"source":727,"target":121},{"source":727,"target":729},{"source":727,"target":124},{"source":729,"target":121},{"source":728,"target":12},{"source":125,"target":0},{"source":125,"target":730},{"source":125,"target":731},{"source":125,"target":732},{"source":730,"target":733},{"source":730,"target":125},{"source":731,"target":128},{"source":731,"target":734},{"source":731,"target":125},{"source":734,"target":128},{"source":732,"target":126},{"source":732,"target":735},{"source":732,"target":125},{"source":735,"target":126},{"source":126,"target":0},{"source":126,"target":736},{"source":736,"target":44},{"source":736,"target":737},{"source":736,"target":126},{"source":737,"target":44},{"source":127,"target":0},{"source":127,"target":738},{"source":127,"target":739},{"source":127,"target":740},{"source":738,"target":129},{"source":738,"target":741},{"source":738,"target":127},{"source":741,"target":129},{"source":739,"target":126},{"source":739,"target":742},{"source":739,"target":127},{"source":742,"target":126},{"source":740,"target":128},{"source":740,"target":743},{"source":740,"target":127},{"source":743,"target":128},{"source":128,"target":0},{"source":128,"target":744},{"source":128,"target":745},{"source":128,"target":746},{"source":744,"target":121},{"source":744,"target":747},{"source":744,"target":128},{"source":747,"target":121},{"source":745,"target":748},{"source":745,"target":128},{"source":746,"target":126},{"source":746,"target":749},{"source":746,"target":128},{"source":749,"target":126},{"source":129,"target":0},{"source":129,"target":750},{"source":129,"target":751},{"source":750,"target":752},{"source":750,"target":129},{"source":751,"target":131},{"source":751,"target":753},{"source":751,"target":129},{"source":753,"target":131},{"source":130,"target":0},{"source":130,"target":754},{"source":130,"target":755},{"source":754,"target":756},{"source":754,"target":130},{"source":755,"target":131},{"source":755,"target":757},{"source":755,"target":130},{"source":757,"target":131},{"source":131,"target":0},{"source":131,"target":2},{"source":131,"target":758},{"source":131,"target":759},{"source":131,"target":760},{"source":758,"target":761},{"source":758,"target":131},{"source":759,"target":125},{"source":759,"target":762},{"source":759,"target":131},{"source":762,"target":125},{"source":760,"target":2},{"source":132,"target":0},{"source":133,"target":0},{"source":134,"target":0},{"source":134,"target":763},{"source":134,"target":764},{"source":763,"target":127},{"source":763,"target":765},{"source":763,"target":134},{"source":765,"target":127},{"source":764,"target":766},{"source":764,"target":134},{"source":135,"target":0},{"source":135,"target":767},{"source":135,"target":768},{"source":767,"target":769},{"source":767,"target":135},{"source":768,"target":127},{"source":768,"target":770},{"source":768,"target":135},{"source":770,"target":127},{"source":136,"target":0},{"source":136,"target":771},{"source":136,"target":772},{"source":771,"target":773},{"source":771,"target":136},{"source":772,"target":127},{"source":772,"target":774},{"source":772,"target":136},{"source":774,"target":127},{"source":137,"target":0},{"source":138,"target":0},{"source":139,"target":0},{"source":140,"target":0},{"source":141,"target":0},{"source":141,"target":775},{"source":141,"target":776},{"source":775,"target":777},{"source":775,"target":141},{"source":776,"target":778},{"source":776,"target":141}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="sysml" nsURI="http://www.omg.org/spec/SysML/2.0" nsPrefix="sysml"> <eClassifiers xsi:type="ecore:EClass" name="Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="name = if owningNamespace = null then null&#xA;else owningNamespace.nameOf(self) endif&#xD;&#xA;ownedElement = ownedRelationship.ownedRelatedElement&#xD;&#xA;owner = owningRelationship.owningRelatedElement"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="owningMembership" ordered="false" eType="ecore:EClass #//Membership" eOpposite="#//Membership/ownedMemberElement"> <eAnnotations source="subsets" references="#//Element/owningRelationship"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedRelationship" ordered="false" upperBound="-1" eType="ecore:EClass #//Relationship" containment="true" eOpposite="#//Relationship/owningRelatedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningRelationship" ordered="false" eType="ecore:EClass #//Relationship" eOpposite="#//Relationship/ownedRelatedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningNamespace" ordered="false" eType="ecore:EClass #//Package" derived="true" eOpposite="#//Package/ownedMember"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" eType="ecore:EClass #//Element" derived="true" eOpposite="#//Element/ownedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElement" ordered="false" upperBound="-1" eType="ecore:EClass #//Element" derived="true" eOpposite="#//Element/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Membership" eSuperTypes="#//Relationship"> <eOperations name="isDistinguishableFrom" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"> <eParameters name="other" ordered="false" lowerBound="1" eType="ecore:EClass #//Membership"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="memberName" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" lowerBound="1" eType="ecore:EEnum #//VisibilityKind" defaultValueLiteral="public"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aliases" ordered="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="memberElement" ordered="false" lowerBound="1" eType="ecore:EClass #//Element"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="membership"/> </eAnnotations> <eAnnotations source="redefines" references="#//Relationship/target"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="membershipOwningPackage" ordered="false" lowerBound="1" eType="ecore:EClass #//Package" eOpposite="#//Package/ownedMembership_comp"> <eAnnotations source="redefines" references="#//Relationship/source"/> <eAnnotations source="subsets" references="#//Relationship/owningRelatedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMemberElement" ordered="false" eType="ecore:EClass #//Element" eOpposite="#//Element/owningMembership"> <eAnnotations source="subsets" references="#//Membership/memberElement #//Relationship/ownedRelatedElement"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relationship" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedElement" ordered="false" unique="false" lowerBound="2" upperBound="-1" eType="ecore:EClass #//Element" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="relationship"/> </eAnnotations> <eAnnotations source="union"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" upperBound="-1" eType="ecore:EClass #//Element"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="targetRelationship"/> </eAnnotations> <eAnnotations source="subsets" references="#//Relationship/relatedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" upperBound="-1" eType="ecore:EClass #//Element"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="sourceRelationship"/> </eAnnotations> <eAnnotations source="subsets" references="#//Relationship/relatedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="owningRelatedElement" ordered="false" eType="ecore:EClass #//Element" eOpposite="#//Element/ownedRelationship"> <eAnnotations source="subsets" references="#//Relationship/relatedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedRelatedElement" ordered="false" upperBound="-1" eType="ecore:EClass #//Element" containment="true" eOpposite="#//Element/owningRelationship"> <eAnnotations source="subsets" references="#//Relationship/relatedElement"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="public"/> <eLiterals name="private" value="1"/> <eLiterals name="protected" value="2"/> <eLiterals name="package" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="membership->isUnique(name)&#xD;&#xA;membership->forAll(m1 | membership->forAll(m2 | m1 &lt;> m2 implies m1.isDistinguishableFrom(m2)))&#xD;&#xA;member = membership.memberElement&#xD;&#xA;ownedMember = ownedMembership.ownedMemberElement&#xD;&#xA;importedMembership = excludeCollisions(ownedImport.importedMembership())->select(m1 | ownedMembership->forAll(m2 | m1.isDistinguishableFrom(m2)))"/> </eAnnotations> <eOperations name="nameOf" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"> <eParameters name="element" ordered="false" lowerBound="1" eType="ecore:EClass #//Element"/> </eOperations> <eOperations name="excludeCollisions" ordered="false" upperBound="-1" eType="ecore:EClass #//Membership"> <eParameters name="mem" ordered="false" upperBound="-1" eType="ecore:EClass #//Membership"/> </eOperations> <eOperations name="publicMemberships" ordered="false" upperBound="-1" eType="ecore:EClass #//Membership"/> <eStructuralFeatures xsi:type="ecore:EReference" name="membership" upperBound="-1" eType="ecore:EClass #//Membership" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="package"/> </eAnnotations> <eAnnotations source="union"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedImport_comp" upperBound="-1" eType="ecore:EClass #//Import" eOpposite="#//Import/importOwningPackage"> <eAnnotations source="subsets" references="#//Package/ownedImport"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1" eType="ecore:EClass #//Element" derived="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="namespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMember" upperBound="-1" eType="ecore:EClass #//Element" derived="true" eOpposite="#//Element/owningNamespace"> <eAnnotations source="subsets" references="#//Package/member"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="importedMembership" upperBound="-1" eType="ecore:EClass #//Membership" derived="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="importingPackage"/> </eAnnotations> <eAnnotations source="subsets" references="#//Package/membership"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMembership_comp" upperBound="-1" eType="ecore:EClass #//Membership" eOpposite="#//Membership/membershipOwningPackage"> <eAnnotations source="subsets" references="#//Package/membership #//Package/ownedMembership"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMembership" upperBound="-1" eType="ecore:EClass #//Membership"> <eAnnotations source="subsets" references="#//Element/ownedRelationship"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedImport" upperBound="-1" eType="ecore:EClass #//Import"> <eAnnotations source="subsets" references="#//Element/ownedRelationship"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import" eSuperTypes="#//Relationship"> <eOperations name="importedMembership" upperBound="-1" eType="ecore:EClass #//Membership"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importedPackage" ordered="false" lowerBound="1" eType="ecore:EClass #//Package"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="import"/> </eAnnotations> <eAnnotations source="subsets" references="#//Relationship/target"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="selecter" ordered="false" eType="ecore:EClass #//Predicate"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="import"/> </eAnnotations> <eAnnotations source="subsets" references="#//Relationship/ownedRelatedElement #//Relationship/target"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" lowerBound="1" eType="ecore:EEnum #//VisibilityKind" defaultValueLiteral="public"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importOwningPackage" ordered="false" lowerBound="1" eType="ecore:EClass #//Package" eOpposite="#//Package/ownedImport_comp"> <eAnnotations source="redefines" references="#//Relationship/source"/> <eAnnotations source="subsets" references="#//Relationship/owningRelatedElement"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Predicate" eSuperTypes="#//Function"/> <eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//Behavior"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" upperBound="-1" eType="ecore:EClass #//Expression" derived="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="computedFunction"/> </eAnnotations> <eAnnotations source="redefines" references="#//Behavior/step"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="ecore:EClass #//Parameter" derived="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="computingFunction"/> </eAnnotations> <eAnnotations source="subsets" references="#//Behavior/parameter #//Category/output"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"> <eStructuralFeatures xsi:type="ecore:EReference" name="step" ordered="false" upperBound="-1" eType="ecore:EClass #//Step" derived="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="featuringBehavior"/> </eAnnotations> <eAnnotations source="subsets" references="#//Category/feature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="involvesFeature" ordered="false" upperBound="-1" eType="ecore:EClass #//Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" ordered="false" upperBound="-1" eType="ecore:EClass #//Parameter" derived="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="parameteredBehavior"/> </eAnnotations> <eAnnotations source="subsets" references="#//Category/feature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Category"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ownedSuperclassings = ownedGeneralizations->intersection(superclassing)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSuperclassing" ordered="false" upperBound="-1" eType="ecore:EClass #//Superclassing" derived="true" eOpposite="#//Superclassing/owningClass"> <eAnnotations source="subsets" references="#//Category/ownedGeneralization"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Category" eSuperTypes="#//Package"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ownedGeneralization->asSet() = specificOfGeneralization->intersection(ownedElement)"/> </eAnnotations> <eOperations name="publicMemberships" ordered="false" upperBound="-1" eType="ecore:EClass #//Membership"> <eAnnotations source="redefines" references="#//Package/publicMemberships"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedGeneralization" upperBound="-1" eType="ecore:EClass #//Generalization" derived="true" eOpposite="#//Generalization/owningCategory"> <eAnnotations source="subsets" references="#//Element/ownedElement #//Element/ownedRelationship"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedFeatureMembership" upperBound="-1" eType="ecore:EClass #//FeatureMembership" eOpposite="#//FeatureMembership/owningCategory"> <eAnnotations source="subsets" references="#//Package/ownedMembership_comp"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedFeature" ordered="false" upperBound="-1" eType="ecore:EClass #//Feature" derived="true" eOpposite="#//Feature/owningCategory"> <eAnnotations source="subsets" references="#//Category/feature #//Package/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false" upperBound="-1" eType="ecore:EClass #//Feature" derived="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="featuringCategory"/> </eAnnotations> <eAnnotations source="subsets" references="#//Package/member"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="input" ordered="false" upperBound="-1" eType="ecore:EClass #//Feature" derived="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="inputOfCategory"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="output" ordered="false" upperBound="-1" eType="ecore:EClass #//Feature" derived="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="outputOfCategory"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedMembership" upperBound="-1" eType="ecore:EClass #//Membership" derived="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="inheritingCategory"/> </eAnnotations> <eAnnotations source="subsets" references="#//Package/membership"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Generalization" eSuperTypes="#//Relationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" ordered="false" lowerBound="1" eType="ecore:EClass #//Category"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="generalOfGeneralization"/> </eAnnotations> <eAnnotations source="redefines" references="#//Relationship/target"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="specific" ordered="false" lowerBound="1" eType="ecore:EClass #//Category"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="specificOfGeneralization"/> </eAnnotations> <eAnnotations source="redefines" references="#//Relationship/source"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="owningCategory" ordered="false" eType="ecore:EClass #//Category" derived="true" eOpposite="#//Category/ownedGeneralization"> <eAnnotations source="subsets" references="#//Generalization/specific #//Element/owner #//Relationship/owningRelatedElement"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureMembership" eSuperTypes="#//Membership"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReadOnly" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="memberFeature" ordered="false" lowerBound="1" eType="ecore:EClass #//Feature"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="featureMembership"/> </eAnnotations> <eAnnotations source="redefines" references="#//Membership/memberElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMemberFeature" ordered="false" eType="ecore:EClass #//Feature" containment="true" eOpposite="#//Feature/owningFeatureMembership"> <eAnnotations source="redefines" references="#//Membership/ownedMemberElement"/> <eAnnotations source="subsets" references="#//FeatureMembership/memberFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPart" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPortion" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPort" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false" eType="ecore:EEnum #//FeatureDirectionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningCategory" ordered="false" lowerBound="1" eType="ecore:EClass #//Category" eOpposite="#//Category/ownedFeatureMembership"> <eAnnotations source="redefines" references="#//Membership/membershipOwningPackage"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//Category"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ownedRedefinition = ownedSubsetting->intersection(redefining)&#xD;&#xA;referencedType = type - ownedElement&#xD;&#xA;ownedSubsetting = ownedGeneralization->intersection(subsetting)&#xD;&#xA;isComposite = owningFeatureMembership &lt;> null and owningFeatureMembership.isPart&#xD;&#xA;ownedType = type->intersection(ownedElement)&#xD;&#xA;type = typing.type"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedType" ordered="false" upperBound="-1" eType="ecore:EClass #//Category" derived="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="referencingFeature"/> </eAnnotations> <eAnnotations source="subsets" references="#//Feature/type"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="owningCategory" ordered="false" eType="ecore:EClass #//Category" derived="true" eOpposite="#//Category/ownedFeature"> <eAnnotations source="subsets" references="#//Element/owningNamespace"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" upperBound="-1" eType="ecore:EClass #//Category" derived="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="typedFeature"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" ordered="false" upperBound="-1" eType="ecore:EClass #//Category" derived="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="owningFeature"/> </eAnnotations> <eAnnotations source="subsets" references="#//Feature/type #//Element/ownedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedRedefinition" ordered="false" upperBound="-1" eType="ecore:EClass #//Redefinition" derived="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="owningFeature"/> </eAnnotations> <eAnnotations source="subsets" references="#//Feature/ownedSubsetting"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubsetting" ordered="false" upperBound="-1" eType="ecore:EClass #//Subsetting" derived="true" eOpposite="#//Subsetting/owningFeature"> <eAnnotations source="subsets" references="#//Category/ownedGeneralization"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="owningFeatureMembership" ordered="false" eType="ecore:EClass #//FeatureMembership" eOpposite="#//FeatureMembership/ownedMemberFeature"> <eAnnotations source="subsets" references="#//Element/owningMembership"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isComposite" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valuation" ordered="false" eType="ecore:EClass #//FeatureValue" eOpposite="#//FeatureValue/featureWithValue"> <eAnnotations source="subsets" references="#//Element/ownedRelationship"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="multiplicity" ordered="false" eType="ecore:EClass #//Multiplicity" eOpposite="#//Multiplicity/featureWithMultiplicity"> <eAnnotations source="subsets" references="#//Element/ownedRelationship"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typing" ordered="false" upperBound="-1" eType="ecore:EClass #//FeatureTyping" eOpposite="#//FeatureTyping/typedFeature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNonunique" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Redefinition" eSuperTypes="#//Subsetting"> <eStructuralFeatures xsi:type="ecore:EReference" name="redefiningFeature" ordered="false" lowerBound="1" eType="ecore:EClass #//Feature"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="redefining"/> </eAnnotations> <eAnnotations source="redefines" references="#//Subsetting/subsettingFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedFeature" ordered="false" lowerBound="1" eType="ecore:EClass #//Feature"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="redefinition"/> </eAnnotations> <eAnnotations source="redefines" references="#//Subsetting/subsettedFeature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Subsetting" eSuperTypes="#//Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="subsettedFeature" ordered="false" lowerBound="1" eType="ecore:EClass #//Feature"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="supersetting"/> </eAnnotations> <eAnnotations source="redefines" references="#//Generalization/general"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="subsettingFeature" ordered="false" lowerBound="1" eType="ecore:EClass #//Feature"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="subsetting"/> </eAnnotations> <eAnnotations source="redefines" references="#//Generalization/specific"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="owningFeature" ordered="false" eType="ecore:EClass #//Feature" derived="true" eOpposite="#//Feature/ownedSubsetting"> <eAnnotations source="redefines" references="#//Generalization/owningCategory"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureValue" eSuperTypes="#//Relationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" eType="ecore:EClass #//Expression"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="expressedValuation"/> </eAnnotations> <eAnnotations source="redefines" references="#//Relationship/target"/> <eAnnotations source="subsets" references="#//Relationship/ownedRelatedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="featureWithValue" ordered="false" lowerBound="1" eType="ecore:EClass #//Feature" eOpposite="#//Feature/valuation"> <eAnnotations source="redefines" references="#//Relationship/source"/> <eAnnotations source="subsets" references="#//Relationship/owningRelatedElement"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//Step"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="ecore:EClass #//Function" derived="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="typedExpression"/> </eAnnotations> <eAnnotations source="redefines" references="#//Step/type"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Step" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" upperBound="-1" eType="ecore:EClass #//Behavior" derived="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="typedStep"/> </eAnnotations> <eAnnotations source="redefines" references="#//Feature/type"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Multiplicity" eSuperTypes="#//Relationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="lower" ordered="false" eType="ecore:EClass #//Expression"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="lowerMultiplicity"/> </eAnnotations> <eAnnotations source="subsets" references="#//Relationship/ownedRelatedElement #//Relationship/target"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="upper" ordered="false" lowerBound="1" eType="ecore:EClass #//Expression"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="upperMultiplicity"/> </eAnnotations> <eAnnotations source="subsets" references="#//Relationship/ownedRelatedElement #//Relationship/target"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="featureWithMultiplicity" ordered="false" eType="ecore:EClass #//Feature" eOpposite="#//Feature/multiplicity"> <eAnnotations source="redefines" references="#//Relationship/source"/> <eAnnotations source="subsets" references="#//Relationship/owningRelatedElement"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureTyping" eSuperTypes="#//Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="ecore:EClass #//Category"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="typingByCategory"/> </eAnnotations> <eAnnotations source="redefines" references="#//Generalization/general"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typedFeature" ordered="false" lowerBound="1" eType="ecore:EClass #//Feature" eOpposite="#//Feature/typing"> <eAnnotations source="redefines" references="#//Generalization/specific"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FeatureDirectionKind"> <eLiterals name="in"/> <eLiterals name="out" value="1"/> <eLiterals name="inout" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Superclassing" eSuperTypes="#//Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="superclass" ordered="false" lowerBound="1" eType="ecore:EClass #//Class"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="superclassing"/> </eAnnotations> <eAnnotations source="redefines" references="#//Generalization/general"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="subclass" ordered="false" lowerBound="1" eType="ecore:EClass #//Class"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="subclassing"/> </eAnnotations> <eAnnotations source="redefines" references="#//Generalization/specific"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="owningClass" ordered="false" eType="ecore:EClass #//Class" derived="true" eOpposite="#//Class/ownedSuperclassing"> <eAnnotations source="redefines" references="#//Generalization/owningCategory"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//Relationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotatingComment" ordered="false" lowerBound="1" eType="ecore:EClass #//Comment" eOpposite="#//Comment/annotationForComment"> <eAnnotations source="redefines" references="#//Relationship/source"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="annotatedElement" ordered="false" lowerBound="1" eType="ecore:EClass #//Element"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="annotation"/> </eAnnotations> <eAnnotations source="redefines" references="#//Relationship/target"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="commentedElement = annotationForComment.annotatedElement"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentedElement" ordered="false" lowerBound="1" eType="ecore:EClass #//Element" derived="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="comment"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="annotationForComment" ordered="false" lowerBound="1" eType="ecore:EClass #//Annotation" eOpposite="#//Annotation/annotatingComment"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ownership" eSuperTypes="#//Relationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="ecore:EClass #//Element" containment="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="sourceOwnership"/> </eAnnotations> <eAnnotations source="redefines" references="#//Relationship/source"/> <eAnnotations source="subsets" references="#//Relationship/owningRelatedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="ecore:EClass #//Element"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="targetOwnership"/> </eAnnotations> <eAnnotations source="redefines" references="#//Relationship/target"/> <eAnnotations source="subsets" references="#//Relationship/ownedRelatedElement"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryPathExpression" eSuperTypes="#//FeatureReferenceExpression"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureReferenceExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="referent" ordered="false" lowerBound="1" eType="ecore:EClass #//Feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SequenceConstructionExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" upperBound="-1" eType="ecore:EClass #//Expression" containment="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="sequenceConstructionExpression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InvocationExpression" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="OperatorExpression" eSuperTypes="#//InvocationExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" upperBound="-1" eType="ecore:EClass #//Expression" containment="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="operatorExpression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceCreationExpression" eSuperTypes="#//InvocationExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="category" ordered="false" lowerBound="1" eType="ecore:EClass #//Category"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryPathStepExpression" eSuperTypes="#//OperatorExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" defaultValueLiteral="collect"> <eAnnotations source="redefines" references="#//OperatorExpression/operator"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryQualifierExpression" eSuperTypes="#//OperatorExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" defaultValueLiteral="select"> <eAnnotations source="redefines" references="#//OperatorExpression/operator"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockExpression" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralExpression" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="NullExpression" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnbounded" eSuperTypes="#//LiteralExpression"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralReal" eSuperTypes="#//LiteralExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrderedFeature" eSuperTypes="#//StructuredFeature"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredFeature" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="OfSuccession"> <eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML"> <details key="originalName" value="OFSuccession"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="to" ordered="false" lowerBound="1" eType="ecore:EClass #//OrderedFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" ordered="false" lowerBound="1" eType="ecore:EClass #//OrderedFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterMembership" eSuperTypes="#//FeatureMembership"> <eStructuralFeatures xsi:type="ecore:EReference" name="memberParameter" ordered="false" lowerBound="1" eType="ecore:EClass #//Parameter"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="parameterMembership"/> </eAnnotations> <eAnnotations source="redefines" references="#//FeatureMembership/memberFeature"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMemberParameter" ordered="false" lowerBound="1" eType="ecore:EClass #//Parameter" containment="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="owningParameterMembership"/> </eAnnotations> <eAnnotations source="redefines" references="#//FeatureMembership/ownedMemberFeature"/> <eAnnotations source="subsets" references="#//ParameterMembership/memberParameter"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnParameterMembership" eSuperTypes="#//ParameterMembership"/> <eClassifiers xsi:type="ecore:EClass" name="Succession" eSuperTypes="#//Connector"/> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature #//Relationship"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="relatedFeature = connectorEnd.feature"/> </eAnnotations> <eOperations name="path" ordered="false" upperBound="-1" eType="ecore:EClass #//Feature"> <eParameters name="relatedFeature" ordered="false" lowerBound="1" eType="ecore:EClass #//Feature"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedFeature" ordered="false" unique="false" lowerBound="2" upperBound="-1" eType="ecore:EClass #//Feature" derived="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="connector"/> </eAnnotations> <eAnnotations source="subsets" references="#//Relationship/relatedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="association" ordered="false" lowerBound="1" eType="ecore:EClass #//Association" derived="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="typedConnector"/> </eAnnotations> <eAnnotations source="redefines" references="#//Feature/type"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAssociationType" ordered="false" eType="ecore:EClass #//Association" derived="true" eOpposite="#//Association/owningConnector"> <eAnnotations source="redefines" references="#//Feature/ownedType"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDirected" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectorEnd" ordered="false" lowerBound="2" upperBound="-1" eType="ecore:EClass #//Feature" derived="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="featuringConnector"/> </eAnnotations> <eAnnotations source="subsets" references="#//Category/feature"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Class #//Relationship"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="relatedTypes = ownedEndFeatureMembership.type"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedType" ordered="false" unique="false" lowerBound="2" upperBound="-1" eType="ecore:EClass #//Category" derived="true"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="association"/> </eAnnotations> <eAnnotations source="redefines" references="#//Relationship/relatedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEndFeatureMembership" lowerBound="2" upperBound="-1" eType="ecore:EClass #//EndFeatureMembership" eOpposite="#//EndFeatureMembership/owningAssociation"> <eAnnotations source="subsets" references="#//Category/ownedFeatureMembership"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="owningConnector" ordered="false" eType="ecore:EClass #//Connector" derived="true" eOpposite="#//Connector/ownedAssociationType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EndFeatureMembership" eSuperTypes="#//FeatureMembership"> <eStructuralFeatures xsi:type="ecore:EReference" name="owningAssociation" ordered="false" eType="ecore:EClass #//Association" eOpposite="#//Association/ownedEndFeatureMembership"> <eAnnotations source="redefines" references="#//FeatureMembership/owningCategory"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectClass" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="ValueClass" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="BindingConnector" eSuperTypes="#//Connector"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="AtomicInteraction"> <eStructuralFeatures xsi:type="ecore:EReference" name="itemType" ordered="false" lowerBound="1" upperBound="-1" eType="ecore:EClass #//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuccessionItemFlow" eSuperTypes="#//Succession #//ItemFlow"/> <eClassifiers xsi:type="ecore:EClass" name="ItemFlow" eSuperTypes="#//Connector #//Step"> <eStructuralFeatures xsi:type="ecore:EReference" name="itemType" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EClass #//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetInputFeature" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EClass #//Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceOutputFeature" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EClass #//Feature"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Systems-Modeling/SysML-v2-Pilot-Implementation/org.omg.sysml.uml.ecore.importer.tests/data/expected/SysML_from_tests_after_ST6RI-61.ecore
ecore
sysml Element owningMembership ownedRelationship owningRelationship owningNamespace identifier name owner ownedElement Membership isDistinguishableFrom other memberName visibility public aliases memberElement membershipOwningPackage ownedMemberElement Relationship relatedElement target source owningRelatedElement ownedRelatedElement VisibilityKind public public private private protected protected package package Package nameOf element excludeCollisions mem publicMemberships membership ownedImport_comp member ownedMember importedMembership ownedMembership_comp ownedMembership ownedImport Import importedMembership importedPackage selecter visibility public importOwningPackage Predicate Function expression result Behavior step involvesFeature parameter Class ownedSuperclassing Category publicMemberships ownedGeneralization ownedFeatureMembership ownedFeature feature input output isAbstract inheritedMembership Generalization general specific owningCategory FeatureMembership isDerived false isReadOnly false memberFeature ownedMemberFeature isPart false isPortion false isPort false direction owningCategory Feature referencedType owningCategory isUnique true isOrdered false type ownedType ownedRedefinition ownedSubsetting owningFeatureMembership isComposite valuation multiplicity typing isNonunique false Redefinition redefiningFeature redefinedFeature Subsetting subsettedFeature subsettingFeature owningFeature FeatureValue value featureWithValue Expression type Step type Multiplicity lower upper featureWithMultiplicity FeatureTyping type typedFeature FeatureDirectionKind in in out out inout inout Superclassing superclass subclass owningClass Parameter Annotation annotatingComment annotatedElement Comment body commentedElement annotationForComment Ownership source target QueryPathExpression FeatureReferenceExpression referent SequenceConstructionExpression element InvocationExpression OperatorExpression operator operand InstanceCreationExpression category QueryPathStepExpression operator collect QueryQualifierExpression operator select BlockExpression LiteralInteger value LiteralExpression NullExpression LiteralUnbounded LiteralString value LiteralBoolean value LiteralReal value OrderedFeature StructuredFeature OfSuccession to from ParameterMembership memberParameter ownedMemberParameter ReturnParameterMembership Succession Connector path relatedFeature relatedFeature association ownedAssociationType isDirected false connectorEnd Association relatedType ownedEndFeatureMembership owningConnector EndFeatureMembership owningAssociation ObjectClass ValueClass BindingConnector Interaction AtomicInteraction itemType SuccessionItemFlow ItemFlow itemType targetInputFeature sourceOutputFeature
null
{"directed":true,"nodes":[{"nsPrefix":"sysml","nsURI":"http://www.omg.org/spec/SysML/2.0","name":"sysml","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Membership","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Predicate","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureMembership","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Redefinition","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subsetting","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureValue","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Step","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiplicity","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureTyping","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FeatureDirectionKind","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Superclassing","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ownership","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryPathExpression","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureReferenceExpression","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceConstructionExpression","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationExpression","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorExpression","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceCreationExpression","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryPathStepExpression","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryQualifierExpression","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockExpression","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExpression","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullExpression","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnbounded","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","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":"LiteralReal","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedFeature","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredFeature","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OfSuccession","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterMembership","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnParameterMembership","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Succession","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndFeatureMembership","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectClass","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueClass","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingConnector","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomicInteraction","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuccessionItemFlow","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ItemFlow","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningMembership","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedRelationship","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"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":"owningRelationship","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"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":"owningNamespace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"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":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"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":"ownedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":true},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ownedMemberElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"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":"owningRelatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedRelatedElement","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":false,"unsettable":false,"transient":false,"unique":true,"name":"ownedMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":true},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"isDistinguishableFrom","lowerBound":1,"id":80,"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":"memberName","changeable":true,"lowerBound":0,"iD":false,"id":81,"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":82,"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":"aliases","changeable":true,"lowerBound":0,"iD":false,"id":83,"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":"memberElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"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":"membershipOwningPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"other","lowerBound":1,"id":88,"many":false,"required":true,"eClass":"EParameter"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ownedMembership_comp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"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":false,"name":"relatedElement","changeable":false,"resolveProxies":true,"lowerBound":2,"id":97,"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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"name":"public","id":106,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":107,"value":1,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":108,"value":2,"literal":"protected","eClass":"EEnumLiteral"},{"name":"package","id":109,"value":3,"literal":"package","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"unique":true,"name":"nameOf","lowerBound":0,"id":110,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"excludeCollisions","lowerBound":0,"id":111,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"publicMemberships","lowerBound":0,"id":112,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"membership","changeable":false,"resolveProxies":true,"lowerBound":0,"id":113,"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":"ownedImport_comp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"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":"importedMembership","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"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":"ownedMembership","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ownedImport","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"element","lowerBound":1,"id":121,"many":false,"required":true,"eClass":"EParameter"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"mem","lowerBound":0,"id":124,"many":true,"required":false,"eClass":"EParameter"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"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":"importOwningPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"importedMembership","lowerBound":0,"id":136,"many":true,"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":137,"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":"selecter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"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":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"derived":true},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"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":"step","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"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":"involvesFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"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":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":true},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ownedSuperclassing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":true},{"id":160,"eClass":"EGenericType"},{"id":161,"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":"owningClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":true},{"ordered":false,"upperBound":-1,"unique":true,"name":"publicMemberships","lowerBound":0,"id":163,"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":"ownedGeneralization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"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":"ownedFeatureMembership","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"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":"ownedFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"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":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"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":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"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":"output","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":170,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inheritedMembership","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":true},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"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":"owningCategory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":true},{"id":176,"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":"owningCategory","changeable":true,"resolveProxies":true,"lowerBound":1,"id":177,"derived":false},{"id":178,"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":"owningCategory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":true},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"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":"general","changeable":true,"resolveProxies":true,"lowerBound":1,"id":185,"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":"specific","changeable":true,"resolveProxies":true,"lowerBound":1,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isDerived","changeable":true,"lowerBound":1,"iD":false,"id":191,"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":"isReadOnly","changeable":true,"lowerBound":1,"iD":false,"id":192,"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":"memberFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":193,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedMemberFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"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":"isPart","changeable":true,"lowerBound":1,"iD":false,"id":195,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isPortion","changeable":true,"lowerBound":1,"iD":false,"id":196,"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":"isPort","changeable":true,"lowerBound":1,"iD":false,"id":197,"derived":false},{"ordered":false,"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":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"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":"owningFeatureMembership","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"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":true},{"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":211,"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":"isOrdered","changeable":true,"lowerBound":1,"iD":false,"id":212,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":213,"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":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"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":"ownedRedefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"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":"ownedSubsetting","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isComposite","changeable":true,"lowerBound":1,"iD":false,"id":217,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valuation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"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":"multiplicity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"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":"typing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"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":"isNonunique","changeable":true,"lowerBound":1,"iD":false,"id":221,"derived":false},{"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"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":true},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"featureWithValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":235,"derived":false},{"id":236,"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":"featureWithMultiplicity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"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":"typedFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":239,"derived":false},{"id":240,"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":"redefiningFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":241,"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":"redefinedFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subsettedFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":246,"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":"subsettingFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"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":256,"derived":true},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":259,"derived":true},{"id":260,"eClass":"EGenericType"},{"id":261,"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":"lower","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"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":"upper","changeable":true,"resolveProxies":true,"lowerBound":1,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"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":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"name":"in","id":272,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"out","id":273,"value":1,"literal":"out","eClass":"EEnumLiteral"},{"name":"inout","id":274,"value":2,"literal":"inout","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superclass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":275,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subclass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"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":"annotatingComment","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":false,"unsettable":false,"transient":false,"unique":true,"name":"annotatedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"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":"annotationForComment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":1,"iD":false,"id":288,"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":"commentedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":289,"derived":true},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":294,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"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":"referent","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":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"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":"operator","changeable":true,"lowerBound":1,"iD":false,"id":307,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"resolveProxies":true,"lowerBound":1,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"collect","unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"select","unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"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":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"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":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":339,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"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":"memberParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":343,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedMemberParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"path","lowerBound":0,"id":350,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"relatedFeature","changeable":true,"resolveProxies":true,"lowerBound":2,"id":351,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"association","changeable":true,"resolveProxies":true,"lowerBound":1,"id":352,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ownedAssociationType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"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":"isDirected","changeable":true,"lowerBound":1,"iD":false,"id":354,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connectorEnd","changeable":true,"resolveProxies":true,"lowerBound":2,"id":355,"derived":true},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"relatedFeature","lowerBound":1,"id":359,"many":false,"required":true,"eClass":"EParameter"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":true},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"relatedType","changeable":true,"resolveProxies":true,"lowerBound":2,"id":367,"derived":true},{"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":"ownedEndFeatureMembership","changeable":true,"resolveProxies":true,"lowerBound":2,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningAssociation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"itemType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":382,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"itemType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":386,"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":false,"name":"targetInputFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":387,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"sourceOutputFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":1,"target":0},{"source":1,"target":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":60,"target":2},{"source":60,"target":68},{"source":60,"target":1},{"source":60,"target":69},{"source":68,"target":2},{"source":61,"target":3},{"source":61,"target":70},{"source":61,"target":1},{"source":61,"target":71},{"source":70,"target":3},{"source":62,"target":3},{"source":62,"target":72},{"source":62,"target":1},{"source":62,"target":73},{"source":72,"target":3},{"source":63,"target":5},{"source":63,"target":74},{"source":63,"target":1},{"source":63,"target":75},{"source":74,"target":5},{"source":64,"target":76},{"source":64,"target":1},{"source":65,"target":77},{"source":65,"target":1},{"source":66,"target":1},{"source":66,"target":78},{"source":66,"target":1},{"source":66,"target":67},{"source":78,"target":1},{"source":67,"target":1},{"source":67,"target":79},{"source":67,"target":1},{"source":67,"target":66},{"source":79,"target":1},{"source":2,"target":0},{"source":2,"target":3},{"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":69},{"source":2,"target":86},{"source":80,"target":87},{"source":80,"target":2},{"source":80,"target":88},{"source":88,"target":2},{"source":88,"target":89},{"source":88,"target":80},{"source":89,"target":2},{"source":81,"target":90},{"source":81,"target":2},{"source":82,"target":4},{"source":82,"target":91},{"source":82,"target":2},{"source":91,"target":4},{"source":83,"target":92},{"source":83,"target":2},{"source":84,"target":1},{"source":84,"target":93},{"source":84,"target":2},{"source":93,"target":1},{"source":85,"target":5},{"source":85,"target":94},{"source":85,"target":2},{"source":85,"target":95},{"source":94,"target":5},{"source":69,"target":1},{"source":69,"target":96},{"source":69,"target":2},{"source":69,"target":60},{"source":96,"target":1},{"source":86,"target":3},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":97},{"source":3,"target":98},{"source":3,"target":99},{"source":3,"target":71},{"source":3,"target":73},{"source":3,"target":100},{"source":97,"target":1},{"source":97,"target":101},{"source":97,"target":3},{"source":101,"target":1},{"source":98,"target":1},{"source":98,"target":102},{"source":98,"target":3},{"source":102,"target":1},{"source":99,"target":1},{"source":99,"target":103},{"source":99,"target":3},{"source":103,"target":1},{"source":71,"target":1},{"source":71,"target":104},{"source":71,"target":3},{"source":71,"target":61},{"source":104,"target":1},{"source":73,"target":1},{"source":73,"target":105},{"source":73,"target":3},{"source":73,"target":62},{"source":105,"target":1},{"source":100,"target":1},{"source":4,"target":0},{"source":4,"target":106},{"source":4,"target":107},{"source":4,"target":108},{"source":4,"target":109},{"source":106,"target":4},{"source":107,"target":4},{"source":108,"target":4},{"source":109,"target":4},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":110},{"source":5,"target":111},{"source":5,"target":112},{"source":5,"target":113},{"source":5,"target":114},{"source":5,"target":115},{"source":5,"target":75},{"source":5,"target":116},{"source":5,"target":95},{"source":5,"target":117},{"source":5,"target":118},{"source":5,"target":119},{"source":110,"target":120},{"source":110,"target":5},{"source":110,"target":121},{"source":121,"target":1},{"source":121,"target":122},{"source":121,"target":110},{"source":122,"target":1},{"source":111,"target":2},{"source":111,"target":123},{"source":111,"target":5},{"source":111,"target":124},{"source":123,"target":2},{"source":124,"target":2},{"source":124,"target":125},{"source":124,"target":111},{"source":125,"target":2},{"source":112,"target":2},{"source":112,"target":126},{"source":112,"target":5},{"source":126,"target":2},{"source":113,"target":2},{"source":113,"target":127},{"source":113,"target":5},{"source":127,"target":2},{"source":114,"target":6},{"source":114,"target":128},{"source":114,"target":5},{"source":114,"target":129},{"source":128,"target":6},{"source":115,"target":1},{"source":115,"target":130},{"source":115,"target":5},{"source":130,"target":1},{"source":75,"target":1},{"source":75,"target":131},{"source":75,"target":5},{"source":75,"target":63},{"source":131,"target":1},{"source":116,"target":2},{"source":116,"target":132},{"source":116,"target":5},{"source":132,"target":2},{"source":95,"target":2},{"source":95,"target":133},{"source":95,"target":5},{"source":95,"target":85},{"source":133,"target":2},{"source":117,"target":2},{"source":117,"target":134},{"source":117,"target":5},{"source":134,"target":2},{"source":118,"target":6},{"source":118,"target":135},{"source":118,"target":5},{"source":135,"target":6},{"source":119,"target":1},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":136},{"source":6,"target":137},{"source":6,"target":138},{"source":6,"target":139},{"source":6,"target":129},{"source":6,"target":140},{"source":136,"target":2},{"source":136,"target":141},{"source":136,"target":6},{"source":141,"target":2},{"source":137,"target":5},{"source":137,"target":142},{"source":137,"target":6},{"source":142,"target":5},{"source":138,"target":7},{"source":138,"target":143},{"source":138,"target":6},{"source":143,"target":7},{"source":139,"target":4},{"source":139,"target":144},{"source":139,"target":6},{"source":144,"target":4},{"source":129,"target":5},{"source":129,"target":145},{"source":129,"target":6},{"source":129,"target":114},{"source":145,"target":5},{"source":140,"target":3},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":146},{"source":146,"target":8},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":147},{"source":8,"target":148},{"source":8,"target":149},{"source":147,"target":18},{"source":147,"target":150},{"source":147,"target":8},{"source":150,"target":18},{"source":148,"target":24},{"source":148,"target":151},{"source":148,"target":8},{"source":151,"target":24},{"source":149,"target":9},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":152},{"source":9,"target":153},{"source":9,"target":154},{"source":9,"target":155},{"source":152,"target":19},{"source":152,"target":156},{"source":152,"target":9},{"source":156,"target":19},{"source":153,"target":14},{"source":153,"target":157},{"source":153,"target":9},{"source":157,"target":14},{"source":154,"target":24},{"source":154,"target":158},{"source":154,"target":9},{"source":158,"target":24},{"source":155,"target":10},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":159},{"source":10,"target":160},{"source":159,"target":23},{"source":159,"target":161},{"source":159,"target":10},{"source":159,"target":162},{"source":161,"target":23},{"source":160,"target":11},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":163},{"source":11,"target":164},{"source":11,"target":165},{"source":11,"target":166},{"source":11,"target":167},{"source":11,"target":168},{"source":11,"target":169},{"source":11,"target":170},{"source":11,"target":171},{"source":11,"target":172},{"source":163,"target":2},{"source":163,"target":173},{"source":163,"target":11},{"source":173,"target":2},{"source":164,"target":12},{"source":164,"target":174},{"source":164,"target":11},{"source":164,"target":175},{"source":174,"target":12},{"source":165,"target":13},{"source":165,"target":176},{"source":165,"target":11},{"source":165,"target":177},{"source":176,"target":13},{"source":166,"target":14},{"source":166,"target":178},{"source":166,"target":11},{"source":166,"target":179},{"source":178,"target":14},{"source":167,"target":14},{"source":167,"target":180},{"source":167,"target":11},{"source":180,"target":14},{"source":168,"target":14},{"source":168,"target":181},{"source":168,"target":11},{"source":181,"target":14},{"source":169,"target":14},{"source":169,"target":182},{"source":169,"target":11},{"source":182,"target":14},{"source":170,"target":183},{"source":170,"target":11},{"source":171,"target":2},{"source":171,"target":184},{"source":171,"target":11},{"source":184,"target":2},{"source":172,"target":5},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":185},{"source":12,"target":186},{"source":12,"target":175},{"source":12,"target":187},{"source":185,"target":11},{"source":185,"target":188},{"source":185,"target":12},{"source":188,"target":11},{"source":186,"target":11},{"source":186,"target":189},{"source":186,"target":12},{"source":189,"target":11},{"source":175,"target":11},{"source":175,"target":190},{"source":175,"target":12},{"source":175,"target":164},{"source":190,"target":11},{"source":187,"target":3},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":191},{"source":13,"target":192},{"source":13,"target":193},{"source":13,"target":194},{"source":13,"target":195},{"source":13,"target":196},{"source":13,"target":197},{"source":13,"target":198},{"source":13,"target":177},{"source":13,"target":199},{"source":191,"target":200},{"source":191,"target":13},{"source":192,"target":201},{"source":192,"target":13},{"source":193,"target":14},{"source":193,"target":202},{"source":193,"target":13},{"source":202,"target":14},{"source":194,"target":14},{"source":194,"target":203},{"source":194,"target":13},{"source":194,"target":204},{"source":203,"target":14},{"source":195,"target":205},{"source":195,"target":13},{"source":196,"target":206},{"source":196,"target":13},{"source":197,"target":207},{"source":197,"target":13},{"source":198,"target":22},{"source":198,"target":208},{"source":198,"target":13},{"source":208,"target":22},{"source":177,"target":11},{"source":177,"target":209},{"source":177,"target":13},{"source":177,"target":165},{"source":209,"target":11},{"source":199,"target":2},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":210},{"source":14,"target":179},{"source":14,"target":211},{"source":14,"target":212},{"source":14,"target":213},{"source":14,"target":214},{"source":14,"target":215},{"source":14,"target":216},{"source":14,"target":204},{"source":14,"target":217},{"source":14,"target":218},{"source":14,"target":219},{"source":14,"target":220},{"source":14,"target":221},{"source":14,"target":222},{"source":210,"target":11},{"source":210,"target":223},{"source":210,"target":14},{"source":223,"target":11},{"source":179,"target":11},{"source":179,"target":224},{"source":179,"target":14},{"source":179,"target":166},{"source":224,"target":11},{"source":211,"target":225},{"source":211,"target":14},{"source":212,"target":226},{"source":212,"target":14},{"source":213,"target":11},{"source":213,"target":227},{"source":213,"target":14},{"source":227,"target":11},{"source":214,"target":11},{"source":214,"target":228},{"source":214,"target":14},{"source":228,"target":11},{"source":215,"target":15},{"source":215,"target":229},{"source":215,"target":14},{"source":229,"target":15},{"source":216,"target":16},{"source":216,"target":230},{"source":216,"target":14},{"source":216,"target":231},{"source":230,"target":16},{"source":204,"target":13},{"source":204,"target":232},{"source":204,"target":14},{"source":204,"target":194},{"source":232,"target":13},{"source":217,"target":233},{"source":217,"target":14},{"source":218,"target":17},{"source":218,"target":234},{"source":218,"target":14},{"source":218,"target":235},{"source":234,"target":17},{"source":219,"target":20},{"source":219,"target":236},{"source":219,"target":14},{"source":219,"target":237},{"source":236,"target":20},{"source":220,"target":21},{"source":220,"target":238},{"source":220,"target":14},{"source":220,"target":239},{"source":238,"target":21},{"source":221,"target":240},{"source":221,"target":14},{"source":222,"target":11},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":241},{"source":15,"target":242},{"source":15,"target":243},{"source":241,"target":14},{"source":241,"target":244},{"source":241,"target":15},{"source":244,"target":14},{"source":242,"target":14},{"source":242,"target":245},{"source":242,"target":15},{"source":245,"target":14},{"source":243,"target":16},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":246},{"source":16,"target":247},{"source":16,"target":231},{"source":16,"target":248},{"source":246,"target":14},{"source":246,"target":249},{"source":246,"target":16},{"source":249,"target":14},{"source":247,"target":14},{"source":247,"target":250},{"source":247,"target":16},{"source":250,"target":14},{"source":231,"target":14},{"source":231,"target":251},{"source":231,"target":16},{"source":231,"target":216},{"source":251,"target":14},{"source":248,"target":12},{"source":17,"target":0},{"source":17,"target":3},{"source":17,"target":252},{"source":17,"target":235},{"source":17,"target":253},{"source":252,"target":18},{"source":252,"target":254},{"source":252,"target":17},{"source":254,"target":18},{"source":235,"target":14},{"source":235,"target":255},{"source":235,"target":17},{"source":235,"target":218},{"source":255,"target":14},{"source":253,"target":3},{"source":18,"target":0},{"source":18,"target":19},{"source":18,"target":256},{"source":18,"target":257},{"source":256,"target":8},{"source":256,"target":258},{"source":256,"target":18},{"source":258,"target":8},{"source":257,"target":19},{"source":19,"target":0},{"source":19,"target":14},{"source":19,"target":259},{"source":19,"target":260},{"source":259,"target":9},{"source":259,"target":261},{"source":259,"target":19},{"source":261,"target":9},{"source":260,"target":14},{"source":20,"target":0},{"source":20,"target":3},{"source":20,"target":262},{"source":20,"target":263},{"source":20,"target":237},{"source":20,"target":264},{"source":262,"target":18},{"source":262,"target":265},{"source":262,"target":20},{"source":265,"target":18},{"source":263,"target":18},{"source":263,"target":266},{"source":263,"target":20},{"source":266,"target":18},{"source":237,"target":14},{"source":237,"target":267},{"source":237,"target":20},{"source":237,"target":219},{"source":267,"target":14},{"source":264,"target":3},{"source":21,"target":0},{"source":21,"target":12},{"source":21,"target":268},{"source":21,"target":239},{"source":21,"target":269},{"source":268,"target":11},{"source":268,"target":270},{"source":268,"target":21},{"source":270,"target":11},{"source":239,"target":14},{"source":239,"target":271},{"source":239,"target":21},{"source":239,"target":220},{"source":271,"target":14},{"source":269,"target":12},{"source":22,"target":0},{"source":22,"target":272},{"source":22,"target":273},{"source":22,"target":274},{"source":272,"target":22},{"source":273,"target":22},{"source":274,"target":22},{"source":23,"target":0},{"source":23,"target":12},{"source":23,"target":275},{"source":23,"target":276},{"source":23,"target":162},{"source":23,"target":277},{"source":275,"target":10},{"source":275,"target":278},{"source":275,"target":23},{"source":278,"target":10},{"source":276,"target":10},{"source":276,"target":279},{"source":276,"target":23},{"source":279,"target":10},{"source":162,"target":10},{"source":162,"target":280},{"source":162,"target":23},{"source":162,"target":159},{"source":280,"target":10},{"source":277,"target":12},{"source":24,"target":0},{"source":24,"target":14},{"source":24,"target":281},{"source":281,"target":14},{"source":25,"target":0},{"source":25,"target":3},{"source":25,"target":282},{"source":25,"target":283},{"source":25,"target":284},{"source":282,"target":26},{"source":282,"target":285},{"source":282,"target":25},{"source":282,"target":286},{"source":285,"target":26},{"source":283,"target":1},{"source":283,"target":287},{"source":283,"target":25},{"source":287,"target":1},{"source":284,"target":3},{"source":26,"target":0},{"source":26,"target":1},{"source":26,"target":288},{"source":26,"target":289},{"source":26,"target":286},{"source":26,"target":290},{"source":288,"target":291},{"source":288,"target":26},{"source":289,"target":1},{"source":289,"target":292},{"source":289,"target":26},{"source":292,"target":1},{"source":286,"target":25},{"source":286,"target":293},{"source":286,"target":26},{"source":286,"target":282},{"source":293,"target":25},{"source":290,"target":1},{"source":27,"target":0},{"source":27,"target":3},{"source":27,"target":294},{"source":27,"target":295},{"source":27,"target":296},{"source":294,"target":1},{"source":294,"target":297},{"source":294,"target":27},{"source":297,"target":1},{"source":295,"target":1},{"source":295,"target":298},{"source":295,"target":27},{"source":298,"target":1},{"source":296,"target":3},{"source":28,"target":0},{"source":28,"target":29},{"source":28,"target":299},{"source":299,"target":29},{"source":29,"target":0},{"source":29,"target":18},{"source":29,"target":300},{"source":29,"target":301},{"source":300,"target":14},{"source":300,"target":302},{"source":300,"target":29},{"source":302,"target":14},{"source":301,"target":18},{"source":30,"target":0},{"source":30,"target":18},{"source":30,"target":303},{"source":30,"target":304},{"source":303,"target":18},{"source":303,"target":305},{"source":303,"target":30},{"source":305,"target":18},{"source":304,"target":18},{"source":31,"target":0},{"source":31,"target":18},{"source":31,"target":306},{"source":306,"target":18},{"source":32,"target":0},{"source":32,"target":31},{"source":32,"target":307},{"source":32,"target":308},{"source":32,"target":309},{"source":307,"target":310},{"source":307,"target":32},{"source":308,"target":18},{"source":308,"target":311},{"source":308,"target":32},{"source":311,"target":18},{"source":309,"target":31},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":312},{"source":33,"target":313},{"source":312,"target":11},{"source":312,"target":314},{"source":312,"target":33},{"source":314,"target":11},{"source":313,"target":31},{"source":34,"target":0},{"source":34,"target":32},{"source":34,"target":315},{"source":34,"target":316},{"source":315,"target":317},{"source":315,"target":34},{"source":316,"target":32},{"source":35,"target":0},{"source":35,"target":32},{"source":35,"target":318},{"source":35,"target":319},{"source":318,"target":320},{"source":318,"target":35},{"source":319,"target":32},{"source":36,"target":0},{"source":36,"target":18},{"source":36,"target":321},{"source":321,"target":18},{"source":37,"target":0},{"source":37,"target":38},{"source":37,"target":322},{"source":37,"target":323},{"source":322,"target":324},{"source":322,"target":37},{"source":323,"target":38},{"source":38,"target":0},{"source":38,"target":18},{"source":38,"target":325},{"source":325,"target":18},{"source":39,"target":0},{"source":39,"target":18},{"source":39,"target":326},{"source":326,"target":18},{"source":40,"target":0},{"source":40,"target":38},{"source":40,"target":327},{"source":327,"target":38},{"source":41,"target":0},{"source":41,"target":38},{"source":41,"target":328},{"source":41,"target":329},{"source":328,"target":330},{"source":328,"target":41},{"source":329,"target":38},{"source":42,"target":0},{"source":42,"target":38},{"source":42,"target":331},{"source":42,"target":332},{"source":331,"target":333},{"source":331,"target":42},{"source":332,"target":38},{"source":43,"target":0},{"source":43,"target":38},{"source":43,"target":334},{"source":43,"target":335},{"source":334,"target":336},{"source":334,"target":43},{"source":335,"target":38},{"source":44,"target":0},{"source":44,"target":45},{"source":44,"target":337},{"source":337,"target":45},{"source":45,"target":0},{"source":45,"target":14},{"source":45,"target":338},{"source":338,"target":14},{"source":46,"target":0},{"source":46,"target":339},{"source":46,"target":340},{"source":339,"target":44},{"source":339,"target":341},{"source":339,"target":46},{"source":341,"target":44},{"source":340,"target":44},{"source":340,"target":342},{"source":340,"target":46},{"source":342,"target":44},{"source":47,"target":0},{"source":47,"target":13},{"source":47,"target":343},{"source":47,"target":344},{"source":47,"target":345},{"source":343,"target":24},{"source":343,"target":346},{"source":343,"target":47},{"source":346,"target":24},{"source":344,"target":24},{"source":344,"target":347},{"source":344,"target":47},{"source":347,"target":24},{"source":345,"target":13},{"source":48,"target":0},{"source":48,"target":47},{"source":48,"target":348},{"source":348,"target":47},{"source":49,"target":0},{"source":49,"target":50},{"source":49,"target":349},{"source":349,"target":50},{"source":50,"target":0},{"source":50,"target":14},{"source":50,"target":3},{"source":50,"target":350},{"source":50,"target":351},{"source":50,"target":352},{"source":50,"target":353},{"source":50,"target":354},{"source":50,"target":355},{"source":50,"target":356},{"source":50,"target":357},{"source":350,"target":14},{"source":350,"target":358},{"source":350,"target":50},{"source":350,"target":359},{"source":358,"target":14},{"source":359,"target":14},{"source":359,"target":360},{"source":359,"target":350},{"source":360,"target":14},{"source":351,"target":14},{"source":351,"target":361},{"source":351,"target":50},{"source":361,"target":14},{"source":352,"target":51},{"source":352,"target":362},{"source":352,"target":50},{"source":362,"target":51},{"source":353,"target":51},{"source":353,"target":363},{"source":353,"target":50},{"source":353,"target":364},{"source":363,"target":51},{"source":354,"target":365},{"source":354,"target":50},{"source":355,"target":14},{"source":355,"target":366},{"source":355,"target":50},{"source":366,"target":14},{"source":356,"target":14},{"source":357,"target":3},{"source":51,"target":0},{"source":51,"target":10},{"source":51,"target":3},{"source":51,"target":367},{"source":51,"target":368},{"source":51,"target":364},{"source":51,"target":369},{"source":51,"target":370},{"source":367,"target":11},{"source":367,"target":371},{"source":367,"target":51},{"source":371,"target":11},{"source":368,"target":52},{"source":368,"target":372},{"source":368,"target":51},{"source":368,"target":373},{"source":372,"target":52},{"source":364,"target":50},{"source":364,"target":374},{"source":364,"target":51},{"source":364,"target":353},{"source":374,"target":50},{"source":369,"target":10},{"source":370,"target":3},{"source":52,"target":0},{"source":52,"target":13},{"source":52,"target":373},{"source":52,"target":375},{"source":373,"target":51},{"source":373,"target":376},{"source":373,"target":52},{"source":373,"target":368},{"source":376,"target":51},{"source":375,"target":13},{"source":53,"target":0},{"source":53,"target":10},{"source":53,"target":377},{"source":377,"target":10},{"source":54,"target":0},{"source":54,"target":10},{"source":54,"target":378},{"source":378,"target":10},{"source":55,"target":0},{"source":55,"target":50},{"source":55,"target":379},{"source":379,"target":50},{"source":56,"target":0},{"source":56,"target":9},{"source":56,"target":51},{"source":56,"target":380},{"source":56,"target":381},{"source":380,"target":9},{"source":381,"target":51},{"source":57,"target":0},{"source":57,"target":382},{"source":382,"target":10},{"source":382,"target":383},{"source":382,"target":57},{"source":383,"target":10},{"source":58,"target":0},{"source":58,"target":49},{"source":58,"target":59},{"source":58,"target":384},{"source":58,"target":385},{"source":384,"target":49},{"source":385,"target":59},{"source":59,"target":0},{"source":59,"target":50},{"source":59,"target":19},{"source":59,"target":386},{"source":59,"target":387},{"source":59,"target":388},{"source":59,"target":389},{"source":59,"target":390},{"source":386,"target":10},{"source":386,"target":391},{"source":386,"target":59},{"source":391,"target":10},{"source":387,"target":14},{"source":387,"target":392},{"source":387,"target":59},{"source":392,"target":14},{"source":388,"target":14},{"source":388,"target":393},{"source":388,"target":59},{"source":393,"target":14},{"source":389,"target":50},{"source":390,"target":19}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="spacetransportationservice" nsURI="http://cs.york.ac.uk/ecss/examples/spacetransportationservice" nsPrefix="sts"> <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="Spacecraft" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="twoUpperCaseChars"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="twoUpperCaseChars" value="&#xA;&#x9;&#x9;&#x9;countryOfOrigin.size() = 2 and &#xA;&#x9;&#x9;&#x9;countryOfOrigin.toUpperCase() = countryOfOrigin"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="stages" upperBound="-1" eType="#//Stage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="launchSites" upperBound="-1" eType="#//LaunchSite"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="functions" upperBound="-1" eType="#//Function"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="manufacturer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="countryOfOrigin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relaunchCostInMioUSD" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="physicalProperties" upperBound="-1" eType="#//PhysicalProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LaunchSite" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="angleDecimal"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="angleDecimal" value="locationLatitude >= -180 and locationLatitude &lt;= 180"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="locationLatitude" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="locationLongitude" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfLaunchpads" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="physicalProperties" upperBound="-1" eType="#//PhysicalProperty" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operational" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Stage" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="engineType" lowerBound="1" eType="#//EngineType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="engineAmount" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="physicalProperties" upperBound="-1" eType="#//PhysicalProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PhysicalProperty"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//PhysicalPropertyType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" 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#//EDouble"/> </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:EEnum" name="Function"> <eLiterals name="MARS_COLONIZATION"/> <eLiterals name="EARTH_LUNAR_TRANSPORT" value="1"/> <eLiterals name="MULTIPLANETARY_TRANSPORT" value="2"/> <eLiterals name="INTERCONTINENTAL_TRANSPORT" value="3"/> <eLiterals name="ORBITAL_LAUNCHER" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PhysicalPropertyType"> <eLiterals name="LENGTH"/> <eLiterals name="WIDTH" value="1"/> <eLiterals name="DIAMETER" value="2"/> <eLiterals name="PERIMETER" value="3"/> <eLiterals name="AREA" value="4"/> <eLiterals name="VOLUME" value="5"/> <eLiterals name="MASS" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EngineType" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="maxLength"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="maxLength" value="fuelKind.size() &lt;= 128"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fuelKind" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpaceTransportationService"> <eStructuralFeatures xsi:type="ecore:EReference" name="launchSites" upperBound="-1" eType="#//LaunchSite" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="engineTypes" upperBound="-1" eType="#//EngineType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="spacecrafts" upperBound="-1" eType="#//Spacecraft" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/patrickneubauer/ECSS/sts-example/meta-modelling/spacetransportationservice/model/spacetransportationservice-ocl-example.ecore
ecore
spacetransportationservice Spacecraft stages launchSites functions manufacturer countryOfOrigin relaunchCostInMioUSD physicalProperties LaunchSite locationLatitude locationLongitude operator numberOfLaunchpads physicalProperties operational Stage engineType engineAmount physicalProperties PhysicalProperty type unit value NamedElement name Function MARS_COLONIZATION MARS_COLONIZATION EARTH_LUNAR_TRANSPORT EARTH_LUNAR_TRANSPORT MULTIPLANETARY_TRANSPORT MULTIPLANETARY_TRANSPORT INTERCONTINENTAL_TRANSPORT INTERCONTINENTAL_TRANSPORT ORBITAL_LAUNCHER ORBITAL_LAUNCHER PhysicalPropertyType LENGTH LENGTH WIDTH WIDTH DIAMETER DIAMETER PERIMETER PERIMETER AREA AREA VOLUME VOLUME MASS MASS EngineType fuelKind SpaceTransportationService launchSites engineTypes spacecrafts
null
{"directed":true,"nodes":[{"nsPrefix":"sts","nsURI":"http://cs.york.ac.uk/ecss/examples/spacetransportationservice","name":"spacetransportationservice","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Spacecraft","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LaunchSite","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stage","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhysicalProperty","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Function","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PhysicalPropertyType","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EngineType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpaceTransportationService","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stages","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":"launchSites","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"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":"functions","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":"manufacturer","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":"countryOfOrigin","changeable":true,"lowerBound":0,"iD":false,"id":14,"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":"relaunchCostInMioUSD","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":"physicalProperties","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"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"locationLatitude","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"locationLongitude","changeable":true,"lowerBound":1,"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":"operator","changeable":true,"lowerBound":0,"iD":false,"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":"numberOfLaunchpads","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":"physicalProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"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":"operational","changeable":true,"lowerBound":1,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"engineType","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"engineAmount","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"physicalProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"name":"MARS_COLONIZATION","id":53,"value":0,"literal":"MARS_COLONIZATION","eClass":"EEnumLiteral"},{"name":"EARTH_LUNAR_TRANSPORT","id":54,"value":1,"literal":"EARTH_LUNAR_TRANSPORT","eClass":"EEnumLiteral"},{"name":"MULTIPLANETARY_TRANSPORT","id":55,"value":2,"literal":"MULTIPLANETARY_TRANSPORT","eClass":"EEnumLiteral"},{"name":"INTERCONTINENTAL_TRANSPORT","id":56,"value":3,"literal":"INTERCONTINENTAL_TRANSPORT","eClass":"EEnumLiteral"},{"name":"ORBITAL_LAUNCHER","id":57,"value":4,"literal":"ORBITAL_LAUNCHER","eClass":"EEnumLiteral"},{"name":"LENGTH","id":58,"value":0,"literal":"LENGTH","eClass":"EEnumLiteral"},{"name":"WIDTH","id":59,"value":1,"literal":"WIDTH","eClass":"EEnumLiteral"},{"name":"DIAMETER","id":60,"value":2,"literal":"DIAMETER","eClass":"EEnumLiteral"},{"name":"PERIMETER","id":61,"value":3,"literal":"PERIMETER","eClass":"EEnumLiteral"},{"name":"AREA","id":62,"value":4,"literal":"AREA","eClass":"EEnumLiteral"},{"name":"VOLUME","id":63,"value":5,"literal":"VOLUME","eClass":"EEnumLiteral"},{"name":"MASS","id":64,"value":6,"literal":"MASS","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":"fuelKind","changeable":true,"lowerBound":1,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"launchSites","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":"engineTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"spacecrafts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"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":1,"target":0},{"source":1,"target":5},{"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":10,"target":3},{"source":10,"target":18},{"source":10,"target":1},{"source":18,"target":3},{"source":11,"target":2},{"source":11,"target":19},{"source":11,"target":1},{"source":19,"target":2},{"source":12,"target":6},{"source":12,"target":20},{"source":12,"target":1},{"source":20,"target":6},{"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":4},{"source":16,"target":24},{"source":16,"target":1},{"source":24,"target":4},{"source":17,"target":5},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":25,"target":32},{"source":25,"target":2},{"source":26,"target":33},{"source":26,"target":2},{"source":27,"target":34},{"source":27,"target":2},{"source":28,"target":35},{"source":28,"target":2},{"source":29,"target":4},{"source":29,"target":36},{"source":29,"target":2},{"source":36,"target":4},{"source":30,"target":37},{"source":30,"target":2},{"source":31,"target":5},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":38,"target":8},{"source":38,"target":42},{"source":38,"target":3},{"source":42,"target":8},{"source":39,"target":43},{"source":39,"target":3},{"source":40,"target":4},{"source":40,"target":44},{"source":40,"target":3},{"source":44,"target":4},{"source":41,"target":5},{"source":4,"target":0},{"source":4,"target":45},{"source":4,"target":46},{"source":4,"target":47},{"source":45,"target":7},{"source":45,"target":48},{"source":45,"target":4},{"source":48,"target":7},{"source":46,"target":49},{"source":46,"target":4},{"source":47,"target":50},{"source":47,"target":4},{"source":5,"target":0},{"source":5,"target":51},{"source":51,"target":52},{"source":51,"target":5},{"source":6,"target":0},{"source":6,"target":53},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":53,"target":6},{"source":54,"target":6},{"source":55,"target":6},{"source":56,"target":6},{"source":57,"target":6},{"source":7,"target":0},{"source":7,"target":58},{"source":7,"target":59},{"source":7,"target":60},{"source":7,"target":61},{"source":7,"target":62},{"source":7,"target":63},{"source":7,"target":64},{"source":58,"target":7},{"source":59,"target":7},{"source":60,"target":7},{"source":61,"target":7},{"source":62,"target":7},{"source":63,"target":7},{"source":64,"target":7},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":65},{"source":8,"target":66},{"source":65,"target":67},{"source":65,"target":8},{"source":66,"target":5},{"source":9,"target":0},{"source":9,"target":68},{"source":9,"target":69},{"source":9,"target":70},{"source":68,"target":2},{"source":68,"target":71},{"source":68,"target":9},{"source":71,"target":2},{"source":69,"target":8},{"source":69,"target":72},{"source":69,"target":9},{"source":72,"target":8},{"source":70,"target":1},{"source":70,"target":73},{"source":70,"target":9},{"source":73,"target":1}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="emfgenbug" nsURI="http://emfgenbug/1.0" nsPrefix="emfgenbug"> <eClassifiers xsi:type="ecore:EClass" name="NasiPadang"/> <eClassifiers xsi:type="ecore:EEnum" name="Bumbu"> <eLiterals name="sambal"/> <eLiterals name="perkedel" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Lotek"/> <eClassifiers xsi:type="ecore:EClass" name="Karedok"/> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/emfgenbug.ecore
ecore
emfgenbug NasiPadang Bumbu sambal sambal perkedel perkedel Lotek Karedok
null
{"directed":true,"nodes":[{"nsPrefix":"emfgenbug","nsURI":"http://emfgenbug/1.0","name":"emfgenbug","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NasiPadang","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Bumbu","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lotek","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Karedok","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"name":"sambal","id":5,"value":0,"literal":"sambal","eClass":"EEnumLiteral"},{"name":"perkedel","id":6,"value":1,"literal":"perkedel","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":6},{"source":5,"target":2},{"source":6,"target":2},{"source":3,"target":0},{"source":4,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="root"> <eSubpackages name="P1"> <eClassifiers xsi:type="ecore:EClass" name="C1_1"/> <eClassifiers xsi:type="ecore:EClass" name="C1_2"/> </eSubpackages> <eSubpackages name="P2" nsURI=""> <eClassifiers xsi:type="ecore:EClass" name="C2_1" eSuperTypes="#//P1/C1_1"/> <eClassifiers xsi:type="ecore:EClass" name="C2_1" eSuperTypes="#//P1/C1_2"/> </eSubpackages> </ecore:EPackage>
github:ecore:/data/pcdavid/org.eclipse.sirius/plugins/org.eclipse.sirius.tests.junit/data/unit/migration/do_not_migrate/connectorStyleDelete/My.ecore
ecore
root P1 C1_1 C1_2 P2 C2_1 C2_1
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"root","id":0,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"P1","id":1,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":"","name":"P2","id":2,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C1_1","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C1_2","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C2_1","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C2_1","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":0},{"source":3,"target":1},{"source":4,"target":1},{"source":2,"target":5},{"source":2,"target":6},{"source":2,"target":0},{"source":5,"target":2},{"source":5,"target":3},{"source":5,"target":7},{"source":7,"target":3},{"source":6,"target":2},{"source":6,"target":4},{"source":6,"target":8},{"source":8,"target":4}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="robochart" nsURI="http://www.robocalc.circus/RoboChart" nsPrefix="robochart"> <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="BasicPackage"> <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" ordered="false" upperBound="-1" eType="#//Import" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RCPackage" eSuperTypes="#//BasicPackage"> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaces" ordered="false" upperBound="-1" eType="#//Interface" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="robots" ordered="false" upperBound="-1" eType="#//RoboticPlatformDef" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="types" ordered="false" upperBound="-1" eType="#//TypeDecl" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="machines" ordered="false" upperBound="-1" eType="#//StateMachineDef" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="controllers" ordered="false" upperBound="-1" eType="#//ControllerDef" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="modules" ordered="false" upperBound="-1" eType="#//RCModule" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" ordered="false" upperBound="-1" eType="#//OperationDef" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="functions" ordered="false" upperBound="-1" eType="#//Function" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDecl" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Definition of type declarations"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//TypeDecl"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Primitive Types"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecordType" eSuperTypes="#//TypeDecl"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Record Types"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" ordered="false" lowerBound="1" upperBound="-1" eType="#//Field" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Field" eSuperTypes="#//Member #//NamedExpression"/> <eClassifiers xsi:type="ecore:EClass" name="TypedNamedElement" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Member" abstract="true" eSuperTypes="#//TypedNamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//TypeDecl"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Enumeration Types"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="literals" ordered="false" upperBound="-1" eType="#//Literal" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Literal" eSuperTypes="#//TypeDecl #//NamedExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="types" ordered="false" upperBound="-1" eType="#//Type" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameType" eSuperTypes="#//TypeDecl"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Named Types"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Types"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProductType" eSuperTypes="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The order of types in a product type is important. It seems ecore ignores the&#xA;ordered attribute, but I decided to keep it here for documentation purposes."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="types" lowerBound="2" upperBound="-1" eType="#//Type" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="domain" lowerBound="1" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="range" lowerBound="1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionType" eSuperTypes="#//RelationType"/> <eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="domain" lowerBound="1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SeqType" eSuperTypes="#//SetType"/> <eClassifiers xsi:type="ecore:EClass" name="TypeRef" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" lowerBound="1" eType="#//TypeDecl"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnyType" eSuperTypes="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The class AnyType represents generics"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableList"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Variables"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifier" lowerBound="1" eType="#//VariableModifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vars" ordered="false" lowerBound="1" upperBound="-1" eType="#//Variable" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VariableModifier"> <eLiterals name="VAR"/> <eLiterals name="CONST"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//TypedNamedElement #//Member #//Mutable"> <eStructuralFeatures xsi:type="ecore:EReference" name="initial" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifier" lowerBound="1" eType="#//VariableModifier" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Events"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="broadcast" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//TypedNamedElement #//NamedExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Functions"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="preconditions" ordered="false" upperBound="-1" eType="#//Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="postconditions" ordered="false" upperBound="-1" eType="#//Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//Variable"/> <eClassifiers xsi:type="ecore:EClass" name="OperationSig" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Operations"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="terminates" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="preconditions" ordered="false" upperBound="-1" eType="#//Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="postconditions" ordered="false" upperBound="-1" eType="#//Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" abstract="true" eSuperTypes="#//NamedElement #//ConnectionNode"/> <eClassifiers xsi:type="ecore:EClass" name="OperationDef" eSuperTypes="#//Operation #//OperationSig #//StateMachineBody"/> <eClassifiers xsi:type="ecore:EClass" name="Reference" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Reference class identifies reference constructs"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationRef" eSuperTypes="#//Operation #//Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" lowerBound="1" eType="#//OperationDef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//NamedElement #//BasicContext"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Interfaces"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasicContext" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="variableList" ordered="false" upperBound="-1" eType="#//VariableList" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" ordered="false" upperBound="-1" eType="#//OperationSig" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="events" ordered="false" upperBound="-1" eType="#//Event" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="clocks" ordered="false" upperBound="-1" eType="#//Clock" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoboticPlatform" abstract="true" eSuperTypes="#//NamedElement #//ConnectionNode"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Robotic Platforms"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoboticPlatformDef" eSuperTypes="#//Context #//RoboticPlatform"/> <eClassifiers xsi:type="ecore:EClass" name="Context" abstract="true" eSuperTypes="#//BasicContext"> <eStructuralFeatures xsi:type="ecore:EReference" name="pInterfaces" ordered="false" unique="false" upperBound="-1" eType="#//Interface"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rInterfaces" ordered="false" unique="false" upperBound="-1" eType="#//Interface"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaces" ordered="false" unique="false" upperBound="-1" eType="#//Interface"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoboticPlatformRef" eSuperTypes="#//RoboticPlatform #//Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" lowerBound="1" eType="#//RoboticPlatformDef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" abstract="true" eSuperTypes="#//NamedElement #//ConnectionNode"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="State Machines"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachineDef" eSuperTypes="#//StateMachineBody #//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachineRef" eSuperTypes="#//StateMachine #//Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" lowerBound="1" eType="#//StateMachineDef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachineBody" eSuperTypes="#//Context #//NodeContainer"/> <eClassifiers xsi:type="ecore:EClass" name="Clock" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="NodeContainer" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" ordered="false" upperBound="-1" eType="#//Node" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" ordered="false" upperBound="-1" eType="#//Transition" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Junction" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Initial" eSuperTypes="#//Junction"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Node #//NodeContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" ordered="false" upperBound="-1" eType="#//Action" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Final" eSuperTypes="#//State"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Semantically, Final is a state, but in the metamodel that would&#xA;include nodes, transitions and actions. For this reason, I'm keeping&#xA;it as a node."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProbabilisticJunction" eSuperTypes="#//Junction"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trigger" eType="#//Communication" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="deadline" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="probability" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reset" upperBound="-1" eType="#//ClockReset" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Communication"> <eStructuralFeatures xsi:type="ecore:EReference" name="event" eType="#//Event"/> <eStructuralFeatures xsi:type="ecore:EReference" name="_from" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="_predicate" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_type" lowerBound="1" eType="#//CommunicationType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CommunicationType"> <eLiterals name="SIMPLE"/> <eLiterals name="INPUT"/> <eLiterals name="OUTPUT"/> <eLiterals name="SYNC"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Actions"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="action" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntryAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="DuringAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ExitAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Controller" abstract="true" eSuperTypes="#//NamedElement #//ConnectionNode"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Controllers"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControllerDef" eSuperTypes="#//Context #//Controller"> <eStructuralFeatures xsi:type="ecore:EReference" name="machines" ordered="false" upperBound="-1" eType="#//StateMachine" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="lOperations" ordered="false" upperBound="-1" eType="#//Operation" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="These are the operations defined or referenced locally in the controller"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="connections" ordered="false" upperBound="-1" eType="#//Connection" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connection"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//ConnectionNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//ConnectionNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="efrom" lowerBound="1" eType="#//Event"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eto" lowerBound="1" eType="#//Event"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="async" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bidirec" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControllerRef" eSuperTypes="#//Controller"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" lowerBound="1" eType="#//ControllerDef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RCModule" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Modules"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="connections" ordered="false" upperBound="-1" eType="#//Connection" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" ordered="false" upperBound="-1" eType="#//ConnectionNode" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Statements"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimedStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="stmt" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="deadline" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Wait" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="duration" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Skip" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="IfStmt" eSuperTypes="#//Statement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The else branch of an if statement is now optional"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Assignable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CommunicationStmt" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="communication" lowerBound="1" eType="#//Communication" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SeqStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" lowerBound="2" upperBound="-1" eType="#//Statement" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParStmt" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="stmt" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Call" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" lowerBound="1" eType="#//OperationSig"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClockReset" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="clock" lowerBound="1" eType="#//Clock"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Expression"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResultExp" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false" upperBound="-1" eType="#//Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClockExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="clock" lowerBound="1" eType="#//Clock"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateClockExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="state" lowerBound="1" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" abstract="true" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Iff" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Implies" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="QuantifierExpression" abstract="true" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" ordered="false" lowerBound="1" upperBound="-1" eType="#//Variable" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="suchthat" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predicate" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Forall" eSuperTypes="#//QuantifierExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Exists" eSuperTypes="#//QuantifierExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LambdaExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" ordered="false" lowerBound="1" upperBound="-1" eType="#//Variable" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="suchthat" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefiniteDescription" eSuperTypes="#//LambdaExp"/> <eClassifiers xsi:type="ecore:EClass" name="IfExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifexp" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseexp" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Declaration" eSuperTypes="#//NamedElement #//NamedExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" ordered="false" lowerBound="1" upperBound="-1" eType="#//Declaration" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="set" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Equals" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Different" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="GreaterThan" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="GreaterOrEqual" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="LessThan" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="LessOrEqual" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Modulus" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Mult" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Div" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Cat" eSuperTypes="#//BinaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Neg" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Selection" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="receiver" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="member" lowerBound="1" eType="#//Member"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FloatExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VarExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" lowerBound="1" eType="#//NamedExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToExp" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="FromExp" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="IdExp" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="AsExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Enumeration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="literal" lowerBound="1" eType="#//Literal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SeqExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" ordered="false" upperBound="-1" eType="#//Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetComp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" ordered="false" lowerBound="1" upperBound="-1" eType="#//Variable" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="predicate" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetRange" eSuperTypes="#//Expression"> <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="TupleExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" lowerBound="2" upperBound="-1" eType="#//Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RangeExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linterval" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lrange" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rrange" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rinterval" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="function" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElseExp" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Assignable" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Assignable"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VarSelection" eSuperTypes="#//Assignable"> <eStructuralFeatures xsi:type="ecore:EReference" name="receiver" lowerBound="1" eType="#//Assignable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="member" lowerBound="1" eType="#//Member"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayAssignable" eSuperTypes="#//Assignable"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Assignable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false" lowerBound="1" upperBound="-1" eType="#//Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VarRef" eSuperTypes="#//Assignable"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="#//Mutable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConnectionNode" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="NamedExpression" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="WaitingCondition" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WaitingConditionRef" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//WaitingCondition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VectorType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="base" lowerBound="1" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="size" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatrixType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="base" lowerBound="1" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rows" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecordExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="definitions" lowerBound="1" upperBound="-1" eType="#//FieldDefinition" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="record" lowerBound="1" eType="#//RecordType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="field" lowerBound="1" eType="#//Field"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mutable" abstract="true" eSuperTypes="#//NamedElement #//NamedExpression"/> <eClassifiers xsi:type="ecore:EClass" name="VectorExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" lowerBound="1" upperBound="-1" eType="#//Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatrixExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" lowerBound="1" upperBound="-1" eType="#//VectorExp" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InverseExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransposeExp" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/robo-star/circus.robocalc.robochart.parent/circus.robocalc.robochart/model/robochart.ecore
ecore
robochart BasicPackage name imports RCPackage interfaces robots types machines controllers modules operations functions Import importedNamespace NamedElement name TypeDecl PrimitiveType RecordType fields Field TypedNamedElement type Member Enumeration literals Literal types NameType type Type ProductType types RelationType domain range FunctionType SetType domain SeqType TypeRef ref AnyType identifier VariableList modifier vars VariableModifier VAR VAR CONST CONST Variable initial modifier Event type broadcast Function parameters preconditions postconditions Parameter OperationSig terminates parameters preconditions postconditions Operation OperationDef Reference OperationRef ref Interface BasicContext variableList operations events clocks RoboticPlatform RoboticPlatformDef Context pInterfaces rInterfaces interfaces RoboticPlatformRef ref StateMachine StateMachineDef StateMachineRef ref StateMachineBody Clock NodeContainer nodes transitions Node Junction Initial State actions Final ProbabilisticJunction Transition source target trigger deadline condition action probability reset Communication event _from _predicate parameter value _type CommunicationType SIMPLE SIMPLE INPUT INPUT OUTPUT OUTPUT SYNC SYNC Action action EntryAction DuringAction ExitAction Controller ControllerDef machines lOperations connections Connection from to efrom eto async bidirec ControllerRef ref RCModule connections nodes Statement TimedStatement stmt deadline Wait duration Skip IfStmt expression then else Assignment left right CommunicationStmt communication SeqStatement statements ParStmt stmt Call operation args ClockReset clock Expression ResultExp ArrayExp value parameters ClockExp clock StateClockExp state BinaryExpression left right Iff Implies Or QuantifierExpression variables suchthat predicate Forall Exists unique LambdaExp variables suchthat expression DefiniteDescription IfExpression condition ifexp elseexp Declaration value LetExpression declarations expression And Not exp InExp member set TypeExp type Equals Different GreaterThan GreaterOrEqual LessThan LessOrEqual Plus Minus Modulus Mult Div Cat Neg exp Selection receiver member IntegerExp value FloatExp value StringExp value BooleanExp value VarExp value RefExp ref ToExp FromExp IdExp AsExp exp type IsExp exp type EnumExp type literal ParExp exp SeqExp values SetExp values SetComp variables predicate expression SetRange start end TupleExp values RangeExp linterval lrange rrange rinterval CallExp function args ElseExp Assignable VarSelection receiver member ArrayAssignable value parameters VarRef name ConnectionNode NamedExpression WaitingCondition expression transitions WaitingConditionRef ref VectorType base size MatrixType base rows columns RecordExp definitions record FieldDefinition field value Mutable VectorExp values MatrixExp values InverseExp value TransposeExp value
null
{"directed":true,"nodes":[{"nsPrefix":"robochart","nsURI":"http://www.robocalc.circus/RoboChart","name":"robochart","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicPackage","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RCPackage","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":"NamedElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDecl","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedNamedElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SeqType","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeRef","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableList","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VariableModifier","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationSig","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationDef","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationRef","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicContext","instanceClass":null,"abstract":true,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoboticPlatform","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoboticPlatformDef","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoboticPlatformRef","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachineDef","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachineRef","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachineBody","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clock","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeContainer","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Junction","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initial","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Final","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProbabilisticJunction","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Communication","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CommunicationType","instanceClass":null,"id":53,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryAction","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DuringAction","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExitAction","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Controller","instanceClass":null,"abstract":true,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControllerDef","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connection","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControllerRef","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RCModule","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimedStatement","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Wait","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Skip","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStmt","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationStmt","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SeqStatement","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParStmt","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClockReset","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResultExp","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayExp","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClockExp","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateClockExp","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":true,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iff","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implies","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantifierExpression","instanceClass":null,"abstract":true,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Forall","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exists","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LambdaExp","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefiniteDescription","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExpression","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declaration","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExpression","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InExp","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeExp","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equals","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Different","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterThan","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterOrEqual","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessThan","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessOrEqual","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modulus","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mult","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Div","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cat","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Neg","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Selection","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatExp","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarExp","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefExp","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToExp","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromExp","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdExp","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AsExp","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsExp","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumExp","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParExp","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SeqExp","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetComp","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetRange","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeExp","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallExp","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElseExp","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignable","instanceClass":null,"abstract":true,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarSelection","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAssignable","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarRef","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionNode","instanceClass":null,"abstract":true,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedExpression","instanceClass":null,"abstract":true,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WaitingCondition","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WaitingConditionRef","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VectorType","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatrixType","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordExp","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldDefinition","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mutable","instanceClass":null,"abstract":true,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VectorExp","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatrixExp","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InverseExp","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransposeExp","instanceClass":null,"abstract":false,"id":146,"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":147,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"robots","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"container":false,"ordered":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":153,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"machines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"container":false,"ordered":false,"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":155,"derived":false},{"container":false,"ordered":false,"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":156,"derived":false},{"container":false,"ordered":false,"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":157,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importedNamespace","changeable":true,"lowerBound":1,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"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":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":1,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":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":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":2,"id":193,"derived":false},{"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":"domain","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":"range","changeable":true,"resolveProxies":true,"lowerBound":1,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"derived":false},{"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":"identifier","changeable":true,"lowerBound":1,"iD":false,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"lowerBound":1,"iD":false,"id":212,"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":"vars","changeable":true,"resolveProxies":true,"lowerBound":1,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"name":"VAR","id":216,"value":0,"literal":"VAR","eClass":"EEnumLiteral"},{"name":"CONST","id":217,"value":0,"literal":"CONST","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":"initial","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"ordered":true,"upperBound":1,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"modifier","changeable":true,"lowerBound":1,"iD":false,"id":219,"derived":true},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"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":"broadcast","changeable":true,"lowerBound":1,"iD":false,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preconditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"postconditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"terminates","changeable":true,"lowerBound":1,"iD":false,"id":239,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preconditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"postconditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":1,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variableList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"container":false,"ordered":false,"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":260,"derived":false},{"container":false,"ordered":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":261,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"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":false,"name":"pInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"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":false,"name":"rInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"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":false,"name":"interfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":1,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":1,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":293,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":306,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":307,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"deadline","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","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":"action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"probability","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"_from","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":"_predicate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"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":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"},{"name":"SIMPLE","id":335,"value":0,"literal":"SIMPLE","eClass":"EEnumLiteral"},{"name":"INPUT","id":336,"value":0,"literal":"INPUT","eClass":"EEnumLiteral"},{"name":"OUTPUT","id":337,"value":0,"literal":"OUTPUT","eClass":"EEnumLiteral"},{"name":"SYNC","id":338,"value":0,"literal":"SYNC","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":"action","changeable":true,"resolveProxies":true,"lowerBound":1,"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"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"machines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":347,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":354,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":355,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"efrom","changeable":true,"resolveProxies":true,"lowerBound":1,"id":356,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eto","changeable":true,"resolveProxies":true,"lowerBound":1,"id":357,"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":"async","changeable":true,"lowerBound":1,"iD":false,"id":358,"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":"bidirec","changeable":true,"lowerBound":1,"iD":false,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":1,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"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":"connections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"container":false,"ordered":false,"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":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stmt","changeable":true,"resolveProxies":true,"lowerBound":1,"id":374,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"deadline","changeable":true,"resolveProxies":true,"lowerBound":1,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":383,"derived":false},{"container":false,"ordered":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":384,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":390,"derived":false},{"container":false,"ordered":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":391,"derived":false},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"communication","changeable":true,"resolveProxies":true,"lowerBound":1,"id":395,"derived":false},{"id":396,"eClass":"EGenericType"},{"id":397,"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":"statements","changeable":true,"resolveProxies":true,"lowerBound":2,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stmt","changeable":true,"resolveProxies":true,"lowerBound":1,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":404,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"clock","changeable":true,"resolveProxies":true,"lowerBound":1,"id":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":413,"derived":false},{"container":false,"ordered":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":414,"derived":false},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"clock","changeable":true,"resolveProxies":true,"lowerBound":1,"id":418,"derived":false},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":1,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":424,"derived":false},{"container":false,"ordered":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":425,"derived":false},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":1,"id":432,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"suchthat","changeable":true,"resolveProxies":true,"lowerBound":0,"id":433,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":1,"iD":false,"id":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":1,"id":443,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"suchthat","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"expression","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"},{"container":false,"ordered":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":451,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifexp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":452,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseexp","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarations","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"expression","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":1,"id":471,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"set","changeable":true,"resolveProxies":true,"lowerBound":1,"id":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"container":false,"ordered":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":476,"derived":false},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":491,"derived":false},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"receiver","changeable":true,"resolveProxies":true,"lowerBound":1,"id":494,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":1,"id":495,"derived":false},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"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":499,"derived":false},{"id":500,"eClass":"EGenericType"},{"id":501,"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":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"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":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"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":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":1,"id":514,"derived":false},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":520,"derived":false},{"container":false,"ordered":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":521,"derived":false},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":525,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":526,"derived":false},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":530,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":531,"derived":false},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":535,"derived":false},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"container":false,"ordered":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":538,"derived":false},{"id":539,"eClass":"EGenericType"},{"id":540,"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":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":541,"derived":false},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":1,"id":544,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":546,"derived":false},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"container":false,"ordered":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":551,"derived":false},{"container":false,"ordered":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":552,"derived":false},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"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":"values","changeable":true,"resolveProxies":true,"lowerBound":2,"id":556,"derived":false},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"linterval","changeable":true,"lowerBound":1,"iD":false,"id":559,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lrange","changeable":true,"resolveProxies":true,"lowerBound":1,"id":560,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rrange","changeable":true,"resolveProxies":true,"lowerBound":1,"id":561,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rinterval","changeable":true,"lowerBound":1,"iD":false,"id":562,"derived":false},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"resolveProxies":true,"lowerBound":1,"id":568,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":569,"derived":false},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"receiver","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":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":1,"id":575,"derived":false},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":579,"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":1,"id":580,"derived":false},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":584,"derived":false},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":587,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":588,"derived":false},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"resolveProxies":true,"lowerBound":1,"id":595,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"resolveProxies":true,"lowerBound":1,"id":596,"derived":false},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"resolveProxies":true,"lowerBound":1,"id":600,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rows","changeable":true,"resolveProxies":true,"lowerBound":1,"id":601,"derived":false},{"container":false,"ordered":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":602,"derived":false},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"id":606,"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":"definitions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":607,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"record","changeable":true,"resolveProxies":true,"lowerBound":1,"id":608,"derived":false},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":612,"derived":false},{"container":false,"ordered":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":613,"derived":false},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":1,"id":618,"derived":false},{"id":619,"eClass":"EGenericType"},{"id":620,"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":"values","changeable":true,"resolveProxies":true,"lowerBound":1,"id":621,"derived":false},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"container":false,"ordered":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":624,"derived":false},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"container":false,"ordered":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":627,"derived":false},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":1,"target":0},{"source":1,"target":147},{"source":1,"target":148},{"source":147,"target":149},{"source":147,"target":1},{"source":148,"target":3},{"source":148,"target":150},{"source":148,"target":1},{"source":150,"target":3},{"source":2,"target":0},{"source":2,"target":1},{"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":151,"target":33},{"source":151,"target":160},{"source":151,"target":2},{"source":160,"target":33},{"source":152,"target":36},{"source":152,"target":161},{"source":152,"target":2},{"source":161,"target":36},{"source":153,"target":5},{"source":153,"target":162},{"source":153,"target":2},{"source":162,"target":5},{"source":154,"target":40},{"source":154,"target":163},{"source":154,"target":2},{"source":163,"target":40},{"source":155,"target":59},{"source":155,"target":164},{"source":155,"target":2},{"source":164,"target":59},{"source":156,"target":62},{"source":156,"target":165},{"source":156,"target":2},{"source":165,"target":62},{"source":157,"target":30},{"source":157,"target":166},{"source":157,"target":2},{"source":166,"target":30},{"source":158,"target":26},{"source":158,"target":167},{"source":158,"target":2},{"source":167,"target":26},{"source":159,"target":1},{"source":3,"target":0},{"source":3,"target":168},{"source":168,"target":169},{"source":168,"target":3},{"source":4,"target":0},{"source":4,"target":170},{"source":170,"target":171},{"source":170,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":172},{"source":172,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":173},{"source":173,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":174},{"source":7,"target":175},{"source":174,"target":8},{"source":174,"target":176},{"source":174,"target":7},{"source":176,"target":8},{"source":175,"target":5},{"source":8,"target":0},{"source":8,"target":10},{"source":8,"target":135},{"source":8,"target":177},{"source":8,"target":178},{"source":177,"target":10},{"source":178,"target":135},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":179},{"source":9,"target":180},{"source":179,"target":14},{"source":179,"target":181},{"source":179,"target":9},{"source":181,"target":14},{"source":180,"target":4},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":182},{"source":182,"target":9},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":183},{"source":11,"target":184},{"source":183,"target":12},{"source":183,"target":185},{"source":183,"target":11},{"source":185,"target":12},{"source":184,"target":5},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":135},{"source":12,"target":186},{"source":12,"target":187},{"source":12,"target":188},{"source":186,"target":14},{"source":186,"target":189},{"source":186,"target":12},{"source":189,"target":14},{"source":187,"target":5},{"source":188,"target":135},{"source":13,"target":0},{"source":13,"target":5},{"source":13,"target":190},{"source":13,"target":191},{"source":190,"target":14},{"source":190,"target":192},{"source":190,"target":13},{"source":192,"target":14},{"source":191,"target":5},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":193},{"source":15,"target":194},{"source":193,"target":14},{"source":193,"target":195},{"source":193,"target":15},{"source":195,"target":14},{"source":194,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":196},{"source":16,"target":197},{"source":16,"target":198},{"source":196,"target":14},{"source":196,"target":199},{"source":196,"target":16},{"source":199,"target":14},{"source":197,"target":14},{"source":197,"target":200},{"source":197,"target":16},{"source":200,"target":14},{"source":198,"target":14},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":201},{"source":201,"target":16},{"source":18,"target":0},{"source":18,"target":14},{"source":18,"target":202},{"source":18,"target":203},{"source":202,"target":14},{"source":202,"target":204},{"source":202,"target":18},{"source":204,"target":14},{"source":203,"target":14},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":205},{"source":205,"target":18},{"source":20,"target":0},{"source":20,"target":14},{"source":20,"target":206},{"source":20,"target":207},{"source":206,"target":5},{"source":206,"target":208},{"source":206,"target":20},{"source":208,"target":5},{"source":207,"target":14},{"source":21,"target":0},{"source":21,"target":14},{"source":21,"target":209},{"source":21,"target":210},{"source":209,"target":211},{"source":209,"target":21},{"source":210,"target":14},{"source":22,"target":0},{"source":22,"target":212},{"source":22,"target":213},{"source":212,"target":23},{"source":212,"target":214},{"source":212,"target":22},{"source":214,"target":23},{"source":213,"target":24},{"source":213,"target":215},{"source":213,"target":22},{"source":215,"target":24},{"source":23,"target":0},{"source":23,"target":216},{"source":23,"target":217},{"source":216,"target":23},{"source":217,"target":23},{"source":24,"target":0},{"source":24,"target":9},{"source":24,"target":10},{"source":24,"target":142},{"source":24,"target":218},{"source":24,"target":219},{"source":24,"target":220},{"source":24,"target":221},{"source":24,"target":222},{"source":218,"target":74},{"source":218,"target":223},{"source":218,"target":24},{"source":223,"target":74},{"source":219,"target":23},{"source":219,"target":224},{"source":219,"target":24},{"source":224,"target":23},{"source":220,"target":9},{"source":221,"target":10},{"source":222,"target":142},{"source":25,"target":0},{"source":25,"target":4},{"source":25,"target":225},{"source":25,"target":226},{"source":25,"target":227},{"source":225,"target":14},{"source":225,"target":228},{"source":225,"target":25},{"source":228,"target":14},{"source":226,"target":229},{"source":226,"target":25},{"source":227,"target":4},{"source":26,"target":0},{"source":26,"target":9},{"source":26,"target":135},{"source":26,"target":230},{"source":26,"target":231},{"source":26,"target":232},{"source":26,"target":233},{"source":26,"target":234},{"source":230,"target":27},{"source":230,"target":235},{"source":230,"target":26},{"source":235,"target":27},{"source":231,"target":74},{"source":231,"target":236},{"source":231,"target":26},{"source":236,"target":74},{"source":232,"target":74},{"source":232,"target":237},{"source":232,"target":26},{"source":237,"target":74},{"source":233,"target":9},{"source":234,"target":135},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":238},{"source":238,"target":24},{"source":28,"target":0},{"source":28,"target":4},{"source":28,"target":239},{"source":28,"target":240},{"source":28,"target":241},{"source":28,"target":242},{"source":28,"target":243},{"source":239,"target":244},{"source":239,"target":28},{"source":240,"target":27},{"source":240,"target":245},{"source":240,"target":28},{"source":245,"target":27},{"source":241,"target":74},{"source":241,"target":246},{"source":241,"target":28},{"source":246,"target":74},{"source":242,"target":74},{"source":242,"target":247},{"source":242,"target":28},{"source":247,"target":74},{"source":243,"target":4},{"source":29,"target":0},{"source":29,"target":4},{"source":29,"target":134},{"source":29,"target":248},{"source":29,"target":249},{"source":248,"target":4},{"source":249,"target":134},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":28},{"source":30,"target":42},{"source":30,"target":250},{"source":30,"target":251},{"source":30,"target":252},{"source":250,"target":29},{"source":251,"target":28},{"source":252,"target":42},{"source":31,"target":0},{"source":32,"target":0},{"source":32,"target":29},{"source":32,"target":31},{"source":32,"target":253},{"source":32,"target":254},{"source":32,"target":255},{"source":253,"target":30},{"source":253,"target":256},{"source":253,"target":32},{"source":256,"target":30},{"source":254,"target":29},{"source":255,"target":31},{"source":33,"target":0},{"source":33,"target":4},{"source":33,"target":34},{"source":33,"target":257},{"source":33,"target":258},{"source":257,"target":4},{"source":258,"target":34},{"source":34,"target":0},{"source":34,"target":259},{"source":34,"target":260},{"source":34,"target":261},{"source":34,"target":262},{"source":259,"target":22},{"source":259,"target":263},{"source":259,"target":34},{"source":263,"target":22},{"source":260,"target":28},{"source":260,"target":264},{"source":260,"target":34},{"source":264,"target":28},{"source":261,"target":25},{"source":261,"target":265},{"source":261,"target":34},{"source":265,"target":25},{"source":262,"target":43},{"source":262,"target":266},{"source":262,"target":34},{"source":266,"target":43},{"source":35,"target":0},{"source":35,"target":4},{"source":35,"target":134},{"source":35,"target":267},{"source":35,"target":268},{"source":267,"target":4},{"source":268,"target":134},{"source":36,"target":0},{"source":36,"target":37},{"source":36,"target":35},{"source":36,"target":269},{"source":36,"target":270},{"source":269,"target":37},{"source":270,"target":35},{"source":37,"target":0},{"source":37,"target":34},{"source":37,"target":271},{"source":37,"target":272},{"source":37,"target":273},{"source":37,"target":274},{"source":271,"target":33},{"source":271,"target":275},{"source":271,"target":37},{"source":275,"target":33},{"source":272,"target":33},{"source":272,"target":276},{"source":272,"target":37},{"source":276,"target":33},{"source":273,"target":33},{"source":273,"target":277},{"source":273,"target":37},{"source":277,"target":33},{"source":274,"target":34},{"source":38,"target":0},{"source":38,"target":35},{"source":38,"target":31},{"source":38,"target":278},{"source":38,"target":279},{"source":38,"target":280},{"source":278,"target":36},{"source":278,"target":281},{"source":278,"target":38},{"source":281,"target":36},{"source":279,"target":35},{"source":280,"target":31},{"source":39,"target":0},{"source":39,"target":4},{"source":39,"target":134},{"source":39,"target":282},{"source":39,"target":283},{"source":282,"target":4},{"source":283,"target":134},{"source":40,"target":0},{"source":40,"target":42},{"source":40,"target":39},{"source":40,"target":284},{"source":40,"target":285},{"source":284,"target":42},{"source":285,"target":39},{"source":41,"target":0},{"source":41,"target":39},{"source":41,"target":31},{"source":41,"target":286},{"source":41,"target":287},{"source":41,"target":288},{"source":286,"target":40},{"source":286,"target":289},{"source":286,"target":41},{"source":289,"target":40},{"source":287,"target":39},{"source":288,"target":31},{"source":42,"target":0},{"source":42,"target":37},{"source":42,"target":44},{"source":42,"target":290},{"source":42,"target":291},{"source":290,"target":37},{"source":291,"target":44},{"source":43,"target":0},{"source":43,"target":4},{"source":43,"target":292},{"source":292,"target":4},{"source":44,"target":0},{"source":44,"target":293},{"source":44,"target":294},{"source":293,"target":45},{"source":293,"target":295},{"source":293,"target":44},{"source":295,"target":45},{"source":294,"target":51},{"source":294,"target":296},{"source":294,"target":44},{"source":296,"target":51},{"source":45,"target":0},{"source":45,"target":4},{"source":45,"target":297},{"source":297,"target":4},{"source":46,"target":0},{"source":46,"target":45},{"source":46,"target":298},{"source":298,"target":45},{"source":47,"target":0},{"source":47,"target":46},{"source":47,"target":299},{"source":299,"target":46},{"source":48,"target":0},{"source":48,"target":45},{"source":48,"target":44},{"source":48,"target":300},{"source":48,"target":301},{"source":48,"target":302},{"source":300,"target":54},{"source":300,"target":303},{"source":300,"target":48},{"source":303,"target":54},{"source":301,"target":45},{"source":302,"target":44},{"source":49,"target":0},{"source":49,"target":48},{"source":49,"target":304},{"source":304,"target":48},{"source":50,"target":0},{"source":50,"target":46},{"source":50,"target":305},{"source":305,"target":46},{"source":51,"target":0},{"source":51,"target":4},{"source":51,"target":306},{"source":51,"target":307},{"source":51,"target":308},{"source":51,"target":309},{"source":51,"target":310},{"source":51,"target":311},{"source":51,"target":312},{"source":51,"target":313},{"source":51,"target":314},{"source":306,"target":45},{"source":306,"target":315},{"source":306,"target":51},{"source":315,"target":45},{"source":307,"target":45},{"source":307,"target":316},{"source":307,"target":51},{"source":316,"target":45},{"source":308,"target":52},{"source":308,"target":317},{"source":308,"target":51},{"source":317,"target":52},{"source":309,"target":74},{"source":309,"target":318},{"source":309,"target":51},{"source":318,"target":74},{"source":310,"target":74},{"source":310,"target":319},{"source":310,"target":51},{"source":319,"target":74},{"source":311,"target":63},{"source":311,"target":320},{"source":311,"target":51},{"source":320,"target":63},{"source":312,"target":74},{"source":312,"target":321},{"source":312,"target":51},{"source":321,"target":74},{"source":313,"target":73},{"source":313,"target":322},{"source":313,"target":51},{"source":322,"target":73},{"source":314,"target":4},{"source":52,"target":0},{"source":52,"target":323},{"source":52,"target":324},{"source":52,"target":325},{"source":52,"target":326},{"source":52,"target":327},{"source":52,"target":328},{"source":323,"target":25},{"source":323,"target":329},{"source":323,"target":52},{"source":329,"target":25},{"source":324,"target":24},{"source":324,"target":330},{"source":324,"target":52},{"source":330,"target":24},{"source":325,"target":74},{"source":325,"target":331},{"source":325,"target":52},{"source":331,"target":74},{"source":326,"target":24},{"source":326,"target":332},{"source":326,"target":52},{"source":332,"target":24},{"source":327,"target":74},{"source":327,"target":333},{"source":327,"target":52},{"source":333,"target":74},{"source":328,"target":53},{"source":328,"target":334},{"source":328,"target":52},{"source":334,"target":53},{"source":53,"target":0},{"source":53,"target":335},{"source":53,"target":336},{"source":53,"target":337},{"source":53,"target":338},{"source":335,"target":53},{"source":336,"target":53},{"source":337,"target":53},{"source":338,"target":53},{"source":54,"target":0},{"source":54,"target":339},{"source":339,"target":63},{"source":339,"target":340},{"source":339,"target":54},{"source":340,"target":63},{"source":55,"target":0},{"source":55,"target":54},{"source":55,"target":341},{"source":341,"target":54},{"source":56,"target":0},{"source":56,"target":54},{"source":56,"target":342},{"source":342,"target":54},{"source":57,"target":0},{"source":57,"target":54},{"source":57,"target":343},{"source":343,"target":54},{"source":58,"target":0},{"source":58,"target":4},{"source":58,"target":134},{"source":58,"target":344},{"source":58,"target":345},{"source":344,"target":4},{"source":345,"target":134},{"source":59,"target":0},{"source":59,"target":37},{"source":59,"target":58},{"source":59,"target":346},{"source":59,"target":347},{"source":59,"target":348},{"source":59,"target":349},{"source":59,"target":350},{"source":346,"target":39},{"source":346,"target":351},{"source":346,"target":59},{"source":351,"target":39},{"source":347,"target":29},{"source":347,"target":352},{"source":347,"target":59},{"source":352,"target":29},{"source":348,"target":60},{"source":348,"target":353},{"source":348,"target":59},{"source":353,"target":60},{"source":349,"target":37},{"source":350,"target":58},{"source":60,"target":0},{"source":60,"target":354},{"source":60,"target":355},{"source":60,"target":356},{"source":60,"target":357},{"source":60,"target":358},{"source":60,"target":359},{"source":354,"target":134},{"source":354,"target":360},{"source":354,"target":60},{"source":360,"target":134},{"source":355,"target":134},{"source":355,"target":361},{"source":355,"target":60},{"source":361,"target":134},{"source":356,"target":25},{"source":356,"target":362},{"source":356,"target":60},{"source":362,"target":25},{"source":357,"target":25},{"source":357,"target":363},{"source":357,"target":60},{"source":363,"target":25},{"source":358,"target":364},{"source":358,"target":60},{"source":359,"target":365},{"source":359,"target":60},{"source":61,"target":0},{"source":61,"target":58},{"source":61,"target":366},{"source":61,"target":367},{"source":366,"target":59},{"source":366,"target":368},{"source":366,"target":61},{"source":368,"target":59},{"source":367,"target":58},{"source":62,"target":0},{"source":62,"target":4},{"source":62,"target":369},{"source":62,"target":370},{"source":62,"target":371},{"source":369,"target":60},{"source":369,"target":372},{"source":369,"target":62},{"source":372,"target":60},{"source":370,"target":134},{"source":370,"target":373},{"source":370,"target":62},{"source":373,"target":134},{"source":371,"target":4},{"source":63,"target":0},{"source":64,"target":0},{"source":64,"target":63},{"source":64,"target":374},{"source":64,"target":375},{"source":64,"target":376},{"source":374,"target":63},{"source":374,"target":377},{"source":374,"target":64},{"source":377,"target":63},{"source":375,"target":74},{"source":375,"target":378},{"source":375,"target":64},{"source":378,"target":74},{"source":376,"target":63},{"source":65,"target":0},{"source":65,"target":63},{"source":65,"target":379},{"source":65,"target":380},{"source":379,"target":74},{"source":379,"target":381},{"source":379,"target":65},{"source":381,"target":74},{"source":380,"target":63},{"source":66,"target":0},{"source":66,"target":63},{"source":66,"target":382},{"source":382,"target":63},{"source":67,"target":0},{"source":67,"target":63},{"source":67,"target":383},{"source":67,"target":384},{"source":67,"target":385},{"source":67,"target":386},{"source":383,"target":74},{"source":383,"target":387},{"source":383,"target":67},{"source":387,"target":74},{"source":384,"target":63},{"source":384,"target":388},{"source":384,"target":67},{"source":388,"target":63},{"source":385,"target":63},{"source":385,"target":389},{"source":385,"target":67},{"source":389,"target":63},{"source":386,"target":63},{"source":68,"target":0},{"source":68,"target":63},{"source":68,"target":390},{"source":68,"target":391},{"source":68,"target":392},{"source":390,"target":130},{"source":390,"target":393},{"source":390,"target":68},{"source":393,"target":130},{"source":391,"target":74},{"source":391,"target":394},{"source":391,"target":68},{"source":394,"target":74},{"source":392,"target":63},{"source":69,"target":0},{"source":69,"target":63},{"source":69,"target":395},{"source":69,"target":396},{"source":395,"target":52},{"source":395,"target":397},{"source":395,"target":69},{"source":397,"target":52},{"source":396,"target":63},{"source":70,"target":0},{"source":70,"target":63},{"source":70,"target":398},{"source":70,"target":399},{"source":398,"target":63},{"source":398,"target":400},{"source":398,"target":70},{"source":400,"target":63},{"source":399,"target":63},{"source":71,"target":0},{"source":71,"target":63},{"source":71,"target":401},{"source":71,"target":402},{"source":401,"target":63},{"source":401,"target":403},{"source":401,"target":71},{"source":403,"target":63},{"source":402,"target":63},{"source":72,"target":0},{"source":72,"target":63},{"source":72,"target":404},{"source":72,"target":405},{"source":72,"target":406},{"source":404,"target":28},{"source":404,"target":407},{"source":404,"target":72},{"source":407,"target":28},{"source":405,"target":74},{"source":405,"target":408},{"source":405,"target":72},{"source":408,"target":74},{"source":406,"target":63},{"source":73,"target":0},{"source":73,"target":63},{"source":73,"target":409},{"source":73,"target":410},{"source":409,"target":43},{"source":409,"target":411},{"source":409,"target":73},{"source":411,"target":43},{"source":410,"target":63},{"source":74,"target":0},{"source":75,"target":0},{"source":75,"target":74},{"source":75,"target":412},{"source":412,"target":74},{"source":76,"target":0},{"source":76,"target":74},{"source":76,"target":413},{"source":76,"target":414},{"source":76,"target":415},{"source":413,"target":74},{"source":413,"target":416},{"source":413,"target":76},{"source":416,"target":74},{"source":414,"target":74},{"source":414,"target":417},{"source":414,"target":76},{"source":417,"target":74},{"source":415,"target":74},{"source":77,"target":0},{"source":77,"target":74},{"source":77,"target":418},{"source":77,"target":419},{"source":418,"target":43},{"source":418,"target":420},{"source":418,"target":77},{"source":420,"target":43},{"source":419,"target":74},{"source":78,"target":0},{"source":78,"target":74},{"source":78,"target":421},{"source":78,"target":422},{"source":421,"target":48},{"source":421,"target":423},{"source":421,"target":78},{"source":423,"target":48},{"source":422,"target":74},{"source":79,"target":0},{"source":79,"target":74},{"source":79,"target":424},{"source":79,"target":425},{"source":79,"target":426},{"source":424,"target":74},{"source":424,"target":427},{"source":424,"target":79},{"source":427,"target":74},{"source":425,"target":74},{"source":425,"target":428},{"source":425,"target":79},{"source":428,"target":74},{"source":426,"target":74},{"source":80,"target":0},{"source":80,"target":79},{"source":80,"target":429},{"source":429,"target":79},{"source":81,"target":0},{"source":81,"target":79},{"source":81,"target":430},{"source":430,"target":79},{"source":82,"target":0},{"source":82,"target":79},{"source":82,"target":431},{"source":431,"target":79},{"source":83,"target":0},{"source":83,"target":74},{"source":83,"target":432},{"source":83,"target":433},{"source":83,"target":434},{"source":83,"target":435},{"source":432,"target":24},{"source":432,"target":436},{"source":432,"target":83},{"source":436,"target":24},{"source":433,"target":74},{"source":433,"target":437},{"source":433,"target":83},{"source":437,"target":74},{"source":434,"target":74},{"source":434,"target":438},{"source":434,"target":83},{"source":438,"target":74},{"source":435,"target":74},{"source":84,"target":0},{"source":84,"target":83},{"source":84,"target":439},{"source":439,"target":83},{"source":85,"target":0},{"source":85,"target":83},{"source":85,"target":440},{"source":85,"target":441},{"source":440,"target":442},{"source":440,"target":85},{"source":441,"target":83},{"source":86,"target":0},{"source":86,"target":74},{"source":86,"target":443},{"source":86,"target":444},{"source":86,"target":445},{"source":86,"target":446},{"source":443,"target":24},{"source":443,"target":447},{"source":443,"target":86},{"source":447,"target":24},{"source":444,"target":74},{"source":444,"target":448},{"source":444,"target":86},{"source":448,"target":74},{"source":445,"target":74},{"source":445,"target":449},{"source":445,"target":86},{"source":449,"target":74},{"source":446,"target":74},{"source":87,"target":0},{"source":87,"target":86},{"source":87,"target":450},{"source":450,"target":86},{"source":88,"target":0},{"source":88,"target":74},{"source":88,"target":451},{"source":88,"target":452},{"source":88,"target":453},{"source":88,"target":454},{"source":451,"target":74},{"source":451,"target":455},{"source":451,"target":88},{"source":455,"target":74},{"source":452,"target":74},{"source":452,"target":456},{"source":452,"target":88},{"source":456,"target":74},{"source":453,"target":74},{"source":453,"target":457},{"source":453,"target":88},{"source":457,"target":74},{"source":454,"target":74},{"source":89,"target":0},{"source":89,"target":4},{"source":89,"target":135},{"source":89,"target":458},{"source":89,"target":459},{"source":89,"target":460},{"source":458,"target":74},{"source":458,"target":461},{"source":458,"target":89},{"source":461,"target":74},{"source":459,"target":4},{"source":460,"target":135},{"source":90,"target":0},{"source":90,"target":74},{"source":90,"target":462},{"source":90,"target":463},{"source":90,"target":464},{"source":462,"target":89},{"source":462,"target":465},{"source":462,"target":90},{"source":465,"target":89},{"source":463,"target":74},{"source":463,"target":466},{"source":463,"target":90},{"source":466,"target":74},{"source":464,"target":74},{"source":91,"target":0},{"source":91,"target":79},{"source":91,"target":467},{"source":467,"target":79},{"source":92,"target":0},{"source":92,"target":74},{"source":92,"target":468},{"source":92,"target":469},{"source":468,"target":74},{"source":468,"target":470},{"source":468,"target":92},{"source":470,"target":74},{"source":469,"target":74},{"source":93,"target":0},{"source":93,"target":74},{"source":93,"target":471},{"source":93,"target":472},{"source":93,"target":473},{"source":471,"target":74},{"source":471,"target":474},{"source":471,"target":93},{"source":474,"target":74},{"source":472,"target":74},{"source":472,"target":475},{"source":472,"target":93},{"source":475,"target":74},{"source":473,"target":74},{"source":94,"target":0},{"source":94,"target":74},{"source":94,"target":476},{"source":94,"target":477},{"source":476,"target":14},{"source":476,"target":478},{"source":476,"target":94},{"source":478,"target":14},{"source":477,"target":74},{"source":95,"target":0},{"source":95,"target":79},{"source":95,"target":479},{"source":479,"target":79},{"source":96,"target":0},{"source":96,"target":79},{"source":96,"target":480},{"source":480,"target":79},{"source":97,"target":0},{"source":97,"target":79},{"source":97,"target":481},{"source":481,"target":79},{"source":98,"target":0},{"source":98,"target":79},{"source":98,"target":482},{"source":482,"target":79},{"source":99,"target":0},{"source":99,"target":79},{"source":99,"target":483},{"source":483,"target":79},{"source":100,"target":0},{"source":100,"target":79},{"source":100,"target":484},{"source":484,"target":79},{"source":101,"target":0},{"source":101,"target":79},{"source":101,"target":485},{"source":485,"target":79},{"source":102,"target":0},{"source":102,"target":79},{"source":102,"target":486},{"source":486,"target":79},{"source":103,"target":0},{"source":103,"target":79},{"source":103,"target":487},{"source":487,"target":79},{"source":104,"target":0},{"source":104,"target":79},{"source":104,"target":488},{"source":488,"target":79},{"source":105,"target":0},{"source":105,"target":79},{"source":105,"target":489},{"source":489,"target":79},{"source":106,"target":0},{"source":106,"target":79},{"source":106,"target":490},{"source":490,"target":79},{"source":107,"target":0},{"source":107,"target":74},{"source":107,"target":491},{"source":107,"target":492},{"source":491,"target":74},{"source":491,"target":493},{"source":491,"target":107},{"source":493,"target":74},{"source":492,"target":74},{"source":108,"target":0},{"source":108,"target":74},{"source":108,"target":494},{"source":108,"target":495},{"source":108,"target":496},{"source":494,"target":74},{"source":494,"target":497},{"source":494,"target":108},{"source":497,"target":74},{"source":495,"target":10},{"source":495,"target":498},{"source":495,"target":108},{"source":498,"target":10},{"source":496,"target":74},{"source":109,"target":0},{"source":109,"target":74},{"source":109,"target":499},{"source":109,"target":500},{"source":499,"target":501},{"source":499,"target":109},{"source":500,"target":74},{"source":110,"target":0},{"source":110,"target":74},{"source":110,"target":502},{"source":110,"target":503},{"source":502,"target":504},{"source":502,"target":110},{"source":503,"target":74},{"source":111,"target":0},{"source":111,"target":74},{"source":111,"target":505},{"source":111,"target":506},{"source":505,"target":507},{"source":505,"target":111},{"source":506,"target":74},{"source":112,"target":0},{"source":112,"target":74},{"source":112,"target":508},{"source":112,"target":509},{"source":508,"target":510},{"source":508,"target":112},{"source":509,"target":74},{"source":113,"target":0},{"source":113,"target":74},{"source":113,"target":511},{"source":113,"target":512},{"source":511,"target":24},{"source":511,"target":513},{"source":511,"target":113},{"source":513,"target":24},{"source":512,"target":74},{"source":114,"target":0},{"source":114,"target":74},{"source":114,"target":514},{"source":114,"target":515},{"source":514,"target":135},{"source":514,"target":516},{"source":514,"target":114},{"source":516,"target":135},{"source":515,"target":74},{"source":115,"target":0},{"source":115,"target":74},{"source":115,"target":517},{"source":517,"target":74},{"source":116,"target":0},{"source":116,"target":74},{"source":116,"target":518},{"source":518,"target":74},{"source":117,"target":0},{"source":117,"target":74},{"source":117,"target":519},{"source":519,"target":74},{"source":118,"target":0},{"source":118,"target":74},{"source":118,"target":520},{"source":118,"target":521},{"source":118,"target":522},{"source":520,"target":74},{"source":520,"target":523},{"source":520,"target":118},{"source":523,"target":74},{"source":521,"target":14},{"source":521,"target":524},{"source":521,"target":118},{"source":524,"target":14},{"source":522,"target":74},{"source":119,"target":0},{"source":119,"target":74},{"source":119,"target":525},{"source":119,"target":526},{"source":119,"target":527},{"source":525,"target":74},{"source":525,"target":528},{"source":525,"target":119},{"source":528,"target":74},{"source":526,"target":14},{"source":526,"target":529},{"source":526,"target":119},{"source":529,"target":14},{"source":527,"target":74},{"source":120,"target":0},{"source":120,"target":74},{"source":120,"target":530},{"source":120,"target":531},{"source":120,"target":532},{"source":530,"target":11},{"source":530,"target":533},{"source":530,"target":120},{"source":533,"target":11},{"source":531,"target":12},{"source":531,"target":534},{"source":531,"target":120},{"source":534,"target":12},{"source":532,"target":74},{"source":121,"target":0},{"source":121,"target":74},{"source":121,"target":535},{"source":121,"target":536},{"source":535,"target":74},{"source":535,"target":537},{"source":535,"target":121},{"source":537,"target":74},{"source":536,"target":74},{"source":122,"target":0},{"source":122,"target":74},{"source":122,"target":538},{"source":122,"target":539},{"source":538,"target":74},{"source":538,"target":540},{"source":538,"target":122},{"source":540,"target":74},{"source":539,"target":74},{"source":123,"target":0},{"source":123,"target":74},{"source":123,"target":541},{"source":123,"target":542},{"source":541,"target":74},{"source":541,"target":543},{"source":541,"target":123},{"source":543,"target":74},{"source":542,"target":74},{"source":124,"target":0},{"source":124,"target":74},{"source":124,"target":544},{"source":124,"target":545},{"source":124,"target":546},{"source":124,"target":547},{"source":544,"target":24},{"source":544,"target":548},{"source":544,"target":124},{"source":548,"target":24},{"source":545,"target":74},{"source":545,"target":549},{"source":545,"target":124},{"source":549,"target":74},{"source":546,"target":74},{"source":546,"target":550},{"source":546,"target":124},{"source":550,"target":74},{"source":547,"target":74},{"source":125,"target":0},{"source":125,"target":74},{"source":125,"target":551},{"source":125,"target":552},{"source":125,"target":553},{"source":551,"target":74},{"source":551,"target":554},{"source":551,"target":125},{"source":554,"target":74},{"source":552,"target":74},{"source":552,"target":555},{"source":552,"target":125},{"source":555,"target":74},{"source":553,"target":74},{"source":126,"target":0},{"source":126,"target":74},{"source":126,"target":556},{"source":126,"target":557},{"source":556,"target":74},{"source":556,"target":558},{"source":556,"target":126},{"source":558,"target":74},{"source":557,"target":74},{"source":127,"target":0},{"source":127,"target":74},{"source":127,"target":559},{"source":127,"target":560},{"source":127,"target":561},{"source":127,"target":562},{"source":127,"target":563},{"source":559,"target":564},{"source":559,"target":127},{"source":560,"target":74},{"source":560,"target":565},{"source":560,"target":127},{"source":565,"target":74},{"source":561,"target":74},{"source":561,"target":566},{"source":561,"target":127},{"source":566,"target":74},{"source":562,"target":567},{"source":562,"target":127},{"source":563,"target":74},{"source":128,"target":0},{"source":128,"target":74},{"source":128,"target":568},{"source":128,"target":569},{"source":128,"target":570},{"source":568,"target":74},{"source":568,"target":571},{"source":568,"target":128},{"source":571,"target":74},{"source":569,"target":74},{"source":569,"target":572},{"source":569,"target":128},{"source":572,"target":74},{"source":570,"target":74},{"source":129,"target":0},{"source":129,"target":74},{"source":129,"target":573},{"source":573,"target":74},{"source":130,"target":0},{"source":131,"target":0},{"source":131,"target":130},{"source":131,"target":574},{"source":131,"target":575},{"source":131,"target":576},{"source":574,"target":130},{"source":574,"target":577},{"source":574,"target":131},{"source":577,"target":130},{"source":575,"target":10},{"source":575,"target":578},{"source":575,"target":131},{"source":578,"target":10},{"source":576,"target":130},{"source":132,"target":0},{"source":132,"target":130},{"source":132,"target":579},{"source":132,"target":580},{"source":132,"target":581},{"source":579,"target":130},{"source":579,"target":582},{"source":579,"target":132},{"source":582,"target":130},{"source":580,"target":74},{"source":580,"target":583},{"source":580,"target":132},{"source":583,"target":74},{"source":581,"target":130},{"source":133,"target":0},{"source":133,"target":130},{"source":133,"target":584},{"source":133,"target":585},{"source":584,"target":142},{"source":584,"target":586},{"source":584,"target":133},{"source":586,"target":142},{"source":585,"target":130},{"source":134,"target":0},{"source":135,"target":0},{"source":136,"target":0},{"source":136,"target":4},{"source":136,"target":587},{"source":136,"target":588},{"source":136,"target":589},{"source":587,"target":74},{"source":587,"target":590},{"source":587,"target":136},{"source":590,"target":74},{"source":588,"target":51},{"source":588,"target":591},{"source":588,"target":136},{"source":591,"target":51},{"source":589,"target":4},{"source":137,"target":0},{"source":137,"target":74},{"source":137,"target":592},{"source":137,"target":593},{"source":592,"target":136},{"source":592,"target":594},{"source":592,"target":137},{"source":594,"target":136},{"source":593,"target":74},{"source":138,"target":0},{"source":138,"target":14},{"source":138,"target":595},{"source":138,"target":596},{"source":138,"target":597},{"source":595,"target":14},{"source":595,"target":598},{"source":595,"target":138},{"source":598,"target":14},{"source":596,"target":74},{"source":596,"target":599},{"source":596,"target":138},{"source":599,"target":74},{"source":597,"target":14},{"source":139,"target":0},{"source":139,"target":14},{"source":139,"target":600},{"source":139,"target":601},{"source":139,"target":602},{"source":139,"target":603},{"source":600,"target":14},{"source":600,"target":604},{"source":600,"target":139},{"source":604,"target":14},{"source":601,"target":74},{"source":601,"target":605},{"source":601,"target":139},{"source":605,"target":74},{"source":602,"target":74},{"source":602,"target":606},{"source":602,"target":139},{"source":606,"target":74},{"source":603,"target":14},{"source":140,"target":0},{"source":140,"target":74},{"source":140,"target":607},{"source":140,"target":608},{"source":140,"target":609},{"source":607,"target":141},{"source":607,"target":610},{"source":607,"target":140},{"source":610,"target":141},{"source":608,"target":7},{"source":608,"target":611},{"source":608,"target":140},{"source":611,"target":7},{"source":609,"target":74},{"source":141,"target":0},{"source":141,"target":612},{"source":141,"target":613},{"source":612,"target":8},{"source":612,"target":614},{"source":612,"target":141},{"source":614,"target":8},{"source":613,"target":74},{"source":613,"target":615},{"source":613,"target":141},{"source":615,"target":74},{"source":142,"target":0},{"source":142,"target":4},{"source":142,"target":135},{"source":142,"target":616},{"source":142,"target":617},{"source":616,"target":4},{"source":617,"target":135},{"source":143,"target":0},{"source":143,"target":74},{"source":143,"target":618},{"source":143,"target":619},{"source":618,"target":74},{"source":618,"target":620},{"source":618,"target":143},{"source":620,"target":74},{"source":619,"target":74},{"source":144,"target":0},{"source":144,"target":74},{"source":144,"target":621},{"source":144,"target":622},{"source":621,"target":143},{"source":621,"target":623},{"source":621,"target":144},{"source":623,"target":143},{"source":622,"target":74},{"source":145,"target":0},{"source":145,"target":74},{"source":145,"target":624},{"source":145,"target":625},{"source":624,"target":74},{"source":624,"target":626},{"source":624,"target":145},{"source":626,"target":74},{"source":625,"target":74},{"source":146,"target":0},{"source":146,"target":74},{"source":146,"target":627},{"source":146,"target":628},{"source":627,"target":74},{"source":627,"target":629},{"source":627,"target":146},{"source":629,"target":74},{"source":628,"target":74}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="fML" nsURI="http://www.xtext.org/example/mydsl/FML" nsPrefix="fML"> <eClassifiers xsi:type="ecore:EClass" name="ViewDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//VirtualModel" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualModel"> <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="#//VMTYPE"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ModelSlots" upperBound="-1" eType="#//ModelSlot" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="EditionPatterns" upperBound="-1" eType="#//EditionPattern" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelSlot"> <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="#//MSTYPE"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" 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="readOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EditionPattern"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superEditionPattern" eType="#//EditionPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="patternRoles" upperBound="-1" eType="#//PatternRole" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="editionSchemes" upperBound="-1" eType="#//EditionScheme" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PatternRole"> <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="#//PRTYPE"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelElement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelSlot" eType="#//ModelSlot"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EditionScheme"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editionSchemeType" eType="#//EditionSchemeType"/> <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="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="editionAction" upperBound="-1" eType="#//EditionAction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EditionSchemeType"> <eLiterals name="creationScheme" literal="CreationScheme"/> <eLiterals name="deletionScheme" value="1" literal="DeletionScheme"/> <eLiterals name="actionScheme" value="2" literal="ActionScheme"/> <eLiterals name="cloningScheme" value="3" literal="CloningScheme"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="widget" eType="#//PRTYPE"/> <eStructuralFeatures xsi:type="ecore:EReference" name="editionPattern" eType="#//EditionPattern"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EditionAction"/> <eClassifiers xsi:type="ecore:EClass" name="BuiltInAction" eSuperTypes="#//EditionAction"/> <eClassifiers xsi:type="ecore:EClass" name="DeclarePatternRole" eSuperTypes="#//BuiltInAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="patternRole" unique="false" upperBound="-1" eType="#//PatternRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" eType="#//Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="add" upperBound="-1" eType="#//AddEMFObjectIndividual" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeleteAction" eSuperTypes="#//BuiltInAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="patternRole" eType="#//PatternRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AddEMFObjectIndividual" eSuperTypes="#//BuiltInAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="editionPattern" eType="#//EditionPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelSlot" eType="#//ModelSlot"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MSTYPE"> <eLiterals name="owl" literal="OWLModelSlot"/> <eLiterals name="diag" value="1" literal="DiagramModelSlot"/> <eLiterals name="emf" value="2" literal="EMFModelSlot"/> <eLiterals name="virtual" value="3" literal="VirtualModelModelSlot"/> <eLiterals name="xsd" value="4" literal="XSDModelSlot"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VMTYPE"> <eLiterals name="DiagSpec" literal="DiagramSpecification"/> <eLiterals name="VM" value="1" literal="VirtualModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PRTYPE"> <eLiterals name="Individual" literal="Individual"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/FML.ecore
ecore
fML ViewDef name uri elements VirtualModel name type uri ModelSlots EditionPatterns ModelSlot name type uri required readOnly EditionPattern name superEditionPattern patternRoles editionSchemes PatternRole name type modelElement modelSlot EditionScheme editionSchemeType name parameter editionAction EditionSchemeType creationScheme CreationScheme deletionScheme DeletionScheme actionScheme ActionScheme cloningScheme CloningScheme Parameter widget editionPattern name EditionAction BuiltInAction DeclarePatternRole patternRole parameter add DeleteAction patternRole AddEMFObjectIndividual editionPattern modelSlot MSTYPE owl OWLModelSlot diag DiagramModelSlot emf EMFModelSlot virtual VirtualModelModelSlot xsd XSDModelSlot VMTYPE DiagSpec DiagramSpecification VM VirtualModel PRTYPE Individual Individual
null
{"directed":true,"nodes":[{"nsPrefix":"fML","nsURI":"http://www.xtext.org/example/mydsl/FML","name":"fML","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewDef","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualModel","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelSlot","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EditionPattern","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternRole","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EditionScheme","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EditionSchemeType","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EditionAction","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuiltInAction","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeclarePatternRole","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteAction","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddEMFObjectIndividual","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MSTYPE","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"VMTYPE","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PRTYPE","instanceClass":null,"id":16,"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":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":"uri","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":"elements","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"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":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":"ModelSlots","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"EditionPatterns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":"type","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readOnly","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superEditionPattern","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":"patternRoles","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":"editionSchemes","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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modelElement","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelSlot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"editionSchemeType","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","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":"editionAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"name":"creationScheme","id":67,"value":0,"literal":"CreationScheme","eClass":"EEnumLiteral"},{"name":"deletionScheme","id":68,"value":1,"literal":"DeletionScheme","eClass":"EEnumLiteral"},{"name":"actionScheme","id":69,"value":2,"literal":"ActionScheme","eClass":"EEnumLiteral"},{"name":"cloningScheme","id":70,"value":3,"literal":"CloningScheme","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"widget","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":false,"unsettable":false,"transient":false,"unique":true,"name":"editionPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":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":"patternRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","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":"add","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"patternRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"editionPattern","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":false,"unsettable":false,"transient":false,"unique":true,"name":"modelSlot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"name":"owl","id":93,"value":0,"literal":"OWLModelSlot","eClass":"EEnumLiteral"},{"name":"diag","id":94,"value":1,"literal":"DiagramModelSlot","eClass":"EEnumLiteral"},{"name":"emf","id":95,"value":2,"literal":"EMFModelSlot","eClass":"EEnumLiteral"},{"name":"virtual","id":96,"value":3,"literal":"VirtualModelModelSlot","eClass":"EEnumLiteral"},{"name":"xsd","id":97,"value":4,"literal":"XSDModelSlot","eClass":"EEnumLiteral"},{"name":"DiagSpec","id":98,"value":0,"literal":"DiagramSpecification","eClass":"EEnumLiteral"},{"name":"VM","id":99,"value":1,"literal":"VirtualModel","eClass":"EEnumLiteral"},{"name":"Individual","id":100,"value":0,"literal":"Individual","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":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":17,"target":20},{"source":17,"target":1},{"source":18,"target":21},{"source":18,"target":1},{"source":19,"target":2},{"source":19,"target":22},{"source":19,"target":1},{"source":22,"target":2},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":23,"target":28},{"source":23,"target":2},{"source":24,"target":15},{"source":24,"target":29},{"source":24,"target":2},{"source":29,"target":15},{"source":25,"target":30},{"source":25,"target":2},{"source":26,"target":3},{"source":26,"target":31},{"source":26,"target":2},{"source":31,"target":3},{"source":27,"target":4},{"source":27,"target":32},{"source":27,"target":2},{"source":32,"target":4},{"source":3,"target":0},{"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":14},{"source":34,"target":39},{"source":34,"target":3},{"source":39,"target":14},{"source":35,"target":40},{"source":35,"target":3},{"source":36,"target":41},{"source":36,"target":3},{"source":37,"target":42},{"source":37,"target":3},{"source":4,"target":0},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":43,"target":47},{"source":43,"target":4},{"source":44,"target":4},{"source":44,"target":48},{"source":44,"target":4},{"source":48,"target":4},{"source":45,"target":5},{"source":45,"target":49},{"source":45,"target":4},{"source":49,"target":5},{"source":46,"target":6},{"source":46,"target":50},{"source":46,"target":4},{"source":50,"target":6},{"source":5,"target":0},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":51,"target":55},{"source":51,"target":5},{"source":52,"target":16},{"source":52,"target":56},{"source":52,"target":5},{"source":56,"target":16},{"source":53,"target":57},{"source":53,"target":5},{"source":54,"target":3},{"source":54,"target":58},{"source":54,"target":5},{"source":58,"target":3},{"source":6,"target":0},{"source":6,"target":59},{"source":6,"target":60},{"source":6,"target":61},{"source":6,"target":62},{"source":59,"target":7},{"source":59,"target":63},{"source":59,"target":6},{"source":63,"target":7},{"source":60,"target":64},{"source":60,"target":6},{"source":61,"target":8},{"source":61,"target":65},{"source":61,"target":6},{"source":65,"target":8},{"source":62,"target":9},{"source":62,"target":66},{"source":62,"target":6},{"source":66,"target":9},{"source":7,"target":0},{"source":7,"target":67},{"source":7,"target":68},{"source":7,"target":69},{"source":7,"target":70},{"source":67,"target":7},{"source":68,"target":7},{"source":69,"target":7},{"source":70,"target":7},{"source":8,"target":0},{"source":8,"target":71},{"source":8,"target":72},{"source":8,"target":73},{"source":71,"target":16},{"source":71,"target":74},{"source":71,"target":8},{"source":74,"target":16},{"source":72,"target":4},{"source":72,"target":75},{"source":72,"target":8},{"source":75,"target":4},{"source":73,"target":76},{"source":73,"target":8},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":77},{"source":77,"target":9},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":78},{"source":11,"target":79},{"source":11,"target":80},{"source":11,"target":81},{"source":78,"target":5},{"source":78,"target":82},{"source":78,"target":11},{"source":82,"target":5},{"source":79,"target":8},{"source":79,"target":83},{"source":79,"target":11},{"source":83,"target":8},{"source":80,"target":13},{"source":80,"target":84},{"source":80,"target":11},{"source":84,"target":13},{"source":81,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":85},{"source":12,"target":86},{"source":85,"target":5},{"source":85,"target":87},{"source":85,"target":12},{"source":87,"target":5},{"source":86,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":88},{"source":13,"target":89},{"source":13,"target":90},{"source":88,"target":4},{"source":88,"target":91},{"source":88,"target":13},{"source":91,"target":4},{"source":89,"target":3},{"source":89,"target":92},{"source":89,"target":13},{"source":92,"target":3},{"source":90,"target":10},{"source":14,"target":0},{"source":14,"target":93},{"source":14,"target":94},{"source":14,"target":95},{"source":14,"target":96},{"source":14,"target":97},{"source":93,"target":14},{"source":94,"target":14},{"source":95,"target":14},{"source":96,"target":14},{"source":97,"target":14},{"source":15,"target":0},{"source":15,"target":98},{"source":15,"target":99},{"source":98,"target":15},{"source":99,"target":15},{"source":16,"target":0},{"source":16,"target":100},{"source":100,"target":16}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="spinefm" nsURI="spinefm.unice.fr" nsPrefix="spinefm"> <eSubpackages name="FMModel" nsURI="fmm.spinefm.unice.fr" nsPrefix="fmm"> <eClassifiers xsi:type="ecore:EClass" name="FeatureModel"> <eOperations name="getStateFT" lowerBound="1" eType="#//FMModel/GroupState"> <eParameters name="feature" lowerBound="1" eType="#//FMModel/Feature"/> </eOperations> <eOperations name="getFeatureFromName" lowerBound="1" eType="#//FMModel/Feature" eExceptions="#//FMModel/exceptions/FeatureNotFoundException"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="addFeature" lowerBound="1"> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="feature" lowerBound="1" eType="#//FMModel/Feature"/> <eParameters name="state" lowerBound="1" eType="#//FMModel/GroupState"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="root" lowerBound="1" eType="#//FMModel/Feature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" ordered="false" upperBound="-1" eType="#//FMModel/Constraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature"> <eOperations name="getAllChildrenFeatures" ordered="false" upperBound="-1" eType="#//FMModel/Feature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false" upperBound="-1" eType="#//FMModel/Group" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Group"> <eOperations name="getAllChildren" ordered="false" upperBound="-1" eType="#//FMModel/Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" ordered="false" lowerBound="1" upperBound="-1" eType="#//FMModel/Feature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" lowerBound="1" eType="#//FMModel/GroupState" defaultValueLiteral="man"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Rule" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GroupState"> <eLiterals name="MANDATORY" literal="man"/> <eLiterals name="OPTIONAL" value="1" literal="opt"/> <eLiterals name="ALTERNATIVE" value="2" literal="xor"/> <eLiterals name="OR" value="3" literal="or"/> <eLiterals name="MUTEX" value="4" literal="mutex"/> </eClassifiers> <eSubpackages name="exceptions" nsURI="exceptions.fmm.spinefm.unice.fr" nsPrefix="fmm.exceptions"> <eClassifiers xsi:type="ecore:EDataType" name="FeatureNotFoundException" instanceClassName="fr.unice.spinefm.FMModel.exceptions.FeatureNotFoundException"/> </eSubpackages> </eSubpackages> <eSubpackages name="MSPLModel" nsURI="msplm.spinefm.unice.fr" nsPrefix="msplm"> <eClassifiers xsi:type="ecore:EClass" name="MultipleSoftwareProductLine"> <eOperations name="getDomainElementByName" lowerBound="1" eType="#//MSPLModel/DomainElement" eExceptions="#//MSPLModel/exceptions/DomainElementNotFoundException"> <eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getValidAssociationsForDEs" ordered="false" upperBound="-1" eType="#//MSPLModel/DEAssociation" eExceptions="#//MSPLModel/exceptions/DEAssociationNotFoundException"> <eParameters name="source" lowerBound="1" eType="#//MSPLModel/DomainElement"/> <eParameters name="target" lowerBound="1" eType="#//MSPLModel/DomainElement"/> </eOperations> <eOperations name="getAssociationByName" eType="#//MSPLModel/DEAssociation" eExceptions="#//MSPLModel/exceptions/DEAssociationNotFoundException"> <eParameters name="assoName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="domainElements" ordered="false" lowerBound="1" upperBound="-1" eType="#//MSPLModel/DomainElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associations" ordered="false" upperBound="-1" eType="#//MSPLModel/DEAssociation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DEAssociation"> <eOperations name="computeActionsToDo" ordered="false" upperBound="-1" eType="#//ActionModel/SystemActionModel/ActionOnFM" eExceptions="#//exceptions/IllegalCallException"> <eParameters name="CPSSource" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> <eParameters name="CPSTarget" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> </eOperations> <eOperations name="createAndAssociateInverseAssociation" eExceptions="#//FMModel/exceptions/FeatureNotFoundException"/> <eOperations name="isLinkBetweenDEs" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="firstExtremity" lowerBound="1" eType="#//MSPLModel/DomainElement"/> <eParameters name="secondExtremity" lowerBound="1" eType="#//MSPLModel/DomainElement"/> </eOperations> <eOperations name="getOppositeExtremity" lowerBound="1" eType="#//MSPLModel/DEAssociationEnd" eExceptions="#//MSPLModel/exceptions/DomainElementNotFoundException"> <eParameters name="source" lowerBound="1" eType="#//MSPLModel/DomainElement"/> </eOperations> <eOperations name="getExtremityOfDE" lowerBound="1" eType="#//MSPLModel/DEAssociationEnd" eExceptions="#//MSPLModel/exceptions/DomainElementNotFoundException"> <eParameters name="de" lowerBound="1" eType="#//MSPLModel/DomainElement"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="restrictionFunction" ordered="false" upperBound="-1" eType="#//RFModel/RestrictionFunction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extremity" lowerBound="2" upperBound="2" eType="#//MSPLModel/DEAssociationEnd" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement"> <eOperations name="respectBoundaries" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="isExactlyOne" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isLowerThanUpperBound" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DEAssociationEnd"> <eStructuralFeatures xsi:type="ecore:EReference" name="LinkMultiplicity" lowerBound="1" eType="#//MSPLModel/MultiplicityElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="apply_on" lowerBound="1" eType="#//MSPLModel/DomainElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DomainElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="MultiplicityElement" lowerBound="1" eType="#//MSPLModel/MultiplicityElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refers_on" lowerBound="1" eType="#//FMModel/FeatureModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="belongs_to" ordered="false" upperBound="-1" eType="#//MSPLModel/DEAssociation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eSubpackages name="exceptions" nsURI="exceptions.msplm.spinefm.unice.fr" nsPrefix="msplm.exceptions"> <eClassifiers xsi:type="ecore:EDataType" name="DomainElementNotFoundException" instanceClassName="fr.unice.spinefm.MSPLModel.exceptions.DomainElementNotFoundException"/> <eClassifiers xsi:type="ecore:EDataType" name="DEAssociationNotFoundException" instanceClassName="fr.unice.spinefm.MSPLModel.exceptions.DEAssociationNotFoundException"/> </eSubpackages> </eSubpackages> <eSubpackages name="ConfigurationModel" nsURI="cm.spinefm.unice.fr" nsPrefix="cm"> <eClassifiers xsi:type="ecore:EClass" name="Configuration"> <eOperations name="canBeLinked" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" eExceptions="#//MSPLModel/exceptions/DomainElementNotFoundException"> <eParameters name="association" lowerBound="1" eType="#//MSPLModel/DEAssociation"/> </eOperations> <eOperations name="getFeatureModel" lowerBound="1" eType="#//FMModel/FeatureModel"/> <eOperations name="getLinkedConfigurationsOfDomainElement" ordered="false" upperBound="-1" eType="#//ConfigurationModel/Configuration" eExceptions="#//ConfigurationModel/exceptions/ConfigNotFoundException"> <eParameters name="de" lowerBound="1" eType="#//MSPLModel/DomainElement"/> </eOperations> <eOperations name="isCompletlyLinked" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" eExceptions="#//ConfigurationModel/exceptions/ConfigNotFoundException #//MSPLModel/exceptions/DomainElementNotFoundException"/> <eOperations name="getAllCPS" lowerBound="1" upperBound="-1" eType="#//ProcessModel/ConfigurationProcessStep"/> <eStructuralFeatures xsi:type="ecore:EReference" name="CPSRef" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep" eOpposite="#//ProcessModel/ConfigurationProcessStep/configuration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="belongs_to" ordered="false" upperBound="-1" eType="#//ConfigurationModel/Link"/> <eStructuralFeatures xsi:type="ecore:EReference" name="state" lowerBound="1" eType="#//RFModel/ConfigurationState"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domainElement" lowerBound="1" eType="#//MSPLModel/DomainElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="clonedCPS" upperBound="-1" eType="#//ProcessModel/ConfigurationProcessStep"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link"> <eOperations name="getAssociatedConfiguration" lowerBound="1" eType="#//ConfigurationModel/Configuration" eExceptions="#//ConfigurationModel/exceptions/ConfigNotFoundException"> <eParameters name="conf" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedAssociation" lowerBound="1" eType="#//MSPLModel/DEAssociation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeConfiguration"> <eOperations name="isValid" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" eExceptions="#//MSPLModel/exceptions/DomainElementNotFoundException"/> <eOperations name="addConfiguration"> <eParameters name="conf" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> </eOperations> <eOperations name="getConfigurationByName" lowerBound="1" eType="#//ConfigurationModel/Configuration" eExceptions="#//ConfigurationModel/exceptions/ConfigNotFoundException"> <eParameters name="confName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="createConfigurationLink" eExceptions="#//ConfigurationModel/exceptions/InvalidAssociationException #//MSPLModel/exceptions/DomainElementNotFoundException"> <eParameters name="confSource" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> <eParameters name="confTarget" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> <eParameters name="asso" lowerBound="1" eType="#//MSPLModel/DEAssociation"/> </eOperations> <eOperations name="getCompatibleConfigurations" ordered="false" upperBound="-1" eType="#//ConfigurationModel/Configuration" eExceptions="#//ConfigurationModel/exceptions/InvalidAssociationException #//exceptions/IllegalCallException #//fmengine/exceptions/FMEngineException #//ProcessModel/exceptions/CPSNotFoundException #//exceptions/ElementNotFoundException"> <eParameters name="confSource" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> <eParameters name="asso" lowerBound="1" eType="#//MSPLModel/DEAssociation"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="subConfigurations" ordered="false" upperBound="-1" eType="#//ConfigurationModel/Configuration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="links" ordered="false" upperBound="-1" eType="#//ConfigurationModel/Link" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mspl" lowerBound="1" eType="#//MSPLModel/MultipleSoftwareProductLine"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eSubpackages name="exceptions" nsURI="exceptions.cm.spinefm.unice.fr" nsPrefix="cm.exceptions"> <eClassifiers xsi:type="ecore:EDataType" name="ConfigNotFoundException" instanceClassName="fr.unice.spinefm.ConfigurationModel.exceptions.ConfigNotFoundException"/> <eClassifiers xsi:type="ecore:EDataType" name="InvalidAssociationException" instanceClassName="fr.unice.spinefm.ConfigurationModel.exceptions.InvalidAssociationException"/> <eClassifiers xsi:type="ecore:EDataType" name="LinkNotFoundException" instanceClassName="fr.unice.spinefm.ConfigurationModel.exceptions.LinkNotFoundException"/> </eSubpackages> </eSubpackages> <eSubpackages name="ProcessModel" nsURI="pm.spinefm.unice.fr" nsPrefix="pm"> <eClassifiers xsi:type="ecore:EClass" name="ConfigurationProcessStep"> <eOperations name="isComplete" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" eExceptions="#//fmengine/exceptions/FMEngineException"/> <eOperations name="alreadyHaveAction" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" eExceptions="#//fmengine/exceptions/FMEngineException"> <eParameters name="a" lowerBound="1" eType="#//ActionModel/SystemActionModel/ActionOnFM"/> </eOperations> <eOperations name="getConfName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="setFMA" eExceptions="#//fmengine/exceptions/FMEngineException"> <eParameters name="fma" lowerBound="1" eType="#//fmengine/FMSpineFMAdapter"/> <eParameters name="step" lowerBound="1" eType="#//HistoryModel/Step"/> </eOperations> <eOperations name="isMergeableWithCPS" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" eExceptions="#//fmengine/exceptions/FMEngineException #//exceptions/IllegalCallException #//exceptions/ElementNotFoundException"> <eParameters name="cps" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> </eOperations> <eOperations name="mergeWithExternalCPS" eExceptions="#//fmengine/exceptions/FMEngineException #//exceptions/ElementNotFoundException"> <eParameters name="confCPS" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> <eParameters name="step" lowerBound="1" eType="#//HistoryModel/Step"/> <eParameters name="cm" lowerBound="1" eType="#//ProcessModel/ContextManager"/> </eOperations> <eOperations name="captureImplicitActions" eExceptions="#//fmengine/exceptions/FMEngineException"> <eParameters name="aof" lowerBound="1" eType="#//ActionModel/SystemActionModel/ActionOnFM"/> <eParameters name="step" lowerBound="1" eType="#//HistoryModel/Step"/> </eOperations> <eOperations name="recordActionDone"> <eParameters name="aof" lowerBound="1" eType="#//ActionModel/SystemActionModel/ActionOnFM"/> <eParameters name="feature" lowerBound="1" eType="#//FMModel/Feature"/> </eOperations> <eOperations name="setFeatureUnselected"> <eParameters name="feature" lowerBound="1" eType="#//FMModel/Feature"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="domainElement" lowerBound="1" eType="#//MSPLModel/DomainElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" lowerBound="1" eType="#//ProcessModel/Context"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configuration" eType="#//ConfigurationModel/Configuration" eOpposite="#//ConfigurationModel/Configuration/CPSRef"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userConfig" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="history" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="state" lowerBound="1" eType="#//RFModel/ConfigurationState" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionsDone" upperBound="-1" eType="#//ActionModel/SystemActionModel/ActionOnFM" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" lowerBound="1" eType="#//ProcessModel/CPSStatus"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Context" abstract="true"> <eOperations name="addCPS"> <eParameters name="cps" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> </eOperations> <eOperations name="getCPSOfDE" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep" eExceptions="#//ProcessModel/exceptions/CPSNotFoundException"> <eParameters name="de" lowerBound="1" eType="#//MSPLModel/DomainElement"/> </eOperations> <eOperations name="mergeExternalCPS" eExceptions="#//fmengine/exceptions/FMEngineException #//exceptions/ElementNotFoundException"> <eParameters name="externalCPS" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> <eParameters name="step" lowerBound="1" eType="#//HistoryModel/Step"/> <eParameters name="cm" lowerBound="1" eType="#//ProcessModel/ContextManager"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="CPS" ordered="false" lowerBound="1" upperBound="-1" eType="#//ProcessModel/ConfigurationProcessStep" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalContext" eSuperTypes="#//ProcessModel/Context"> <eStructuralFeatures xsi:type="ecore:EReference" name="configuration" lowerBound="1" eType="#//ConfigurationModel/CompositeConfiguration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalContext" eSuperTypes="#//ProcessModel/Context"> <eStructuralFeatures xsi:type="ecore:EReference" name="configurations" ordered="false" lowerBound="1" upperBound="-1" eType="#//ConfigurationModel/Configuration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextManager"> <eOperations name="propagate" eExceptions="#//fmengine/exceptions/FMEngineException #//exceptions/IllegalCallException #//ProcessModel/exceptions/CPSNotFoundException #//MSPLModel/exceptions/DomainElementNotFoundException"> <eParameters name="CPS" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> <eParameters name="context" lowerBound="1" eType="#//ProcessModel/Context"/> <eParameters name="step" lowerBound="1" eType="#//HistoryModel/Step"/> </eOperations> <eOperations name="init" eExceptions="#//fmengine/exceptions/FMEngineException #//exceptions/ElementNotFoundException"> <eParameters name="step" lowerBound="1" eType="#//HistoryModel/Step"/> </eOperations> <eOperations name="createNewContext" lowerBound="1" eType="#//ProcessModel/Context" eExceptions="#//fmengine/exceptions/FMEngineException #//exceptions/ElementNotFoundException"> <eParameters name="step" lowerBound="1" eType="#//HistoryModel/Step"/> </eOperations> <eOperations name="getContextFromId" lowerBound="1" eType="#//ProcessModel/Context" eExceptions="#//ProcessModel/exceptions/ContextNotFoundException"> <eParameters name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="cloningExistingContext" lowerBound="1" eType="#//ProcessModel/Context" eExceptions="#//fmengine/exceptions/FMEngineException #//ProcessModel/exceptions/CPSNotFoundException"> <eParameters name="contextSource" lowerBound="1" eType="#//ProcessModel/Context"/> </eOperations> <eOperations name="removeContext"> <eParameters name="context" lowerBound="1" eType="#//ProcessModel/Context"/> </eOperations> <eOperations name="restoreContext"> <eParameters name="context" lowerBound="1" eType="#//ProcessModel/Context"/> </eOperations> <eOperations name="getCPSFromId" eType="#//ProcessModel/ConfigurationProcessStep" eExceptions="#//ProcessModel/exceptions/CPSNotFoundException"> <eParameters name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="mspl" lowerBound="1" eType="#//MSPLModel/MultipleSoftwareProductLine"/> <eStructuralFeatures xsi:type="ecore:EReference" name="globalContext" lowerBound="1" eType="#//ProcessModel/GlobalContext" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localContexts" ordered="false" upperBound="-1" eType="#//ProcessModel/LocalContext" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fma" lowerBound="1" eType="#//fmengine/FMSpineFMAdapter" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="past" lowerBound="1" eType="#//HistoryModel/Past" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeletedContextInformations"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deletedContext" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="replacedBy" eType="#//ProcessModel/Context"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CPSStatus"> <eLiterals name="PartiallyConfigured"/> <eLiterals name="Configured" value="1"/> <eLiterals name="Unconfigurable" value="2"/> </eClassifiers> <eSubpackages name="exceptions" nsURI="exceptions.pm.spinefm.unice.fr" nsPrefix="pm.exceptions"> <eClassifiers xsi:type="ecore:EDataType" name="ContextNotFoundException" instanceClassName="fr.unice.spinefm.ProcessModel.exceptions.ContextNotFoundException"/> <eClassifiers xsi:type="ecore:EDataType" name="FMNotFoundException" instanceClassName="fr.unice.spinefm.ProcessModel.exceptions.FMNotFoundException"/> <eClassifiers xsi:type="ecore:EDataType" name="ContextMergingException" instanceClassName="fr.unice.spinefm.ProcessModel.exceptions.ContextMergingException"/> <eClassifiers xsi:type="ecore:EDataType" name="CPSNotFoundException" instanceClassName="fr.unice.spinefm.ProcessModel.exceptions.CPSNotFoundException"/> </eSubpackages> </eSubpackages> <eSubpackages name="fmengine" nsURI="fmengine.spinefm.unice.fr" nsPrefix="fmengine"> <eClassifiers xsi:type="ecore:EDataType" name="FMSpineFMAdapter" instanceClassName="fr.unice.spinefm.fmengine.FMSpineFMAdapter" serializable="false"/> <eSubpackages name="exceptions" nsURI="exceptions.fmengine.spinefm.unice.fr" nsPrefix="fmengine.exceptions"> <eClassifiers xsi:type="ecore:EDataType" name="FMEngineException" instanceClassName="fr.unice.spinefm.fmengine.exceptions.FMEngineException"/> </eSubpackages> </eSubpackages> <eSubpackages name="exceptions" nsURI="exceptions.spinefm.unice.fr" nsPrefix="exceptions"> <eClassifiers xsi:type="ecore:EDataType" name="IllegalCallException" instanceClassName="fr.unice.spinefm.exceptions.IllegalCallException"/> <eClassifiers xsi:type="ecore:EDataType" name="ElementNotFoundException" instanceClassName="fr.unice.spinefm.exceptions.ElementNotFoundException"/> <eClassifiers xsi:type="ecore:EDataType" name="FatalSpineFMException" instanceClassName="fr.unice.spinefm.exceptions.FatalSpineFMException"/> </eSubpackages> <eSubpackages name="ActionModel" nsURI="action.spinefm.unice.fr" nsPrefix="action"> <eClassifiers xsi:type="ecore:EEnum" name="ActionMode"> <eLiterals name="AUTOMATIC"/> <eLiterals name="MANUAL" value="1"/> <eLiterals name="FM" value="2"/> </eClassifiers> <eSubpackages name="SystemActionModel" nsURI="system.action.spinefm.unice.fr" nsPrefix="systemaction"> <eClassifiers xsi:type="ecore:EClass" name="SystemAction" abstract="true"> <eOperations name="apply" lowerBound="1" eExceptions="#//fmengine/exceptions/FMEngineException #//exceptions/ElementNotFoundException"/> <eOperations name="isSameObject" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="o" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eOperations name="undo" lowerBound="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cpsHistory" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="step" lowerBound="1" eType="#//HistoryModel/Step" transient="true" eOpposite="#//HistoryModel/Step/launchedActions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//ActionModel/ActionMode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionCreateConfiguration" eSuperTypes="#//ActionModel/SystemActionModel/SystemAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="cps" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compconf" lowerBound="1" eType="#//ConfigurationModel/CompositeConfiguration" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionLink" eSuperTypes="#//ActionModel/SystemActionModel/SystemAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="confSource" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="confTarget" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="asso" lowerBound="1" eType="#//MSPLModel/DEAssociation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="link" lowerBound="1" eType="#//ConfigurationModel/Link"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextManager" lowerBound="1" eType="#//ProcessModel/ContextManager"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionCreateContext" eSuperTypes="#//ActionModel/SystemActionModel/SystemAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="contextManager" lowerBound="1" eType="#//ProcessModel/ContextManager"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" lowerBound="1" eType="#//ProcessModel/Context"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionMoveConfiguration" eSuperTypes="#//ActionModel/SystemActionModel/SystemAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="configuration" lowerBound="1" eType="#//ConfigurationModel/Configuration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cpsSource" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cpsTarget" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionDeleteContext" eSuperTypes="#//ActionModel/SystemActionModel/SystemAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="contextManager" lowerBound="1" eType="#//ProcessModel/ContextManager"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" lowerBound="1" eType="#//ProcessModel/Context"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionOnFM" abstract="true" eSuperTypes="#//ActionModel/SystemActionModel/SystemAction"> <eOperations name="cloneAction" lowerBound="1" eType="#//ActionModel/SystemActionModel/ActionOnFM"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fm" lowerBound="1" eType="#//FMModel/FeatureModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cps" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fma" lowerBound="1" eType="#//fmengine/FMSpineFMAdapter" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionSelect" eSuperTypes="#//ActionModel/SystemActionModel/ActionOnFM"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1" eType="#//FMModel/Feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionDeselect" eSuperTypes="#//ActionModel/SystemActionModel/ActionOnFM"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1" eType="#//FMModel/Feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionAddCTConstraint" eSuperTypes="#//ActionModel/SystemActionModel/ActionOnFM"> <eStructuralFeatures xsi:type="ecore:EReference" name="constraint" lowerBound="1" eType="#//FMModel/Constraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionAbstractRename" eSuperTypes="#//ActionModel/SystemActionModel/SystemAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionRenameCPS" eSuperTypes="#//ActionModel/SystemActionModel/ActionAbstractRename"> <eStructuralFeatures xsi:type="ecore:EReference" name="cps" lowerBound="1" eType="#//ProcessModel/ConfigurationProcessStep" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionRenameConfig" eSuperTypes="#//ActionModel/SystemActionModel/ActionAbstractRename"> <eStructuralFeatures xsi:type="ecore:EReference" name="config" lowerBound="1" eType="#//ConfigurationModel/Configuration" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionRenameProduct" eSuperTypes="#//ActionModel/SystemActionModel/ActionAbstractRename"> <eStructuralFeatures xsi:type="ecore:EReference" name="product" lowerBound="1" eType="#//ConfigurationModel/CompositeConfiguration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionSetProductDescription" eSuperTypes="#//ActionModel/SystemActionModel/ActionAbstractRename"> <eStructuralFeatures xsi:type="ecore:EReference" name="product" lowerBound="1" eType="#//ConfigurationModel/CompositeConfiguration"/> </eClassifiers> </eSubpackages> <eSubpackages name="UserActionModel" nsURI="user.action.spinefm.unice.fr" nsPrefix="useraction"> <eClassifiers xsi:type="ecore:EClass" name="UserSelect" eSuperTypes="#//ActionModel/UserActionModel/UserAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domainElementName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contextID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserAction" abstract="true"> <eOperations name="apply" lowerBound="1" eExceptions="#//exceptions/ElementNotFoundException #//exceptions/FatalSpineFMException"/> <eOperations name="initManualAction"> <eParameters name="contextManager" lowerBound="1" eType="#//ProcessModel/ContextManager"/> </eOperations> <eOperations name="getDescription" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="cloneActionWithStringAttributes" lowerBound="1" eType="#//ActionModel/UserActionModel/UserAction"/> <eOperations name="precondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eOperations name="postcondition"/> <eOperations name="transformContextNameToSave" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="contextID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="step" eType="#//HistoryModel/Step" eOpposite="#//HistoryModel/Step/launchingAction"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//ActionModel/ActionMode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextManager" lowerBound="1" eType="#//ProcessModel/ContextManager"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserCreateContext" eSuperTypes="#//ActionModel/UserActionModel/UserAction"/> <eClassifiers xsi:type="ecore:EClass" name="UserDeselect" eSuperTypes="#//ActionModel/UserActionModel/UserAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domainElementName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contextID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserPropagate" eSuperTypes="#//ActionModel/UserActionModel/UserAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domainElementName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contextID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserValidConfiguration" eSuperTypes="#//ActionModel/UserActionModel/UserAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domainElementName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contextID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserLinkConfiguration" eSuperTypes="#//ActionModel/UserActionModel/UserAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="confSourceName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="confTargetName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="assoName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserInit" eSuperTypes="#//ActionModel/UserActionModel/UserAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filePath" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pastPath" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="confDescription" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserGenerate" eSuperTypes="#//ActionModel/UserActionModel/UserAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserSavePast" eSuperTypes="#//ActionModel/UserActionModel/UserAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="destPath" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserRenameElement" eSuperTypes="#//ActionModel/UserActionModel/UserAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elementType" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elementID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserCloneContext" eSuperTypes="#//ActionModel/UserActionModel/UserAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contextID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> </eSubpackages> <eSubpackages name="HistoryModel" nsURI="history.spinefm.unice.fr" nsPrefix="history"> <eClassifiers xsi:type="ecore:EClass" name="Step"> <eOperations name="undoActions"/> <eOperations name="getDescription" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="cloneStepWithoutSystemActions" lowerBound="1" eType="#//HistoryModel/Step"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="launchingAction" lowerBound="1" eType="#//ActionModel/UserActionModel/UserAction" containment="true" eOpposite="#//ActionModel/UserActionModel/UserAction/step"/> <eStructuralFeatures xsi:type="ecore:EReference" name="launchedActions" upperBound="-1" eType="#//ActionModel/SystemActionModel/SystemAction" transient="true" containment="true" eOpposite="#//ActionModel/SystemActionModel/SystemAction/step"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Past"> <eOperations name="createStep" lowerBound="1" eType="#//HistoryModel/Step"> <eParameters name="action" lowerBound="1" eType="#//ActionModel/UserActionModel/UserAction"/> </eOperations> <eOperations name="undoLastAction"/> <eOperations name="clonePastWithoutSystemActions" lowerBound="1" eType="#//HistoryModel/Past"/> <eOperations name="undoAction"> <eParameters name="step" lowerBound="1" eType="#//HistoryModel/Step"/> </eOperations> <eOperations name="getStepFromId" lowerBound="1" eType="#//HistoryModel/Step"> <eParameters name="stepId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="steps" upperBound="-1" eType="#//HistoryModel/Step" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="deletedContext" upperBound="-1" eType="#//ProcessModel/LocalContext" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rootPath" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelPath" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> <eSubpackages name="RFModel" nsURI="rf.spinefm.unice.fr" nsPrefix="rf"> <eClassifiers xsi:type="ecore:EClass" name="RestrictionFunction"> <eOperations name="createAndAssociateInverseRestFunc" eType="#//RFModel/RestrictionFunction" eExceptions="#//FMModel/exceptions/FeatureNotFoundException"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" ordered="false" lowerBound="1" upperBound="-1" eType="#//RFModel/Rule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inverse" lowerBound="1" eType="#//RFModel/RestrictionFunction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//MSPLModel/DomainElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//MSPLModel/DomainElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfigurationState"> <eOperations name="isIncludedIn" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="otherState" lowerBound="1" eType="#//RFModel/ConfigurationState"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="selectedFeatures" ordered="false" lowerBound="1" upperBound="-1" eType="#//FMModel/Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="deselectedFeatures" ordered="false" upperBound="-1" eType="#//FMModel/Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fm" lowerBound="1" eType="#//FMModel/FeatureModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule"> <eOperations name="createInverseRule" lowerBound="1" eType="#//RFModel/Rule" eExceptions="#//FMModel/exceptions/FeatureNotFoundException"/> <eStructuralFeatures xsi:type="ecore:EReference" name="action" lowerBound="1" eType="#//ActionModel/SystemActionModel/ActionOnFM" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="state" lowerBound="1" eType="#//RFModel/ConfigurationState" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/surli/spinefm/spinefm-eclipseplugins-root/spinefm-core/model/MetamodelSpineFM.ecore
ecore
spinefm FMModel FeatureModel getStateFT feature getFeatureFromName name addFeature name feature state root constraints id name Feature getAllChildrenFeatures id name children Group getAllChildren features state man Constraint Rule GroupState MANDATORY man OPTIONAL opt ALTERNATIVE xor OR or MUTEX mutex exceptions FeatureNotFoundException fr.unice.spinefm.FMModel.exceptions.FeatureNotFoundException fr.unice.spinefm.FMModel.exceptions.FeatureNotFoundException MSPLModel MultipleSoftwareProductLine getDomainElementByName name getValidAssociationsForDEs source target getAssociationByName assoName domainElements associations id DEAssociation computeActionsToDo CPSSource CPSTarget createAndAssociateInverseAssociation isLinkBetweenDEs firstExtremity secondExtremity getOppositeExtremity source getExtremityOfDE de restrictionFunction extremity id MultiplicityElement respectBoundaries value isExactlyOne isLowerThanUpperBound value lowerBound upperBound id DEAssociationEnd LinkMultiplicity apply_on id DomainElement MultiplicityElement refers_on belongs_to id exceptions DomainElementNotFoundException fr.unice.spinefm.MSPLModel.exceptions.DomainElementNotFoundException fr.unice.spinefm.MSPLModel.exceptions.DomainElementNotFoundException DEAssociationNotFoundException fr.unice.spinefm.MSPLModel.exceptions.DEAssociationNotFoundException fr.unice.spinefm.MSPLModel.exceptions.DEAssociationNotFoundException ConfigurationModel Configuration canBeLinked association getFeatureModel getLinkedConfigurationsOfDomainElement de isCompletlyLinked getAllCPS CPSRef id belongs_to state description domainElement clonedCPS Link getAssociatedConfiguration conf source relatedAssociation target id CompositeConfiguration isValid addConfiguration conf getConfigurationByName confName createConfigurationLink confSource confTarget asso getCompatibleConfigurations confSource asso subConfigurations links name mspl description exceptions ConfigNotFoundException fr.unice.spinefm.ConfigurationModel.exceptions.ConfigNotFoundException fr.unice.spinefm.ConfigurationModel.exceptions.ConfigNotFoundException InvalidAssociationException fr.unice.spinefm.ConfigurationModel.exceptions.InvalidAssociationException fr.unice.spinefm.ConfigurationModel.exceptions.InvalidAssociationException LinkNotFoundException fr.unice.spinefm.ConfigurationModel.exceptions.LinkNotFoundException fr.unice.spinefm.ConfigurationModel.exceptions.LinkNotFoundException ProcessModel ConfigurationProcessStep isComplete alreadyHaveAction a getConfName setFMA fma step isMergeableWithCPS cps mergeWithExternalCPS confCPS step cm captureImplicitActions aof step recordActionDone aof feature setFeatureUnselected feature domainElement id description context configuration userConfig history state actionsDone status Context addCPS cps getCPSOfDE de mergeExternalCPS externalCPS step cm CPS id GlobalContext configuration LocalContext configurations ContextManager propagate CPS context step init step createNewContext step getContextFromId id cloningExistingContext contextSource removeContext context restoreContext context getCPSFromId id mspl globalContext localContexts fma past id DeletedContextInformations deletedContext replacedBy CPSStatus PartiallyConfigured PartiallyConfigured Configured Configured Unconfigurable Unconfigurable exceptions ContextNotFoundException fr.unice.spinefm.ProcessModel.exceptions.ContextNotFoundException fr.unice.spinefm.ProcessModel.exceptions.ContextNotFoundException FMNotFoundException fr.unice.spinefm.ProcessModel.exceptions.FMNotFoundException fr.unice.spinefm.ProcessModel.exceptions.FMNotFoundException ContextMergingException fr.unice.spinefm.ProcessModel.exceptions.ContextMergingException fr.unice.spinefm.ProcessModel.exceptions.ContextMergingException CPSNotFoundException fr.unice.spinefm.ProcessModel.exceptions.CPSNotFoundException fr.unice.spinefm.ProcessModel.exceptions.CPSNotFoundException fmengine FMSpineFMAdapter fr.unice.spinefm.fmengine.FMSpineFMAdapter fr.unice.spinefm.fmengine.FMSpineFMAdapter exceptions FMEngineException fr.unice.spinefm.fmengine.exceptions.FMEngineException fr.unice.spinefm.fmengine.exceptions.FMEngineException exceptions IllegalCallException fr.unice.spinefm.exceptions.IllegalCallException fr.unice.spinefm.exceptions.IllegalCallException ElementNotFoundException fr.unice.spinefm.exceptions.ElementNotFoundException fr.unice.spinefm.exceptions.ElementNotFoundException FatalSpineFMException fr.unice.spinefm.exceptions.FatalSpineFMException fr.unice.spinefm.exceptions.FatalSpineFMException ActionModel ActionMode AUTOMATIC AUTOMATIC MANUAL MANUAL FM FM SystemActionModel SystemAction apply isSameObject o undo cpsHistory step type ActionCreateConfiguration cps compconf ActionLink confSource confTarget asso link contextManager ActionCreateContext contextManager context ActionMoveConfiguration configuration cpsSource cpsTarget ActionDeleteContext contextManager context ActionOnFM cloneAction fm cps fma ActionSelect feature ActionDeselect feature ActionAddCTConstraint constraint ActionAbstractRename oldName newName ActionRenameCPS cps ActionRenameConfig config ActionRenameProduct product ActionSetProductDescription product UserActionModel UserSelect domainElementName contextID featureName UserAction apply initManualAction contextManager getDescription cloneActionWithStringAttributes precondition postcondition transformContextNameToSave contextID step type contextManager result UserCreateContext UserDeselect domainElementName contextID featureName UserPropagate domainElementName contextID UserValidConfiguration domainElementName contextID UserLinkConfiguration confSourceName confTargetName assoName UserInit filePath pastPath confDescription UserGenerate path UserSavePast destPath UserRenameElement name elementType elementID UserCloneContext contextID HistoryModel Step undoActions getDescription cloneStepWithoutSystemActions id launchingAction launchedActions Past createStep action undoLastAction clonePastWithoutSystemActions undoAction step getStepFromId stepId steps deletedContext id rootPath modelPath description RFModel RestrictionFunction createAndAssociateInverseRestFunc id rules inverse source target ConfigurationState isIncludedIn otherState selectedFeatures deselectedFeatures fm id Rule createInverseRule action state id
null
{"directed":true,"nodes":[{"nsPrefix":"spinefm","nsURI":"spinefm.unice.fr","name":"spinefm","id":0,"eClass":"EPackage"},{"nsPrefix":"fmm","nsURI":"fmm.spinefm.unice.fr","name":"FMModel","id":1,"eClass":"EPackage"},{"nsPrefix":"msplm","nsURI":"msplm.spinefm.unice.fr","name":"MSPLModel","id":2,"eClass":"EPackage"},{"nsPrefix":"cm","nsURI":"cm.spinefm.unice.fr","name":"ConfigurationModel","id":3,"eClass":"EPackage"},{"nsPrefix":"pm","nsURI":"pm.spinefm.unice.fr","name":"ProcessModel","id":4,"eClass":"EPackage"},{"nsPrefix":"fmengine","nsURI":"fmengine.spinefm.unice.fr","name":"fmengine","id":5,"eClass":"EPackage"},{"nsPrefix":"exceptions","nsURI":"exceptions.spinefm.unice.fr","name":"exceptions","id":6,"eClass":"EPackage"},{"nsPrefix":"action","nsURI":"action.spinefm.unice.fr","name":"ActionModel","id":7,"eClass":"EPackage"},{"nsPrefix":"history","nsURI":"history.spinefm.unice.fr","name":"HistoryModel","id":8,"eClass":"EPackage"},{"nsPrefix":"rf","nsURI":"rf.spinefm.unice.fr","name":"RFModel","id":9,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureModel","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Group","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"GroupState","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"nsPrefix":"fmm.exceptions","nsURI":"exceptions.fmm.spinefm.unice.fr","name":"exceptions","id":15,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"getStateFT","lowerBound":1,"id":16,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureFromName","lowerBound":1,"id":17,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addFeature","lowerBound":1,"id":18,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"root","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":1,"id":24,"many":false,"required":true,"eClass":"EParameter"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EParameter"},{"instanceTypeName":"fr.unice.spinefm.FMModel.exceptions.FeatureNotFoundException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.FMModel.exceptions.FeatureNotFoundException","name":"FeatureNotFoundException","instanceClass":null,"id":28,"serializable":true,"eClass":"EDataType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":31,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":1,"id":32,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"state","lowerBound":1,"id":33,"many":false,"required":true,"eClass":"EParameter"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getAllChildrenFeatures","lowerBound":0,"id":41,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":43,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getAllChildren","lowerBound":0,"id":49,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"man","unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Rule","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"name":"MANDATORY","id":57,"value":0,"literal":"man","eClass":"EEnumLiteral"},{"name":"OPTIONAL","id":58,"value":1,"literal":"opt","eClass":"EEnumLiteral"},{"name":"ALTERNATIVE","id":59,"value":2,"literal":"xor","eClass":"EEnumLiteral"},{"name":"OR","id":60,"value":3,"literal":"or","eClass":"EEnumLiteral"},{"name":"MUTEX","id":61,"value":4,"literal":"mutex","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultipleSoftwareProductLine","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DEAssociation","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DEAssociationEnd","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainElement","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"nsPrefix":"msplm.exceptions","nsURI":"exceptions.msplm.spinefm.unice.fr","name":"exceptions","id":67,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDomainElementByName","lowerBound":1,"id":68,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getValidAssociationsForDEs","lowerBound":0,"id":69,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAssociationByName","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"domainElements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"associations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":75,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":"fr.unice.spinefm.MSPLModel.exceptions.DomainElementNotFoundException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.MSPLModel.exceptions.DomainElementNotFoundException","name":"DomainElementNotFoundException","instanceClass":null,"id":76,"serializable":true,"eClass":"EDataType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":1,"id":80,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":1,"id":81,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":"fr.unice.spinefm.MSPLModel.exceptions.DEAssociationNotFoundException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.MSPLModel.exceptions.DEAssociationNotFoundException","name":"DEAssociationNotFoundException","instanceClass":null,"id":82,"serializable":true,"eClass":"EDataType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"assoName","lowerBound":1,"id":87,"many":false,"required":true,"eClass":"EParameter"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"computeActionsToDo","lowerBound":0,"id":93,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createAndAssociateInverseAssociation","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isLinkBetweenDEs","lowerBound":1,"id":95,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOppositeExtremity","lowerBound":1,"id":96,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExtremityOfDE","lowerBound":1,"id":97,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"restrictionFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extremity","changeable":true,"resolveProxies":true,"lowerBound":2,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionOnFM","instanceClass":null,"abstract":true,"id":101,"interface":false,"eClass":"EClass"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"CPSSource","lowerBound":1,"id":103,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"CPSTarget","lowerBound":1,"id":104,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":"fr.unice.spinefm.exceptions.IllegalCallException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.exceptions.IllegalCallException","name":"IllegalCallException","instanceClass":null,"id":105,"serializable":true,"eClass":"EDataType"},{"id":106,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationProcessStep","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"firstExtremity","lowerBound":1,"id":112,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"secondExtremity","lowerBound":1,"id":113,"many":false,"required":true,"eClass":"EParameter"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":1,"id":117,"many":false,"required":true,"eClass":"EParameter"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"de","lowerBound":1,"id":121,"many":false,"required":true,"eClass":"EParameter"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RestrictionFunction","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"respectBoundaries","lowerBound":1,"id":128,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isExactlyOne","lowerBound":1,"id":129,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isLowerThanUpperBound","lowerBound":1,"id":130,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":1,"id":135,"many":false,"required":true,"eClass":"EParameter"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":1,"id":139,"many":false,"required":true,"eClass":"EParameter"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"LinkMultiplicity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"apply_on","changeable":true,"resolveProxies":true,"lowerBound":1,"id":145,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"MultiplicityElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refers_on","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"belongs_to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeConfiguration","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"nsPrefix":"cm.exceptions","nsURI":"exceptions.cm.spinefm.unice.fr","name":"exceptions","id":161,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"canBeLinked","lowerBound":1,"id":162,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureModel","lowerBound":1,"id":163,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getLinkedConfigurationsOfDomainElement","lowerBound":0,"id":164,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isCompletlyLinked","lowerBound":1,"id":165,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllCPS","lowerBound":1,"id":166,"many":true,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"CPSRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":167,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"belongs_to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":1,"id":170,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domainElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"clonedCPS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"association","lowerBound":1,"id":175,"many":false,"required":true,"eClass":"EParameter"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"de","lowerBound":1,"id":180,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":"fr.unice.spinefm.ConfigurationModel.exceptions.ConfigNotFoundException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.ConfigurationModel.exceptions.ConfigNotFoundException","name":"ConfigNotFoundException","instanceClass":null,"id":181,"serializable":true,"eClass":"EDataType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"configuration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationState","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAssociatedConfiguration","lowerBound":1,"id":197,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relatedAssociation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":199,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":200,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"conf","lowerBound":1,"id":203,"many":false,"required":true,"eClass":"EParameter"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isValid","lowerBound":1,"id":210,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addConfiguration","lowerBound":0,"id":211,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getConfigurationByName","lowerBound":1,"id":212,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createConfigurationLink","lowerBound":0,"id":213,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getCompatibleConfigurations","lowerBound":0,"id":214,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subConfigurations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":217,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mspl","changeable":true,"resolveProxies":true,"lowerBound":1,"id":218,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"conf","lowerBound":1,"id":222,"many":false,"required":true,"eClass":"EParameter"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"confName","lowerBound":1,"id":225,"many":false,"required":true,"eClass":"EParameter"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"confSource","lowerBound":1,"id":228,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"confTarget","lowerBound":1,"id":229,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"asso","lowerBound":1,"id":230,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":"fr.unice.spinefm.ConfigurationModel.exceptions.InvalidAssociationException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.ConfigurationModel.exceptions.InvalidAssociationException","name":"InvalidAssociationException","instanceClass":null,"id":231,"serializable":true,"eClass":"EDataType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"confSource","lowerBound":1,"id":238,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"asso","lowerBound":1,"id":239,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":"fr.unice.spinefm.fmengine.exceptions.FMEngineException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.fmengine.exceptions.FMEngineException","name":"FMEngineException","instanceClass":null,"id":240,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"fr.unice.spinefm.ProcessModel.exceptions.CPSNotFoundException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.ProcessModel.exceptions.CPSNotFoundException","name":"CPSNotFoundException","instanceClass":null,"id":241,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"fr.unice.spinefm.exceptions.ElementNotFoundException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.exceptions.ElementNotFoundException","name":"ElementNotFoundException","instanceClass":null,"id":242,"serializable":true,"eClass":"EDataType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"instanceTypeName":"fr.unice.spinefm.ConfigurationModel.exceptions.LinkNotFoundException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.ConfigurationModel.exceptions.LinkNotFoundException","name":"LinkNotFoundException","instanceClass":null,"id":255,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":true,"id":256,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalContext","instanceClass":null,"abstract":false,"id":257,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalContext","instanceClass":null,"abstract":false,"id":258,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextManager","instanceClass":null,"abstract":false,"id":259,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeletedContextInformations","instanceClass":null,"abstract":false,"id":260,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CPSStatus","instanceClass":null,"id":261,"serializable":true,"eClass":"EEnum"},{"nsPrefix":"pm.exceptions","nsURI":"exceptions.pm.spinefm.unice.fr","name":"exceptions","id":262,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"isComplete","lowerBound":1,"id":263,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"alreadyHaveAction","lowerBound":1,"id":264,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getConfName","lowerBound":1,"id":265,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setFMA","lowerBound":0,"id":266,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isMergeableWithCPS","lowerBound":1,"id":267,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"mergeWithExternalCPS","lowerBound":0,"id":268,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"captureImplicitActions","lowerBound":0,"id":269,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"recordActionDone","lowerBound":0,"id":270,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setFeatureUnselected","lowerBound":0,"id":271,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domainElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":272,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":273,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":275,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userConfig","changeable":true,"lowerBound":1,"iD":false,"id":276,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"history","changeable":true,"lowerBound":1,"iD":false,"id":277,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":1,"id":278,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"actionsDone","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":1,"iD":false,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"a","lowerBound":1,"id":284,"many":false,"required":true,"eClass":"EParameter"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fma","lowerBound":1,"id":288,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"step","lowerBound":1,"id":289,"many":false,"required":true,"eClass":"EParameter"},{"id":290,"eClass":"EGenericType"},{"instanceTypeName":"fr.unice.spinefm.fmengine.FMSpineFMAdapter","defaultValue":null,"instanceClassName":"fr.unice.spinefm.fmengine.FMSpineFMAdapter","name":"FMSpineFMAdapter","instanceClass":null,"id":291,"serializable":false,"eClass":"EDataType"},{"id":292,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Step","instanceClass":null,"abstract":false,"id":293,"interface":false,"eClass":"EClass"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cps","lowerBound":1,"id":296,"many":false,"required":true,"eClass":"EParameter"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"confCPS","lowerBound":1,"id":301,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"step","lowerBound":1,"id":302,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"cm","lowerBound":1,"id":303,"many":false,"required":true,"eClass":"EParameter"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"aof","lowerBound":1,"id":309,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"step","lowerBound":1,"id":310,"many":false,"required":true,"eClass":"EParameter"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"aof","lowerBound":1,"id":314,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":1,"id":315,"many":false,"required":true,"eClass":"EParameter"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":1,"id":318,"many":false,"required":true,"eClass":"EParameter"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addCPS","lowerBound":0,"id":330,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCPSOfDE","lowerBound":1,"id":331,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"mergeExternalCPS","lowerBound":0,"id":332,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"CPS","changeable":true,"resolveProxies":true,"lowerBound":1,"id":333,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":334,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"cps","lowerBound":1,"id":335,"many":false,"required":true,"eClass":"EParameter"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"de","lowerBound":1,"id":338,"many":false,"required":true,"eClass":"EParameter"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"externalCPS","lowerBound":1,"id":341,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"step","lowerBound":1,"id":342,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"cm","lowerBound":1,"id":343,"many":false,"required":true,"eClass":"EParameter"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"configuration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"configurations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"propagate","lowerBound":0,"id":357,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"init","lowerBound":0,"id":358,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createNewContext","lowerBound":1,"id":359,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContextFromId","lowerBound":1,"id":360,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"cloningExistingContext","lowerBound":1,"id":361,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeContext","lowerBound":0,"id":362,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"restoreContext","lowerBound":0,"id":363,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCPSFromId","lowerBound":0,"id":364,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mspl","changeable":true,"resolveProxies":true,"lowerBound":1,"id":365,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"globalContext","changeable":true,"resolveProxies":true,"lowerBound":1,"id":366,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localContexts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"fma","changeable":true,"lowerBound":1,"iD":false,"id":368,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"past","changeable":true,"resolveProxies":true,"lowerBound":1,"id":369,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":370,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"CPS","lowerBound":1,"id":371,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":1,"id":372,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"step","lowerBound":1,"id":373,"many":false,"required":true,"eClass":"EParameter"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"step","lowerBound":1,"id":381,"many":false,"required":true,"eClass":"EParameter"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"step","lowerBound":1,"id":386,"many":false,"required":true,"eClass":"EParameter"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":1,"id":391,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":"fr.unice.spinefm.ProcessModel.exceptions.ContextNotFoundException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.ProcessModel.exceptions.ContextNotFoundException","name":"ContextNotFoundException","instanceClass":null,"id":392,"serializable":true,"eClass":"EDataType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"contextSource","lowerBound":1,"id":396,"many":false,"required":true,"eClass":"EParameter"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":1,"id":400,"many":false,"required":true,"eClass":"EParameter"},{"id":401,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":1,"id":402,"many":false,"required":true,"eClass":"EParameter"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":1,"id":405,"many":false,"required":true,"eClass":"EParameter"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Past","instanceClass":null,"abstract":false,"id":412,"interface":false,"eClass":"EClass"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deletedContext","changeable":true,"lowerBound":0,"iD":false,"id":415,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"replacedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"name":"PartiallyConfigured","id":419,"value":0,"literal":"PartiallyConfigured","eClass":"EEnumLiteral"},{"name":"Configured","id":420,"value":1,"literal":"Configured","eClass":"EEnumLiteral"},{"name":"Unconfigurable","id":421,"value":2,"literal":"Unconfigurable","eClass":"EEnumLiteral"},{"instanceTypeName":"fr.unice.spinefm.ProcessModel.exceptions.FMNotFoundException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.ProcessModel.exceptions.FMNotFoundException","name":"FMNotFoundException","instanceClass":null,"id":422,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"fr.unice.spinefm.ProcessModel.exceptions.ContextMergingException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.ProcessModel.exceptions.ContextMergingException","name":"ContextMergingException","instanceClass":null,"id":423,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"fmengine.exceptions","nsURI":"exceptions.fmengine.spinefm.unice.fr","name":"exceptions","id":424,"eClass":"EPackage"},{"instanceTypeName":"fr.unice.spinefm.exceptions.FatalSpineFMException","defaultValue":null,"instanceClassName":"fr.unice.spinefm.exceptions.FatalSpineFMException","name":"FatalSpineFMException","instanceClass":null,"id":425,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActionMode","instanceClass":null,"id":426,"serializable":true,"eClass":"EEnum"},{"nsPrefix":"systemaction","nsURI":"system.action.spinefm.unice.fr","name":"SystemActionModel","id":427,"eClass":"EPackage"},{"nsPrefix":"useraction","nsURI":"user.action.spinefm.unice.fr","name":"UserActionModel","id":428,"eClass":"EPackage"},{"name":"AUTOMATIC","id":429,"value":0,"literal":"AUTOMATIC","eClass":"EEnumLiteral"},{"name":"MANUAL","id":430,"value":1,"literal":"MANUAL","eClass":"EEnumLiteral"},{"name":"FM","id":431,"value":2,"literal":"FM","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemAction","instanceClass":null,"abstract":true,"id":432,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionCreateConfiguration","instanceClass":null,"abstract":false,"id":433,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionLink","instanceClass":null,"abstract":false,"id":434,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionCreateContext","instanceClass":null,"abstract":false,"id":435,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionMoveConfiguration","instanceClass":null,"abstract":false,"id":436,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionDeleteContext","instanceClass":null,"abstract":false,"id":437,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionSelect","instanceClass":null,"abstract":false,"id":438,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionDeselect","instanceClass":null,"abstract":false,"id":439,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionAddCTConstraint","instanceClass":null,"abstract":false,"id":440,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionAbstractRename","instanceClass":null,"abstract":false,"id":441,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionRenameCPS","instanceClass":null,"abstract":false,"id":442,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionRenameConfig","instanceClass":null,"abstract":false,"id":443,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionRenameProduct","instanceClass":null,"abstract":false,"id":444,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionSetProductDescription","instanceClass":null,"abstract":false,"id":445,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"apply","lowerBound":1,"id":446,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSameObject","lowerBound":1,"id":447,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"undo","lowerBound":1,"id":448,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cpsHistory","changeable":true,"lowerBound":0,"iD":false,"id":449,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"step","changeable":true,"resolveProxies":true,"lowerBound":1,"id":450,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"o","lowerBound":1,"id":455,"many":false,"required":true,"eClass":"EParameter"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"launchedActions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cps","changeable":true,"resolveProxies":true,"lowerBound":1,"id":461,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"compconf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"confSource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":466,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"confTarget","changeable":true,"resolveProxies":true,"lowerBound":1,"id":467,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"asso","changeable":true,"resolveProxies":true,"lowerBound":1,"id":468,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"link","changeable":true,"resolveProxies":true,"lowerBound":1,"id":469,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextManager","changeable":true,"resolveProxies":true,"lowerBound":1,"id":470,"derived":false},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextManager","changeable":true,"resolveProxies":true,"lowerBound":1,"id":477,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":478,"derived":false},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"configuration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":482,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cpsSource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":483,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cpsTarget","changeable":true,"resolveProxies":true,"lowerBound":1,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextManager","changeable":true,"resolveProxies":true,"lowerBound":1,"id":489,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":490,"derived":false},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cloneAction","lowerBound":1,"id":494,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":495,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cps","changeable":true,"resolveProxies":true,"lowerBound":1,"id":496,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"fma","changeable":true,"lowerBound":1,"iD":false,"id":497,"derived":false},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":503,"derived":false},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":506,"derived":false},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":509,"derived":false},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oldName","changeable":true,"lowerBound":1,"iD":false,"id":512,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newName","changeable":true,"lowerBound":1,"iD":false,"id":513,"derived":false},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"cps","changeable":true,"resolveProxies":true,"lowerBound":1,"id":517,"derived":false},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"config","changeable":true,"resolveProxies":true,"lowerBound":1,"id":520,"derived":false},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"product","changeable":true,"resolveProxies":true,"lowerBound":1,"id":523,"derived":false},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"product","changeable":true,"resolveProxies":true,"lowerBound":1,"id":526,"derived":false},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserSelect","instanceClass":null,"abstract":false,"id":529,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserAction","instanceClass":null,"abstract":true,"id":530,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserCreateContext","instanceClass":null,"abstract":false,"id":531,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserDeselect","instanceClass":null,"abstract":false,"id":532,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserPropagate","instanceClass":null,"abstract":false,"id":533,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserValidConfiguration","instanceClass":null,"abstract":false,"id":534,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserLinkConfiguration","instanceClass":null,"abstract":false,"id":535,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserInit","instanceClass":null,"abstract":false,"id":536,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserGenerate","instanceClass":null,"abstract":false,"id":537,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserSavePast","instanceClass":null,"abstract":false,"id":538,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserRenameElement","instanceClass":null,"abstract":false,"id":539,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserCloneContext","instanceClass":null,"abstract":false,"id":540,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domainElementName","changeable":true,"lowerBound":1,"iD":false,"id":541,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contextID","changeable":true,"lowerBound":1,"iD":false,"id":542,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":1,"iD":false,"id":543,"derived":false},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"apply","lowerBound":1,"id":548,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"initManualAction","lowerBound":0,"id":549,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDescription","lowerBound":1,"id":550,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"cloneActionWithStringAttributes","lowerBound":1,"id":551,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"precondition","lowerBound":0,"id":552,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"postcondition","lowerBound":0,"id":553,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"transformContextNameToSave","lowerBound":1,"id":554,"many":false,"required":true,"eClass":"EOperation"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"step","changeable":true,"resolveProxies":true,"lowerBound":0,"id":555,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":556,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextManager","changeable":true,"resolveProxies":true,"lowerBound":1,"id":557,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":558,"derived":false},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"contextManager","lowerBound":1,"id":561,"many":false,"required":true,"eClass":"EParameter"},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"contextID","lowerBound":1,"id":567,"many":false,"required":true,"eClass":"EParameter"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"launchingAction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":570,"derived":false},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domainElementName","changeable":true,"lowerBound":1,"iD":false,"id":575,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contextID","changeable":true,"lowerBound":1,"iD":false,"id":576,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":1,"iD":false,"id":577,"derived":false},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domainElementName","changeable":true,"lowerBound":1,"iD":false,"id":582,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contextID","changeable":true,"lowerBound":1,"iD":false,"id":583,"derived":false},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domainElementName","changeable":true,"lowerBound":1,"iD":false,"id":587,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contextID","changeable":true,"lowerBound":1,"iD":false,"id":588,"derived":false},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"confSourceName","changeable":true,"lowerBound":1,"iD":false,"id":592,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"confTargetName","changeable":true,"lowerBound":1,"iD":false,"id":593,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"assoName","changeable":true,"lowerBound":1,"iD":false,"id":594,"derived":false},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"filePath","changeable":true,"lowerBound":1,"iD":false,"id":599,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pastPath","changeable":true,"lowerBound":1,"iD":false,"id":600,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"confDescription","changeable":true,"lowerBound":1,"iD":false,"id":601,"derived":false},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":1,"iD":false,"id":606,"derived":false},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"destPath","changeable":true,"lowerBound":1,"iD":false,"id":609,"derived":false},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":612,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"lowerBound":1,"iD":false,"id":613,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementID","changeable":true,"lowerBound":1,"iD":false,"id":614,"derived":false},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contextID","changeable":true,"lowerBound":1,"iD":false,"id":619,"derived":false},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"undoActions","lowerBound":0,"id":622,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDescription","lowerBound":1,"id":623,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"cloneStepWithoutSystemActions","lowerBound":1,"id":624,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":625,"derived":false},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"createStep","lowerBound":1,"id":631,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"undoLastAction","lowerBound":0,"id":632,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"clonePastWithoutSystemActions","lowerBound":1,"id":633,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"undoAction","lowerBound":0,"id":634,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getStepFromId","lowerBound":1,"id":635,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"steps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":636,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"deletedContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":637,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":638,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rootPath","changeable":true,"lowerBound":1,"iD":false,"id":639,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modelPath","changeable":true,"lowerBound":1,"iD":false,"id":640,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":641,"derived":false},{"id":642,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"action","lowerBound":1,"id":643,"many":false,"required":true,"eClass":"EParameter"},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"step","lowerBound":1,"id":646,"many":false,"required":true,"eClass":"EParameter"},{"id":647,"eClass":"EGenericType"},{"id":648,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"stepId","lowerBound":1,"id":649,"many":false,"required":true,"eClass":"EParameter"},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"id":652,"eClass":"EGenericType"},{"id":653,"eClass":"EGenericType"},{"id":654,"eClass":"EGenericType"},{"id":655,"eClass":"EGenericType"},{"id":656,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":657,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"createAndAssociateInverseRestFunc","lowerBound":0,"id":658,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":659,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rules","changeable":true,"resolveProxies":true,"lowerBound":1,"id":660,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inverse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":661,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":662,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":663,"derived":false},{"id":664,"eClass":"EGenericType"},{"id":665,"eClass":"EGenericType"},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"id":669,"eClass":"EGenericType"},{"id":670,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isIncludedIn","lowerBound":1,"id":671,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"selectedFeatures","changeable":true,"resolveProxies":true,"lowerBound":1,"id":672,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"deselectedFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":673,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":674,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":675,"derived":false},{"id":676,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"otherState","lowerBound":1,"id":677,"many":false,"required":true,"eClass":"EParameter"},{"id":678,"eClass":"EGenericType"},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"EGenericType"},{"id":681,"eClass":"EGenericType"},{"id":682,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"createInverseRule","lowerBound":1,"id":683,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":1,"id":684,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":1,"id":685,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":686,"derived":false},{"id":687,"eClass":"EGenericType"},{"id":688,"eClass":"EGenericType"},{"id":689,"eClass":"EGenericType"},{"id":690,"eClass":"EGenericType"},{"id":691,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":0},{"source":10,"target":1},{"source":10,"target":16},{"source":10,"target":17},{"source":10,"target":18},{"source":10,"target":19},{"source":10,"target":20},{"source":10,"target":21},{"source":10,"target":22},{"source":16,"target":14},{"source":16,"target":23},{"source":16,"target":10},{"source":16,"target":24},{"source":23,"target":14},{"source":24,"target":11},{"source":24,"target":25},{"source":24,"target":16},{"source":25,"target":11},{"source":17,"target":11},{"source":17,"target":26},{"source":17,"target":10},{"source":17,"target":27},{"source":17,"target":28},{"source":17,"target":29},{"source":26,"target":11},{"source":27,"target":30},{"source":27,"target":17},{"source":29,"target":28},{"source":18,"target":10},{"source":18,"target":31},{"source":18,"target":32},{"source":18,"target":33},{"source":31,"target":34},{"source":31,"target":18},{"source":32,"target":11},{"source":32,"target":35},{"source":32,"target":18},{"source":35,"target":11},{"source":33,"target":14},{"source":33,"target":36},{"source":33,"target":18},{"source":36,"target":14},{"source":19,"target":11},{"source":19,"target":37},{"source":19,"target":10},{"source":37,"target":11},{"source":20,"target":13},{"source":20,"target":38},{"source":20,"target":10},{"source":38,"target":13},{"source":21,"target":39},{"source":21,"target":10},{"source":22,"target":40},{"source":22,"target":10},{"source":11,"target":1},{"source":11,"target":41},{"source":11,"target":42},{"source":11,"target":43},{"source":11,"target":44},{"source":41,"target":11},{"source":41,"target":45},{"source":41,"target":11},{"source":45,"target":11},{"source":42,"target":46},{"source":42,"target":11},{"source":43,"target":47},{"source":43,"target":11},{"source":44,"target":12},{"source":44,"target":48},{"source":44,"target":11},{"source":48,"target":12},{"source":12,"target":1},{"source":12,"target":49},{"source":12,"target":50},{"source":12,"target":51},{"source":49,"target":11},{"source":49,"target":52},{"source":49,"target":12},{"source":52,"target":11},{"source":50,"target":11},{"source":50,"target":53},{"source":50,"target":12},{"source":53,"target":11},{"source":51,"target":14},{"source":51,"target":54},{"source":51,"target":12},{"source":54,"target":14},{"source":13,"target":1},{"source":13,"target":55},{"source":55,"target":56},{"source":55,"target":13},{"source":14,"target":1},{"source":14,"target":57},{"source":14,"target":58},{"source":14,"target":59},{"source":14,"target":60},{"source":14,"target":61},{"source":57,"target":14},{"source":58,"target":14},{"source":59,"target":14},{"source":60,"target":14},{"source":61,"target":14},{"source":15,"target":28},{"source":15,"target":1},{"source":28,"target":15},{"source":2,"target":62},{"source":2,"target":63},{"source":2,"target":64},{"source":2,"target":65},{"source":2,"target":66},{"source":2,"target":67},{"source":2,"target":0},{"source":62,"target":2},{"source":62,"target":68},{"source":62,"target":69},{"source":62,"target":70},{"source":62,"target":71},{"source":62,"target":72},{"source":62,"target":73},{"source":68,"target":66},{"source":68,"target":74},{"source":68,"target":62},{"source":68,"target":75},{"source":68,"target":76},{"source":68,"target":77},{"source":74,"target":66},{"source":75,"target":78},{"source":75,"target":68},{"source":77,"target":76},{"source":69,"target":63},{"source":69,"target":79},{"source":69,"target":62},{"source":69,"target":80},{"source":69,"target":81},{"source":69,"target":82},{"source":69,"target":83},{"source":79,"target":63},{"source":80,"target":66},{"source":80,"target":84},{"source":80,"target":69},{"source":84,"target":66},{"source":81,"target":66},{"source":81,"target":85},{"source":81,"target":69},{"source":85,"target":66},{"source":83,"target":82},{"source":70,"target":63},{"source":70,"target":86},{"source":70,"target":62},{"source":70,"target":87},{"source":70,"target":82},{"source":70,"target":88},{"source":86,"target":63},{"source":87,"target":89},{"source":87,"target":70},{"source":88,"target":82},{"source":71,"target":66},{"source":71,"target":90},{"source":71,"target":62},{"source":90,"target":66},{"source":72,"target":63},{"source":72,"target":91},{"source":72,"target":62},{"source":91,"target":63},{"source":73,"target":92},{"source":73,"target":62},{"source":63,"target":2},{"source":63,"target":93},{"source":63,"target":94},{"source":63,"target":95},{"source":63,"target":96},{"source":63,"target":97},{"source":63,"target":98},{"source":63,"target":99},{"source":63,"target":100},{"source":93,"target":101},{"source":93,"target":102},{"source":93,"target":63},{"source":93,"target":103},{"source":93,"target":104},{"source":93,"target":105},{"source":93,"target":106},{"source":102,"target":101},{"source":103,"target":107},{"source":103,"target":108},{"source":103,"target":93},{"source":108,"target":107},{"source":104,"target":107},{"source":104,"target":109},{"source":104,"target":93},{"source":109,"target":107},{"source":106,"target":105},{"source":94,"target":63},{"source":94,"target":28},{"source":94,"target":110},{"source":110,"target":28},{"source":95,"target":111},{"source":95,"target":63},{"source":95,"target":112},{"source":95,"target":113},{"source":112,"target":66},{"source":112,"target":114},{"source":112,"target":95},{"source":114,"target":66},{"source":113,"target":66},{"source":113,"target":115},{"source":113,"target":95},{"source":115,"target":66},{"source":96,"target":65},{"source":96,"target":116},{"source":96,"target":63},{"source":96,"target":117},{"source":96,"target":76},{"source":96,"target":118},{"source":116,"target":65},{"source":117,"target":66},{"source":117,"target":119},{"source":117,"target":96},{"source":119,"target":66},{"source":118,"target":76},{"source":97,"target":65},{"source":97,"target":120},{"source":97,"target":63},{"source":97,"target":121},{"source":97,"target":76},{"source":97,"target":122},{"source":120,"target":65},{"source":121,"target":66},{"source":121,"target":123},{"source":121,"target":97},{"source":123,"target":66},{"source":122,"target":76},{"source":98,"target":124},{"source":98,"target":125},{"source":98,"target":63},{"source":125,"target":124},{"source":99,"target":65},{"source":99,"target":126},{"source":99,"target":63},{"source":126,"target":65},{"source":100,"target":127},{"source":100,"target":63},{"source":64,"target":2},{"source":64,"target":128},{"source":64,"target":129},{"source":64,"target":130},{"source":64,"target":131},{"source":64,"target":132},{"source":64,"target":133},{"source":128,"target":134},{"source":128,"target":64},{"source":128,"target":135},{"source":135,"target":136},{"source":135,"target":128},{"source":129,"target":137},{"source":129,"target":64},{"source":130,"target":138},{"source":130,"target":64},{"source":130,"target":139},{"source":139,"target":140},{"source":139,"target":130},{"source":131,"target":141},{"source":131,"target":64},{"source":132,"target":142},{"source":132,"target":64},{"source":133,"target":143},{"source":133,"target":64},{"source":65,"target":2},{"source":65,"target":144},{"source":65,"target":145},{"source":65,"target":146},{"source":144,"target":64},{"source":144,"target":147},{"source":144,"target":65},{"source":147,"target":64},{"source":145,"target":66},{"source":145,"target":148},{"source":145,"target":65},{"source":148,"target":66},{"source":146,"target":149},{"source":146,"target":65},{"source":66,"target":2},{"source":66,"target":150},{"source":66,"target":151},{"source":66,"target":152},{"source":66,"target":153},{"source":150,"target":64},{"source":150,"target":154},{"source":150,"target":66},{"source":154,"target":64},{"source":151,"target":10},{"source":151,"target":155},{"source":151,"target":66},{"source":155,"target":10},{"source":152,"target":63},{"source":152,"target":156},{"source":152,"target":66},{"source":156,"target":63},{"source":153,"target":157},{"source":153,"target":66},{"source":67,"target":76},{"source":67,"target":82},{"source":67,"target":2},{"source":76,"target":67},{"source":82,"target":67},{"source":3,"target":158},{"source":3,"target":159},{"source":3,"target":160},{"source":3,"target":161},{"source":3,"target":0},{"source":158,"target":3},{"source":158,"target":162},{"source":158,"target":163},{"source":158,"target":164},{"source":158,"target":165},{"source":158,"target":166},{"source":158,"target":167},{"source":158,"target":168},{"source":158,"target":169},{"source":158,"target":170},{"source":158,"target":171},{"source":158,"target":172},{"source":158,"target":173},{"source":162,"target":174},{"source":162,"target":158},{"source":162,"target":175},{"source":162,"target":76},{"source":162,"target":176},{"source":175,"target":63},{"source":175,"target":177},{"source":175,"target":162},{"source":177,"target":63},{"source":176,"target":76},{"source":163,"target":10},{"source":163,"target":178},{"source":163,"target":158},{"source":178,"target":10},{"source":164,"target":158},{"source":164,"target":179},{"source":164,"target":158},{"source":164,"target":180},{"source":164,"target":181},{"source":164,"target":182},{"source":179,"target":158},{"source":180,"target":66},{"source":180,"target":183},{"source":180,"target":164},{"source":183,"target":66},{"source":182,"target":181},{"source":165,"target":184},{"source":165,"target":158},{"source":165,"target":181},{"source":165,"target":76},{"source":165,"target":185},{"source":165,"target":186},{"source":185,"target":181},{"source":186,"target":76},{"source":166,"target":107},{"source":166,"target":187},{"source":166,"target":158},{"source":187,"target":107},{"source":167,"target":107},{"source":167,"target":188},{"source":167,"target":158},{"source":167,"target":189},{"source":188,"target":107},{"source":168,"target":190},{"source":168,"target":158},{"source":169,"target":159},{"source":169,"target":191},{"source":169,"target":158},{"source":191,"target":159},{"source":170,"target":192},{"source":170,"target":193},{"source":170,"target":158},{"source":193,"target":192},{"source":171,"target":194},{"source":171,"target":158},{"source":172,"target":66},{"source":172,"target":195},{"source":172,"target":158},{"source":195,"target":66},{"source":173,"target":107},{"source":173,"target":196},{"source":173,"target":158},{"source":196,"target":107},{"source":159,"target":3},{"source":159,"target":197},{"source":159,"target":198},{"source":159,"target":199},{"source":159,"target":200},{"source":159,"target":201},{"source":197,"target":158},{"source":197,"target":202},{"source":197,"target":159},{"source":197,"target":203},{"source":197,"target":181},{"source":197,"target":204},{"source":202,"target":158},{"source":203,"target":158},{"source":203,"target":205},{"source":203,"target":197},{"source":205,"target":158},{"source":204,"target":181},{"source":198,"target":158},{"source":198,"target":206},{"source":198,"target":159},{"source":206,"target":158},{"source":199,"target":63},{"source":199,"target":207},{"source":199,"target":159},{"source":207,"target":63},{"source":200,"target":158},{"source":200,"target":208},{"source":200,"target":159},{"source":208,"target":158},{"source":201,"target":209},{"source":201,"target":159},{"source":160,"target":3},{"source":160,"target":210},{"source":160,"target":211},{"source":160,"target":212},{"source":160,"target":213},{"source":160,"target":214},{"source":160,"target":215},{"source":160,"target":216},{"source":160,"target":217},{"source":160,"target":218},{"source":160,"target":219},{"source":210,"target":220},{"source":210,"target":160},{"source":210,"target":76},{"source":210,"target":221},{"source":221,"target":76},{"source":211,"target":160},{"source":211,"target":222},{"source":222,"target":158},{"source":222,"target":223},{"source":222,"target":211},{"source":223,"target":158},{"source":212,"target":158},{"source":212,"target":224},{"source":212,"target":160},{"source":212,"target":225},{"source":212,"target":181},{"source":212,"target":226},{"source":224,"target":158},{"source":225,"target":227},{"source":225,"target":212},{"source":226,"target":181},{"source":213,"target":160},{"source":213,"target":228},{"source":213,"target":229},{"source":213,"target":230},{"source":213,"target":231},{"source":213,"target":76},{"source":213,"target":232},{"source":213,"target":233},{"source":228,"target":158},{"source":228,"target":234},{"source":228,"target":213},{"source":234,"target":158},{"source":229,"target":158},{"source":229,"target":235},{"source":229,"target":213},{"source":235,"target":158},{"source":230,"target":63},{"source":230,"target":236},{"source":230,"target":213},{"source":236,"target":63},{"source":232,"target":231},{"source":233,"target":76},{"source":214,"target":158},{"source":214,"target":237},{"source":214,"target":160},{"source":214,"target":238},{"source":214,"target":239},{"source":214,"target":231},{"source":214,"target":105},{"source":214,"target":240},{"source":214,"target":241},{"source":214,"target":242},{"source":214,"target":243},{"source":214,"target":244},{"source":214,"target":245},{"source":214,"target":246},{"source":214,"target":247},{"source":237,"target":158},{"source":238,"target":158},{"source":238,"target":248},{"source":238,"target":214},{"source":248,"target":158},{"source":239,"target":63},{"source":239,"target":249},{"source":239,"target":214},{"source":249,"target":63},{"source":243,"target":231},{"source":244,"target":105},{"source":245,"target":240},{"source":246,"target":241},{"source":247,"target":242},{"source":215,"target":158},{"source":215,"target":250},{"source":215,"target":160},{"source":250,"target":158},{"source":216,"target":159},{"source":216,"target":251},{"source":216,"target":160},{"source":251,"target":159},{"source":217,"target":252},{"source":217,"target":160},{"source":218,"target":62},{"source":218,"target":253},{"source":218,"target":160},{"source":253,"target":62},{"source":219,"target":254},{"source":219,"target":160},{"source":161,"target":181},{"source":161,"target":231},{"source":161,"target":255},{"source":161,"target":3},{"source":181,"target":161},{"source":231,"target":161},{"source":255,"target":161},{"source":4,"target":107},{"source":4,"target":256},{"source":4,"target":257},{"source":4,"target":258},{"source":4,"target":259},{"source":4,"target":260},{"source":4,"target":261},{"source":4,"target":262},{"source":4,"target":0},{"source":107,"target":4},{"source":107,"target":263},{"source":107,"target":264},{"source":107,"target":265},{"source":107,"target":266},{"source":107,"target":267},{"source":107,"target":268},{"source":107,"target":269},{"source":107,"target":270},{"source":107,"target":271},{"source":107,"target":272},{"source":107,"target":273},{"source":107,"target":274},{"source":107,"target":275},{"source":107,"target":189},{"source":107,"target":276},{"source":107,"target":277},{"source":107,"target":278},{"source":107,"target":279},{"source":107,"target":280},{"source":263,"target":281},{"source":263,"target":107},{"source":263,"target":240},{"source":263,"target":282},{"source":282,"target":240},{"source":264,"target":283},{"source":264,"target":107},{"source":264,"target":284},{"source":264,"target":240},{"source":264,"target":285},{"source":284,"target":101},{"source":284,"target":286},{"source":284,"target":264},{"source":286,"target":101},{"source":285,"target":240},{"source":265,"target":287},{"source":265,"target":107},{"source":266,"target":107},{"source":266,"target":288},{"source":266,"target":289},{"source":266,"target":240},{"source":266,"target":290},{"source":288,"target":291},{"source":288,"target":292},{"source":288,"target":266},{"source":292,"target":291},{"source":289,"target":293},{"source":289,"target":294},{"source":289,"target":266},{"source":294,"target":293},{"source":290,"target":240},{"source":267,"target":295},{"source":267,"target":107},{"source":267,"target":296},{"source":267,"target":240},{"source":267,"target":105},{"source":267,"target":242},{"source":267,"target":297},{"source":267,"target":298},{"source":267,"target":299},{"source":296,"target":107},{"source":296,"target":300},{"source":296,"target":267},{"source":300,"target":107},{"source":297,"target":240},{"source":298,"target":105},{"source":299,"target":242},{"source":268,"target":107},{"source":268,"target":301},{"source":268,"target":302},{"source":268,"target":303},{"source":268,"target":240},{"source":268,"target":242},{"source":268,"target":304},{"source":268,"target":305},{"source":301,"target":107},{"source":301,"target":306},{"source":301,"target":268},{"source":306,"target":107},{"source":302,"target":293},{"source":302,"target":307},{"source":302,"target":268},{"source":307,"target":293},{"source":303,"target":259},{"source":303,"target":308},{"source":303,"target":268},{"source":308,"target":259},{"source":304,"target":240},{"source":305,"target":242},{"source":269,"target":107},{"source":269,"target":309},{"source":269,"target":310},{"source":269,"target":240},{"source":269,"target":311},{"source":309,"target":101},{"source":309,"target":312},{"source":309,"target":269},{"source":312,"target":101},{"source":310,"target":293},{"source":310,"target":313},{"source":310,"target":269},{"source":313,"target":293},{"source":311,"target":240},{"source":270,"target":107},{"source":270,"target":314},{"source":270,"target":315},{"source":314,"target":101},{"source":314,"target":316},{"source":314,"target":270},{"source":316,"target":101},{"source":315,"target":11},{"source":315,"target":317},{"source":315,"target":270},{"source":317,"target":11},{"source":271,"target":107},{"source":271,"target":318},{"source":318,"target":11},{"source":318,"target":319},{"source":318,"target":271},{"source":319,"target":11},{"source":272,"target":66},{"source":272,"target":320},{"source":272,"target":107},{"source":320,"target":66},{"source":273,"target":321},{"source":273,"target":107},{"source":274,"target":322},{"source":274,"target":107},{"source":275,"target":256},{"source":275,"target":323},{"source":275,"target":107},{"source":323,"target":256},{"source":189,"target":158},{"source":189,"target":324},{"source":189,"target":107},{"source":189,"target":167},{"source":324,"target":158},{"source":276,"target":325},{"source":276,"target":107},{"source":277,"target":326},{"source":277,"target":107},{"source":278,"target":192},{"source":278,"target":327},{"source":278,"target":107},{"source":327,"target":192},{"source":279,"target":101},{"source":279,"target":328},{"source":279,"target":107},{"source":328,"target":101},{"source":280,"target":261},{"source":280,"target":329},{"source":280,"target":107},{"source":329,"target":261},{"source":256,"target":4},{"source":256,"target":330},{"source":256,"target":331},{"source":256,"target":332},{"source":256,"target":333},{"source":256,"target":334},{"source":330,"target":256},{"source":330,"target":335},{"source":335,"target":107},{"source":335,"target":336},{"source":335,"target":330},{"source":336,"target":107},{"source":331,"target":107},{"source":331,"target":337},{"source":331,"target":256},{"source":331,"target":338},{"source":331,"target":241},{"source":331,"target":339},{"source":337,"target":107},{"source":338,"target":66},{"source":338,"target":340},{"source":338,"target":331},{"source":340,"target":66},{"source":339,"target":241},{"source":332,"target":256},{"source":332,"target":341},{"source":332,"target":342},{"source":332,"target":343},{"source":332,"target":240},{"source":332,"target":242},{"source":332,"target":344},{"source":332,"target":345},{"source":341,"target":107},{"source":341,"target":346},{"source":341,"target":332},{"source":346,"target":107},{"source":342,"target":293},{"source":342,"target":347},{"source":342,"target":332},{"source":347,"target":293},{"source":343,"target":259},{"source":343,"target":348},{"source":343,"target":332},{"source":348,"target":259},{"source":344,"target":240},{"source":345,"target":242},{"source":333,"target":107},{"source":333,"target":349},{"source":333,"target":256},{"source":349,"target":107},{"source":334,"target":350},{"source":334,"target":256},{"source":257,"target":4},{"source":257,"target":256},{"source":257,"target":351},{"source":257,"target":352},{"source":351,"target":160},{"source":351,"target":353},{"source":351,"target":257},{"source":353,"target":160},{"source":352,"target":256},{"source":258,"target":4},{"source":258,"target":256},{"source":258,"target":354},{"source":258,"target":355},{"source":354,"target":158},{"source":354,"target":356},{"source":354,"target":258},{"source":356,"target":158},{"source":355,"target":256},{"source":259,"target":4},{"source":259,"target":357},{"source":259,"target":358},{"source":259,"target":359},{"source":259,"target":360},{"source":259,"target":361},{"source":259,"target":362},{"source":259,"target":363},{"source":259,"target":364},{"source":259,"target":365},{"source":259,"target":366},{"source":259,"target":367},{"source":259,"target":368},{"source":259,"target":369},{"source":259,"target":370},{"source":357,"target":259},{"source":357,"target":371},{"source":357,"target":372},{"source":357,"target":373},{"source":357,"target":240},{"source":357,"target":105},{"source":357,"target":241},{"source":357,"target":76},{"source":357,"target":374},{"source":357,"target":375},{"source":357,"target":376},{"source":357,"target":377},{"source":371,"target":107},{"source":371,"target":378},{"source":371,"target":357},{"source":378,"target":107},{"source":372,"target":256},{"source":372,"target":379},{"source":372,"target":357},{"source":379,"target":256},{"source":373,"target":293},{"source":373,"target":380},{"source":373,"target":357},{"source":380,"target":293},{"source":374,"target":240},{"source":375,"target":105},{"source":376,"target":241},{"source":377,"target":76},{"source":358,"target":259},{"source":358,"target":381},{"source":358,"target":240},{"source":358,"target":242},{"source":358,"target":382},{"source":358,"target":383},{"source":381,"target":293},{"source":381,"target":384},{"source":381,"target":358},{"source":384,"target":293},{"source":382,"target":240},{"source":383,"target":242},{"source":359,"target":256},{"source":359,"target":385},{"source":359,"target":259},{"source":359,"target":386},{"source":359,"target":240},{"source":359,"target":242},{"source":359,"target":387},{"source":359,"target":388},{"source":385,"target":256},{"source":386,"target":293},{"source":386,"target":389},{"source":386,"target":359},{"source":389,"target":293},{"source":387,"target":240},{"source":388,"target":242},{"source":360,"target":256},{"source":360,"target":390},{"source":360,"target":259},{"source":360,"target":391},{"source":360,"target":392},{"source":360,"target":393},{"source":390,"target":256},{"source":391,"target":394},{"source":391,"target":360},{"source":393,"target":392},{"source":361,"target":256},{"source":361,"target":395},{"source":361,"target":259},{"source":361,"target":396},{"source":361,"target":240},{"source":361,"target":241},{"source":361,"target":397},{"source":361,"target":398},{"source":395,"target":256},{"source":396,"target":256},{"source":396,"target":399},{"source":396,"target":361},{"source":399,"target":256},{"source":397,"target":240},{"source":398,"target":241},{"source":362,"target":259},{"source":362,"target":400},{"source":400,"target":256},{"source":400,"target":401},{"source":400,"target":362},{"source":401,"target":256},{"source":363,"target":259},{"source":363,"target":402},{"source":402,"target":256},{"source":402,"target":403},{"source":402,"target":363},{"source":403,"target":256},{"source":364,"target":107},{"source":364,"target":404},{"source":364,"target":259},{"source":364,"target":405},{"source":364,"target":241},{"source":364,"target":406},{"source":404,"target":107},{"source":405,"target":407},{"source":405,"target":364},{"source":406,"target":241},{"source":365,"target":62},{"source":365,"target":408},{"source":365,"target":259},{"source":408,"target":62},{"source":366,"target":257},{"source":366,"target":409},{"source":366,"target":259},{"source":409,"target":257},{"source":367,"target":258},{"source":367,"target":410},{"source":367,"target":259},{"source":410,"target":258},{"source":368,"target":291},{"source":368,"target":411},{"source":368,"target":259},{"source":411,"target":291},{"source":369,"target":412},{"source":369,"target":413},{"source":369,"target":259},{"source":413,"target":412},{"source":370,"target":414},{"source":370,"target":259},{"source":260,"target":4},{"source":260,"target":415},{"source":260,"target":416},{"source":415,"target":417},{"source":415,"target":260},{"source":416,"target":256},{"source":416,"target":418},{"source":416,"target":260},{"source":418,"target":256},{"source":261,"target":4},{"source":261,"target":419},{"source":261,"target":420},{"source":261,"target":421},{"source":419,"target":261},{"source":420,"target":261},{"source":421,"target":261},{"source":262,"target":392},{"source":262,"target":422},{"source":262,"target":423},{"source":262,"target":241},{"source":262,"target":4},{"source":392,"target":262},{"source":422,"target":262},{"source":423,"target":262},{"source":241,"target":262},{"source":5,"target":291},{"source":5,"target":424},{"source":5,"target":0},{"source":291,"target":5},{"source":424,"target":240},{"source":424,"target":5},{"source":240,"target":424},{"source":6,"target":105},{"source":6,"target":242},{"source":6,"target":425},{"source":6,"target":0},{"source":105,"target":6},{"source":242,"target":6},{"source":425,"target":6},{"source":7,"target":426},{"source":7,"target":427},{"source":7,"target":428},{"source":7,"target":0},{"source":426,"target":7},{"source":426,"target":429},{"source":426,"target":430},{"source":426,"target":431},{"source":429,"target":426},{"source":430,"target":426},{"source":431,"target":426},{"source":427,"target":432},{"source":427,"target":433},{"source":427,"target":434},{"source":427,"target":435},{"source":427,"target":436},{"source":427,"target":437},{"source":427,"target":101},{"source":427,"target":438},{"source":427,"target":439},{"source":427,"target":440},{"source":427,"target":441},{"source":427,"target":442},{"source":427,"target":443},{"source":427,"target":444},{"source":427,"target":445},{"source":427,"target":7},{"source":432,"target":427},{"source":432,"target":446},{"source":432,"target":447},{"source":432,"target":448},{"source":432,"target":449},{"source":432,"target":450},{"source":432,"target":451},{"source":446,"target":432},{"source":446,"target":240},{"source":446,"target":242},{"source":446,"target":452},{"source":446,"target":453},{"source":452,"target":240},{"source":453,"target":242},{"source":447,"target":454},{"source":447,"target":432},{"source":447,"target":455},{"source":455,"target":456},{"source":455,"target":447},{"source":448,"target":432},{"source":449,"target":457},{"source":449,"target":432},{"source":450,"target":293},{"source":450,"target":458},{"source":450,"target":432},{"source":450,"target":459},{"source":458,"target":293},{"source":451,"target":426},{"source":451,"target":460},{"source":451,"target":432},{"source":460,"target":426},{"source":433,"target":427},{"source":433,"target":432},{"source":433,"target":461},{"source":433,"target":462},{"source":433,"target":463},{"source":461,"target":107},{"source":461,"target":464},{"source":461,"target":433},{"source":464,"target":107},{"source":462,"target":160},{"source":462,"target":465},{"source":462,"target":433},{"source":465,"target":160},{"source":463,"target":432},{"source":434,"target":427},{"source":434,"target":432},{"source":434,"target":466},{"source":434,"target":467},{"source":434,"target":468},{"source":434,"target":469},{"source":434,"target":470},{"source":434,"target":471},{"source":466,"target":158},{"source":466,"target":472},{"source":466,"target":434},{"source":472,"target":158},{"source":467,"target":158},{"source":467,"target":473},{"source":467,"target":434},{"source":473,"target":158},{"source":468,"target":63},{"source":468,"target":474},{"source":468,"target":434},{"source":474,"target":63},{"source":469,"target":159},{"source":469,"target":475},{"source":469,"target":434},{"source":475,"target":159},{"source":470,"target":259},{"source":470,"target":476},{"source":470,"target":434},{"source":476,"target":259},{"source":471,"target":432},{"source":435,"target":427},{"source":435,"target":432},{"source":435,"target":477},{"source":435,"target":478},{"source":435,"target":479},{"source":477,"target":259},{"source":477,"target":480},{"source":477,"target":435},{"source":480,"target":259},{"source":478,"target":256},{"source":478,"target":481},{"source":478,"target":435},{"source":481,"target":256},{"source":479,"target":432},{"source":436,"target":427},{"source":436,"target":432},{"source":436,"target":482},{"source":436,"target":483},{"source":436,"target":484},{"source":436,"target":485},{"source":482,"target":158},{"source":482,"target":486},{"source":482,"target":436},{"source":486,"target":158},{"source":483,"target":107},{"source":483,"target":487},{"source":483,"target":436},{"source":487,"target":107},{"source":484,"target":107},{"source":484,"target":488},{"source":484,"target":436},{"source":488,"target":107},{"source":485,"target":432},{"source":437,"target":427},{"source":437,"target":432},{"source":437,"target":489},{"source":437,"target":490},{"source":437,"target":491},{"source":489,"target":259},{"source":489,"target":492},{"source":489,"target":437},{"source":492,"target":259},{"source":490,"target":256},{"source":490,"target":493},{"source":490,"target":437},{"source":493,"target":256},{"source":491,"target":432},{"source":101,"target":427},{"source":101,"target":432},{"source":101,"target":494},{"source":101,"target":495},{"source":101,"target":496},{"source":101,"target":497},{"source":101,"target":498},{"source":494,"target":101},{"source":494,"target":499},{"source":494,"target":101},{"source":499,"target":101},{"source":495,"target":10},{"source":495,"target":500},{"source":495,"target":101},{"source":500,"target":10},{"source":496,"target":107},{"source":496,"target":501},{"source":496,"target":101},{"source":501,"target":107},{"source":497,"target":291},{"source":497,"target":502},{"source":497,"target":101},{"source":502,"target":291},{"source":498,"target":432},{"source":438,"target":427},{"source":438,"target":101},{"source":438,"target":503},{"source":438,"target":504},{"source":503,"target":11},{"source":503,"target":505},{"source":503,"target":438},{"source":505,"target":11},{"source":504,"target":101},{"source":439,"target":427},{"source":439,"target":101},{"source":439,"target":506},{"source":439,"target":507},{"source":506,"target":11},{"source":506,"target":508},{"source":506,"target":439},{"source":508,"target":11},{"source":507,"target":101},{"source":440,"target":427},{"source":440,"target":101},{"source":440,"target":509},{"source":440,"target":510},{"source":509,"target":13},{"source":509,"target":511},{"source":509,"target":440},{"source":511,"target":13},{"source":510,"target":101},{"source":441,"target":427},{"source":441,"target":432},{"source":441,"target":512},{"source":441,"target":513},{"source":441,"target":514},{"source":512,"target":515},{"source":512,"target":441},{"source":513,"target":516},{"source":513,"target":441},{"source":514,"target":432},{"source":442,"target":427},{"source":442,"target":441},{"source":442,"target":517},{"source":442,"target":518},{"source":517,"target":107},{"source":517,"target":519},{"source":517,"target":442},{"source":519,"target":107},{"source":518,"target":441},{"source":443,"target":427},{"source":443,"target":441},{"source":443,"target":520},{"source":443,"target":521},{"source":520,"target":158},{"source":520,"target":522},{"source":520,"target":443},{"source":522,"target":158},{"source":521,"target":441},{"source":444,"target":427},{"source":444,"target":441},{"source":444,"target":523},{"source":444,"target":524},{"source":523,"target":160},{"source":523,"target":525},{"source":523,"target":444},{"source":525,"target":160},{"source":524,"target":441},{"source":445,"target":427},{"source":445,"target":441},{"source":445,"target":526},{"source":445,"target":527},{"source":526,"target":160},{"source":526,"target":528},{"source":526,"target":445},{"source":528,"target":160},{"source":527,"target":441},{"source":428,"target":529},{"source":428,"target":530},{"source":428,"target":531},{"source":428,"target":532},{"source":428,"target":533},{"source":428,"target":534},{"source":428,"target":535},{"source":428,"target":536},{"source":428,"target":537},{"source":428,"target":538},{"source":428,"target":539},{"source":428,"target":540},{"source":428,"target":7},{"source":529,"target":428},{"source":529,"target":530},{"source":529,"target":541},{"source":529,"target":542},{"source":529,"target":543},{"source":529,"target":544},{"source":541,"target":545},{"source":541,"target":529},{"source":542,"target":546},{"source":542,"target":529},{"source":543,"target":547},{"source":543,"target":529},{"source":544,"target":530},{"source":530,"target":428},{"source":530,"target":548},{"source":530,"target":549},{"source":530,"target":550},{"source":530,"target":551},{"source":530,"target":552},{"source":530,"target":553},{"source":530,"target":554},{"source":530,"target":555},{"source":530,"target":556},{"source":530,"target":557},{"source":530,"target":558},{"source":548,"target":530},{"source":548,"target":242},{"source":548,"target":425},{"source":548,"target":559},{"source":548,"target":560},{"source":559,"target":242},{"source":560,"target":425},{"source":549,"target":530},{"source":549,"target":561},{"source":561,"target":259},{"source":561,"target":562},{"source":561,"target":549},{"source":562,"target":259},{"source":550,"target":563},{"source":550,"target":530},{"source":551,"target":530},{"source":551,"target":564},{"source":551,"target":530},{"source":564,"target":530},{"source":552,"target":565},{"source":552,"target":530},{"source":553,"target":530},{"source":554,"target":566},{"source":554,"target":530},{"source":554,"target":567},{"source":567,"target":568},{"source":567,"target":554},{"source":555,"target":293},{"source":555,"target":569},{"source":555,"target":530},{"source":555,"target":570},{"source":569,"target":293},{"source":556,"target":426},{"source":556,"target":571},{"source":556,"target":530},{"source":571,"target":426},{"source":557,"target":259},{"source":557,"target":572},{"source":557,"target":530},{"source":572,"target":259},{"source":558,"target":573},{"source":558,"target":530},{"source":531,"target":428},{"source":531,"target":530},{"source":531,"target":574},{"source":574,"target":530},{"source":532,"target":428},{"source":532,"target":530},{"source":532,"target":575},{"source":532,"target":576},{"source":532,"target":577},{"source":532,"target":578},{"source":575,"target":579},{"source":575,"target":532},{"source":576,"target":580},{"source":576,"target":532},{"source":577,"target":581},{"source":577,"target":532},{"source":578,"target":530},{"source":533,"target":428},{"source":533,"target":530},{"source":533,"target":582},{"source":533,"target":583},{"source":533,"target":584},{"source":582,"target":585},{"source":582,"target":533},{"source":583,"target":586},{"source":583,"target":533},{"source":584,"target":530},{"source":534,"target":428},{"source":534,"target":530},{"source":534,"target":587},{"source":534,"target":588},{"source":534,"target":589},{"source":587,"target":590},{"source":587,"target":534},{"source":588,"target":591},{"source":588,"target":534},{"source":589,"target":530},{"source":535,"target":428},{"source":535,"target":530},{"source":535,"target":592},{"source":535,"target":593},{"source":535,"target":594},{"source":535,"target":595},{"source":592,"target":596},{"source":592,"target":535},{"source":593,"target":597},{"source":593,"target":535},{"source":594,"target":598},{"source":594,"target":535},{"source":595,"target":530},{"source":536,"target":428},{"source":536,"target":530},{"source":536,"target":599},{"source":536,"target":600},{"source":536,"target":601},{"source":536,"target":602},{"source":599,"target":603},{"source":599,"target":536},{"source":600,"target":604},{"source":600,"target":536},{"source":601,"target":605},{"source":601,"target":536},{"source":602,"target":530},{"source":537,"target":428},{"source":537,"target":530},{"source":537,"target":606},{"source":537,"target":607},{"source":606,"target":608},{"source":606,"target":537},{"source":607,"target":530},{"source":538,"target":428},{"source":538,"target":530},{"source":538,"target":609},{"source":538,"target":610},{"source":609,"target":611},{"source":609,"target":538},{"source":610,"target":530},{"source":539,"target":428},{"source":539,"target":530},{"source":539,"target":612},{"source":539,"target":613},{"source":539,"target":614},{"source":539,"target":615},{"source":612,"target":616},{"source":612,"target":539},{"source":613,"target":617},{"source":613,"target":539},{"source":614,"target":618},{"source":614,"target":539},{"source":615,"target":530},{"source":540,"target":428},{"source":540,"target":530},{"source":540,"target":619},{"source":540,"target":620},{"source":619,"target":621},{"source":619,"target":540},{"source":620,"target":530},{"source":8,"target":293},{"source":8,"target":412},{"source":8,"target":0},{"source":293,"target":8},{"source":293,"target":622},{"source":293,"target":623},{"source":293,"target":624},{"source":293,"target":625},{"source":293,"target":570},{"source":293,"target":459},{"source":622,"target":293},{"source":623,"target":626},{"source":623,"target":293},{"source":624,"target":293},{"source":624,"target":627},{"source":624,"target":293},{"source":627,"target":293},{"source":625,"target":628},{"source":625,"target":293},{"source":570,"target":530},{"source":570,"target":629},{"source":570,"target":293},{"source":570,"target":555},{"source":629,"target":530},{"source":459,"target":432},{"source":459,"target":630},{"source":459,"target":293},{"source":459,"target":450},{"source":630,"target":432},{"source":412,"target":8},{"source":412,"target":631},{"source":412,"target":632},{"source":412,"target":633},{"source":412,"target":634},{"source":412,"target":635},{"source":412,"target":636},{"source":412,"target":637},{"source":412,"target":638},{"source":412,"target":639},{"source":412,"target":640},{"source":412,"target":641},{"source":631,"target":293},{"source":631,"target":642},{"source":631,"target":412},{"source":631,"target":643},{"source":642,"target":293},{"source":643,"target":530},{"source":643,"target":644},{"source":643,"target":631},{"source":644,"target":530},{"source":632,"target":412},{"source":633,"target":412},{"source":633,"target":645},{"source":633,"target":412},{"source":645,"target":412},{"source":634,"target":412},{"source":634,"target":646},{"source":646,"target":293},{"source":646,"target":647},{"source":646,"target":634},{"source":647,"target":293},{"source":635,"target":293},{"source":635,"target":648},{"source":635,"target":412},{"source":635,"target":649},{"source":648,"target":293},{"source":649,"target":650},{"source":649,"target":635},{"source":636,"target":293},{"source":636,"target":651},{"source":636,"target":412},{"source":651,"target":293},{"source":637,"target":258},{"source":637,"target":652},{"source":637,"target":412},{"source":652,"target":258},{"source":638,"target":653},{"source":638,"target":412},{"source":639,"target":654},{"source":639,"target":412},{"source":640,"target":655},{"source":640,"target":412},{"source":641,"target":656},{"source":641,"target":412},{"source":9,"target":124},{"source":9,"target":192},{"source":9,"target":657},{"source":9,"target":0},{"source":124,"target":9},{"source":124,"target":658},{"source":124,"target":659},{"source":124,"target":660},{"source":124,"target":661},{"source":124,"target":662},{"source":124,"target":663},{"source":658,"target":124},{"source":658,"target":664},{"source":658,"target":124},{"source":658,"target":28},{"source":658,"target":665},{"source":664,"target":124},{"source":665,"target":28},{"source":659,"target":666},{"source":659,"target":124},{"source":660,"target":657},{"source":660,"target":667},{"source":660,"target":124},{"source":667,"target":657},{"source":661,"target":124},{"source":661,"target":668},{"source":661,"target":124},{"source":668,"target":124},{"source":662,"target":66},{"source":662,"target":669},{"source":662,"target":124},{"source":669,"target":66},{"source":663,"target":66},{"source":663,"target":670},{"source":663,"target":124},{"source":670,"target":66},{"source":192,"target":9},{"source":192,"target":671},{"source":192,"target":672},{"source":192,"target":673},{"source":192,"target":674},{"source":192,"target":675},{"source":671,"target":676},{"source":671,"target":192},{"source":671,"target":677},{"source":677,"target":192},{"source":677,"target":678},{"source":677,"target":671},{"source":678,"target":192},{"source":672,"target":11},{"source":672,"target":679},{"source":672,"target":192},{"source":679,"target":11},{"source":673,"target":11},{"source":673,"target":680},{"source":673,"target":192},{"source":680,"target":11},{"source":674,"target":10},{"source":674,"target":681},{"source":674,"target":192},{"source":681,"target":10},{"source":675,"target":682},{"source":675,"target":192},{"source":657,"target":9},{"source":657,"target":683},{"source":657,"target":684},{"source":657,"target":685},{"source":657,"target":686},{"source":683,"target":657},{"source":683,"target":687},{"source":683,"target":657},{"source":683,"target":28},{"source":683,"target":688},{"source":687,"target":657},{"source":688,"target":28},{"source":684,"target":101},{"source":684,"target":689},{"source":684,"target":657},{"source":689,"target":101},{"source":685,"target":192},{"source":685,"target":690},{"source":685,"target":657},{"source":690,"target":192},{"source":686,"target":691},{"source":686,"target":657}],"multigraph":true}
true
<?xml version="1.0" encoding="ISO-8859-1"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage xmi:id="a1" name="PrimitiveTypes" nsURI="http://www.eclipse.org/gmt/2005/PrimitiveTypes" nsPrefix="primitiveTypes"> <eClassifiers xsi:type="ecore:EDataType" xmi:id="a2" name="Boolean" instanceClassName="java.lang.Boolean"/> <eClassifiers xsi:type="ecore:EDataType" xmi:id="a3" name="Integer" instanceClassName="java.lang.Integer"/> <eClassifiers xsi:type="ecore:EDataType" xmi:id="a4" name="String" instanceClassName="java.lang.String"/> </ecore:EPackage> <ecore:EPackage xmi:id="a5" name="KM3" nsURI="http://www.eclipse.org/gmt/2005/KM3" nsPrefix="km3"> <eClassifiers xsi:type="ecore:EClass" xmi:id="a6" name="LocatedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="a7" name="location" ordered="false" unique="false" lowerBound="1" eType="#a4"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="a8" name="commentsBefore" unique="false" upperBound="-1" eType="#a4"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="a9" name="commentsAfter" unique="false" upperBound="-1" eType="#a4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="a10" name="ModelElement" abstract="true" eSuperTypes="#a6"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="a11" name="name" ordered="false" unique="false" lowerBound="1" eType="#a4"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="a12" name="package" ordered="false" lowerBound="1" eType="#a43" eOpposite="#a44"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="a13" name="Classifier" eSuperTypes="#a10"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="a14" name="DataType" eSuperTypes="#a13"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="a15" name="Enumeration" eSuperTypes="#a13"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="a16" name="literals" upperBound="-1" eType="#a17" containment="true" eOpposite="#a18"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="a17" name="EnumLiteral" eSuperTypes="#a10"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="a18" name="enum" ordered="false" lowerBound="1" eType="#a15" eOpposite="#a16"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="a19" name="Class" eSuperTypes="#a13"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="a20" name="isAbstract" ordered="false" unique="false" lowerBound="1" eType="#a2"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="a21" name="supertypes" ordered="false" upperBound="-1" eType="#a19"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="a22" name="structuralFeatures" upperBound="-1" eType="#a30" containment="true" eOpposite="#a31"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="a23" name="operations" upperBound="-1" eType="#a38" containment="true" eOpposite="#a39"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="a24" name="TypedElement" eSuperTypes="#a10"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="a25" name="lower" ordered="false" unique="false" lowerBound="1" eType="#a3"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="a26" name="upper" ordered="false" unique="false" lowerBound="1" eType="#a3"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="a27" name="isOrdered" ordered="false" unique="false" lowerBound="1" eType="#a2"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="a28" name="isUnique" ordered="false" unique="false" lowerBound="1" eType="#a2"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="a29" name="type" ordered="false" lowerBound="1" eType="#a13"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="a30" name="StructuralFeature" eSuperTypes="#a24"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="a31" name="owner" ordered="false" lowerBound="1" eType="#a19" eOpposite="#a22"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="a32" name="subsetOf" ordered="false" upperBound="-1" eType="#a30" eOpposite="#a33"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="a33" name="derivedFrom" ordered="false" upperBound="-1" eType="#a30" eOpposite="#a32"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="a34" name="Attribute" eSuperTypes="#a30"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="a35" name="Reference" eSuperTypes="#a30"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="a36" name="isContainer" ordered="false" unique="false" lowerBound="1" eType="#a2"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="a37" name="opposite" ordered="false" eType="#a35"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="a38" name="Operation" eSuperTypes="#a24"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="a39" name="owner" ordered="false" lowerBound="1" eType="#a19" eOpposite="#a23"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="a40" name="parameters" upperBound="-1" eType="#a41" containment="true" eOpposite="#a42"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="a41" name="Parameter" eSuperTypes="#a24"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="a42" name="owner" ordered="false" lowerBound="1" eType="#a38" eOpposite="#a40"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="a43" name="Package" eSuperTypes="#a10"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="a44" name="contents" upperBound="-1" eType="#a10" containment="true" eOpposite="#a12"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="a45" name="metamodel" ordered="false" lowerBound="1" eType="#a46" eOpposite="#a47"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="a46" name="Metamodel" eSuperTypes="#a6"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="a47" name="contents" upperBound="-1" eType="#a43" containment="true" eOpposite="#a45"/> </eClassifiers> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/DevBoost/EMFText-Zoo/Inhabitants/KM3/org.emftext.language.km3/metamodel/KM3.ecore
ecore
PrimitiveTypes Boolean java.lang.Boolean java.lang.Boolean Integer java.lang.Integer java.lang.Integer String java.lang.String java.lang.String KM3 LocatedElement location commentsBefore commentsAfter ModelElement name package Classifier DataType Enumeration literals EnumLiteral enum Class isAbstract supertypes structuralFeatures operations TypedElement lower upper isOrdered isUnique type StructuralFeature owner subsetOf derivedFrom Attribute Reference isContainer opposite Operation owner parameters Parameter owner Package contents metamodel Metamodel contents
null
{"directed":true,"nodes":[{"nsPrefix":"primitiveTypes","nsURI":"http://www.eclipse.org/gmt/2005/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.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":3,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"km3","nsURI":"http://www.eclipse.org/gmt/2005/KM3","name":"KM3","id":4,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteral","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":"TypedElement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","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":"Reference","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metamodel","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsBefore","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsAfter","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":26,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"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":"enum","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":40,"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":"supertypes","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":"structuralFeatures","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":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"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":48,"derived":false},{"id":49,"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":50,"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":"lower","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"upper","changeable":true,"lowerBound":1,"iD":false,"id":52,"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":"isOrdered","changeable":true,"lowerBound":1,"iD":false,"id":53,"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":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subsetOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"derivedFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isContainer","changeable":true,"lowerBound":1,"iD":false,"id":69,"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":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"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":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"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":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"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":4,"target":14},{"source":4,"target":15},{"source":4,"target":16},{"source":4,"target":17},{"source":4,"target":18},{"source":4,"target":19},{"source":5,"target":4},{"source":5,"target":20},{"source":5,"target":21},{"source":5,"target":22},{"source":20,"target":3},{"source":20,"target":23},{"source":20,"target":5},{"source":23,"target":3},{"source":21,"target":3},{"source":21,"target":24},{"source":21,"target":5},{"source":24,"target":3},{"source":22,"target":3},{"source":22,"target":25},{"source":22,"target":5},{"source":25,"target":3},{"source":6,"target":4},{"source":6,"target":5},{"source":6,"target":26},{"source":6,"target":27},{"source":6,"target":28},{"source":26,"target":3},{"source":26,"target":29},{"source":26,"target":6},{"source":29,"target":3},{"source":27,"target":18},{"source":27,"target":30},{"source":27,"target":6},{"source":27,"target":31},{"source":30,"target":18},{"source":28,"target":5},{"source":7,"target":4},{"source":7,"target":6},{"source":7,"target":32},{"source":32,"target":6},{"source":8,"target":4},{"source":8,"target":7},{"source":8,"target":33},{"source":33,"target":7},{"source":9,"target":4},{"source":9,"target":7},{"source":9,"target":34},{"source":9,"target":35},{"source":34,"target":10},{"source":34,"target":36},{"source":34,"target":9},{"source":34,"target":37},{"source":36,"target":10},{"source":35,"target":7},{"source":10,"target":4},{"source":10,"target":6},{"source":10,"target":37},{"source":10,"target":38},{"source":37,"target":9},{"source":37,"target":39},{"source":37,"target":10},{"source":37,"target":34},{"source":39,"target":9},{"source":38,"target":6},{"source":11,"target":4},{"source":11,"target":7},{"source":11,"target":40},{"source":11,"target":41},{"source":11,"target":42},{"source":11,"target":43},{"source":11,"target":44},{"source":40,"target":1},{"source":40,"target":45},{"source":40,"target":11},{"source":45,"target":1},{"source":41,"target":11},{"source":41,"target":46},{"source":41,"target":11},{"source":46,"target":11},{"source":42,"target":13},{"source":42,"target":47},{"source":42,"target":11},{"source":42,"target":48},{"source":47,"target":13},{"source":43,"target":16},{"source":43,"target":49},{"source":43,"target":11},{"source":43,"target":50},{"source":49,"target":16},{"source":44,"target":7},{"source":12,"target":4},{"source":12,"target":6},{"source":12,"target":51},{"source":12,"target":52},{"source":12,"target":53},{"source":12,"target":54},{"source":12,"target":55},{"source":12,"target":56},{"source":51,"target":2},{"source":51,"target":57},{"source":51,"target":12},{"source":57,"target":2},{"source":52,"target":2},{"source":52,"target":58},{"source":52,"target":12},{"source":58,"target":2},{"source":53,"target":1},{"source":53,"target":59},{"source":53,"target":12},{"source":59,"target":1},{"source":54,"target":1},{"source":54,"target":60},{"source":54,"target":12},{"source":60,"target":1},{"source":55,"target":7},{"source":55,"target":61},{"source":55,"target":12},{"source":61,"target":7},{"source":56,"target":6},{"source":13,"target":4},{"source":13,"target":12},{"source":13,"target":48},{"source":13,"target":62},{"source":13,"target":63},{"source":13,"target":64},{"source":48,"target":11},{"source":48,"target":65},{"source":48,"target":13},{"source":48,"target":42},{"source":65,"target":11},{"source":62,"target":13},{"source":62,"target":66},{"source":62,"target":13},{"source":62,"target":63},{"source":66,"target":13},{"source":63,"target":13},{"source":63,"target":67},{"source":63,"target":13},{"source":63,"target":62},{"source":67,"target":13},{"source":64,"target":12},{"source":14,"target":4},{"source":14,"target":13},{"source":14,"target":68},{"source":68,"target":13},{"source":15,"target":4},{"source":15,"target":13},{"source":15,"target":69},{"source":15,"target":70},{"source":15,"target":71},{"source":69,"target":1},{"source":69,"target":72},{"source":69,"target":15},{"source":72,"target":1},{"source":70,"target":15},{"source":70,"target":73},{"source":70,"target":15},{"source":73,"target":15},{"source":71,"target":13},{"source":16,"target":4},{"source":16,"target":12},{"source":16,"target":50},{"source":16,"target":74},{"source":16,"target":75},{"source":50,"target":11},{"source":50,"target":76},{"source":50,"target":16},{"source":50,"target":43},{"source":76,"target":11},{"source":74,"target":17},{"source":74,"target":77},{"source":74,"target":16},{"source":74,"target":78},{"source":77,"target":17},{"source":75,"target":12},{"source":17,"target":4},{"source":17,"target":12},{"source":17,"target":78},{"source":17,"target":79},{"source":78,"target":16},{"source":78,"target":80},{"source":78,"target":17},{"source":78,"target":74},{"source":80,"target":16},{"source":79,"target":12},{"source":18,"target":4},{"source":18,"target":6},{"source":18,"target":31},{"source":18,"target":81},{"source":18,"target":82},{"source":31,"target":6},{"source":31,"target":83},{"source":31,"target":18},{"source":31,"target":27},{"source":83,"target":6},{"source":81,"target":19},{"source":81,"target":84},{"source":81,"target":18},{"source":81,"target":85},{"source":84,"target":19},{"source":82,"target":6},{"source":19,"target":4},{"source":19,"target":5},{"source":19,"target":85},{"source":19,"target":86},{"source":85,"target":18},{"source":85,"target":87},{"source":85,"target":19},{"source":85,"target":81},{"source":87,"target":18},{"source":86,"target":5}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="_1" nsURI="http://scap.nist.gov/schema/asset-reporting-format/1.1" nsPrefix="_1"> <eAnnotations> <details key="appinfo" value="&#xA; &lt;schema>Asset Reporting Format&lt;/schema>&#xA; &lt;author>David Waltermire, Adam Halbardier, John Wunder&lt;/author>&#xA; &lt;version>1.1.1&lt;/version>&#xA; &lt;date>2012-02-13&lt;/date>&#xA; &lt;sch:schema xmlns:sch=&quot;http://purl.oclc.org/dsdl/schematron&quot; queryBinding=&quot;xslt2&quot;>&#xA; &lt;sch:ns prefix=&quot;xml&quot; uri=&quot;http://www.w3.org/XML/1998/namespace&quot;/>&#xA; &lt;sch:ns prefix=&quot;xsd&quot; uri=&quot;http://www.w3.org/2001/XMLSchema&quot;/>&#xA; &lt;sch:ns prefix=&quot;arf&quot; uri=&quot;http://scap.nist.gov/schema/asset-reporting-format/1.1&quot;/>&#xA; &lt;sch:ns prefix=&quot;core&quot; uri=&quot;http://scap.nist.gov/schema/reporting-core/1.1&quot;/>&#xA; &lt;sch:ns prefix=&quot;ai&quot; uri=&quot;http://scap.nist.gov/schema/asset-identification/1.1&quot;/>&#xA; &lt;sch:ns prefix=&quot;fn&quot; uri=&quot;http://www.w3.org/2005/xpath-functions&quot;/>&#xA; &lt;sch:ns prefix=&quot;xcf&quot; uri=&quot;nist:scap:arf:xslt:function&quot;/>&#xA; &lt;sch:pattern>&#xA; &lt;!-- 2011-11-29 - Correcting defect. The namespace is updated to match the namespace specified in NIST IR 7694, Section 6.1 -->&#xA; &lt;!-- &lt;sch:let name=&quot;arf-namespace&quot; value=&quot;string('http://scap.nist.gov/vocabulary/arf/relationships/1.0#')&quot;/> -->&#xA; &lt;sch:let name=&quot;arf-namespace&quot; value=&quot;string('http://scap.nist.gov/specifications/arf/vocabulary/relationships/1.0#')&quot;/>&#xA; &lt;sch:rule context=&quot;core:relationship[fn:resolve-QName(@type, current()) eq fn:QName($arf-namespace,'isAbout' )]&quot;>&#xA; &lt;sch:assert test=&quot;exists(ancestor::arf:asset-report-collection/arf:reports/arf:report[@id eq current()/@subject])&quot;>&#xA; &lt;sch:value-of select=&quot;xcf:controlled-vocab-error-domain(current(),'report')&quot;/>&#xA; &lt;/sch:assert>&#xA; &lt;sch:assert test=&quot;every $m in core:ref satisfies current()/ancestor::arf:asset-report-collection/arf:assets/arf:asset[@id eq $m]&quot;>&#xA; &lt;sch:value-of select=&quot;xcf:controlled-vocab-error-range(current(),'asset')&quot;/>&#xA; &lt;/sch:assert>&#xA; &lt;/sch:rule>&#xA; &lt;sch:rule context=&quot;core:relationship[fn:resolve-QName(@type, current()) eq fn:QName($arf-namespace,'retrievedFrom' )]&quot;>&#xA; &lt;sch:assert test=&quot;exists(ancestor::arf:asset-report-collection/arf:reports/arf:report[@id eq current()/@subject])&quot;>&#xA; &lt;sch:value-of select=&quot;xcf:controlled-vocab-error-domain(current(),'report')&quot;/>&#xA; &lt;/sch:assert>&#xA; &lt;sch:assert test=&quot;every $m in core:ref satisfies current()/ancestor::arf:asset-report-collection/arf:assets/arf:asset[@id eq $m]&quot;>&#xA; &lt;sch:value-of select=&quot;xcf:controlled-vocab-error-range(current(),'asset')&quot;/>&#xA; &lt;/sch:assert>&#xA; &lt;/sch:rule>&#xA; &lt;sch:rule context=&quot;core:relationship[fn:resolve-QName(@type, current()) eq fn:QName($arf-namespace,'createdBy' )]&quot;>&#xA; &lt;sch:assert test=&quot;exists(ancestor::arf:asset-report-collection/arf:reports/arf:report[@id eq current()/@subject])&quot;>&#xA; &lt;sch:value-of select=&quot;xcf:controlled-vocab-error-domain(current(),'report')&quot;/>&#xA; &lt;/sch:assert>&#xA; &lt;sch:assert test=&quot;every $m in core:ref satisfies current()/ancestor::arf:asset-report-collection/arf:assets/arf:asset[@id eq $m]&quot;>&#xA; &lt;sch:value-of select=&quot;xcf:controlled-vocab-error-range(current(),'asset')&quot;/>&#xA; &lt;/sch:assert>&#xA; &lt;/sch:rule>&#xA; &lt;sch:rule context=&quot;core:relationship[fn:resolve-QName(@type, current()) eq fn:QName($arf-namespace,'hasSource' )]&quot;>&#xA; &lt;sch:assert test=&quot;exists(ancestor::arf:asset-report-collection/arf:reports/arf:report[@id eq current()/@subject])&quot;>&#xA; &lt;sch:value-of select=&quot;xcf:controlled-vocab-error-domain(current(),'report')&quot;/>&#xA; &lt;/sch:assert>&#xA; &lt;sch:assert test=&quot;every $m in core:ref satisfies current()/ancestor::arf:asset-report-collection/arf:assets/arf:asset[@id eq $m]&quot;>&#xA; &lt;sch:value-of select=&quot;xcf:controlled-vocab-error-range(current(),'asset')&quot;/>&#xA; &lt;/sch:assert>&#xA; &lt;/sch:rule>&#xA; &lt;sch:rule context=&quot;core:relationship[fn:resolve-QName(@type, current()) eq fn:QName($arf-namespace,'recordedBy' )]&quot;>&#xA; &lt;sch:assert test=&quot;exists(ancestor::arf:asset-report-collection/arf:reports/arf:report[@id eq current()/@subject])&quot;>&#xA; &lt;sch:value-of select=&quot;xcf:controlled-vocab-error-domain(current(),'report')&quot;/>&#xA; &lt;/sch:assert>&#xA; &lt;sch:assert test=&quot;every $m in core:ref satisfies current()/ancestor::arf:asset-report-collection/arf:assets/arf:asset[@id eq $m]&quot;>&#xA; &lt;sch:value-of select=&quot;xcf:controlled-vocab-error-range(current(),'asset')&quot;/>&#xA; &lt;/sch:assert>&#xA; &lt;/sch:rule>&#xA; &lt;sch:rule context=&quot;core:relationship[fn:resolve-QName(@type, current()) eq fn:QName($arf-namespace,'initiatedBy' )]&quot;>&#xA; &lt;sch:assert test=&quot;exists(ancestor::arf:asset-report-collection/arf:reports/arf:report[@id eq current()/@subject])&quot;>&#xA; &lt;sch:value-of select=&quot;xcf:controlled-vocab-error-domain(current(),'report')&quot;/>&#xA; &lt;/sch:assert>&#xA; &lt;sch:assert test=&quot;every $m in core:ref satisfies current()/ancestor::arf:asset-report-collection/arf:assets/arf:asset[@id eq $m]&quot;>&#xA; &lt;sch:value-of select=&quot;xcf:controlled-vocab-error-range(current(),'asset')&quot;/>&#xA; &lt;/sch:assert>&#xA; &lt;/sch:rule>&#xA; &lt;sch:rule context=&quot;core:relationship[fn:resolve-QName(@type, current()) eq fn:QName($arf-namespace,'createdFor' )]&quot;>&#xA; &lt;sch:assert test=&quot;exists(ancestor::arf:asset-report-collection/arf:reports/arf:report[@id eq current()/@subject])&quot;>&#xA; &lt;sch:value-of select=&quot;xcf:controlled-vocab-error-domain(current(),'report')&quot;/>&#xA; &lt;/sch:assert>&#xA; &lt;sch:assert test=&quot;every $m in core:ref satisfies current()/ancestor::arf:asset-report-collection/arf:report-requests/arf:report-request[@id eq $m]&quot;>&#xA; &lt;sch:value-of select=&quot;xcf:controlled-vocab-error-range(current(),'report-request')&quot;/>&#xA; &lt;/sch:assert>&#xA; &lt;/sch:rule>&#xA; &lt;sch:rule context=&quot;core:relationship[fn:resolve-QName(@type, current()) eq fn:QName($arf-namespace,'hasMetadata' )]&quot;>&#xA; &lt;sch:assert test=&quot;exists(ancestor::arf:asset-report-collection/arf:reports/arf:report[@id eq current()/@subject])&quot;>&#xA; &lt;sch:value-of select=&quot;xcf:controlled-vocab-error-domain(current(),'report')&quot;/>&#xA; &lt;/sch:assert>&#xA; &lt;sch:assert test=&quot;every $m in core:ref satisfies current()/ancestor::arf:asset-report-collection/arf:reports/arf:report[@id eq $m]&quot;>&#xA; &lt;sch:value-of select=&quot;xcf:controlled-vocab-error-range(current(),'report')&quot;/>&#xA; &lt;/sch:assert>&#xA; &lt;/sch:rule>&#xA; &lt;/sch:pattern>&#xA; &lt;xsl:function xmlns=&quot;http://www.w3.org/1999/XSL/Transform&quot; xmlns:fn=&quot;http://www.w3.org/2005/xpath-functions&quot; xmlns:xcf=&quot;nist:scap:arf:xslt:function&quot; xmlns:xsl=&quot;http://www.w3.org/1999/XSL/Transform&quot; name=&quot;xcf:controlled-vocab-error-domain&quot;>&#xA; &lt;xsl:param name=&quot;node&quot;/>&#xA; &lt;xsl:param name=&quot;refName&quot;/>&#xA; &lt;xsl:value-of select=&quot;concat(concat(concat(concat(string('All @subject attribute in a relationship of type '),namespace-uri-from-QName(resolve-QName($node/@type, $node))),local-name-from-QName(resolve-QName($node/@type, $node))),string(' must reference a ')),$refName)&quot;/>&#xA; &lt;/xsl:function>&#xA; &lt;xsl:function xmlns=&quot;http://www.w3.org/1999/XSL/Transform&quot; xmlns:fn=&quot;http://www.w3.org/2005/xpath-functions&quot; xmlns:xcf=&quot;nist:scap:arf:xslt:function&quot; xmlns:xsl=&quot;http://www.w3.org/1999/XSL/Transform&quot; name=&quot;xcf:controlled-vocab-error-range&quot;>&#xA; &lt;xsl:param name=&quot;node&quot;/>&#xA; &lt;xsl:param name=&quot;refName&quot;/>&#xA; &lt;xsl:value-of select=&quot;concat(concat(concat(concat(string('All &amp;lt;ref&amp;gt; elements in a relationship of type '),namespace-uri-from-QName(resolve-QName($node/@type, $node))),local-name-from-QName(resolve-QName($node/@type, $node))),string(' must reference a ')),$refName)&quot;/>&#xA; &lt;/xsl:function>&#xA; &lt;/sch:schema>&#xA; &#xA;&#xA; &lt;schema>Asset Identification&lt;/schema>&#xA; &lt;author>David Waltermire, Adam Halbardier, John Wunder&lt;/author>&#xA; &lt;version>1.1.1&lt;/version>&#xA; &lt;date>2012-02-13&lt;/date>&#xA; &#xA;&#xA; &lt;schema>Reporting Core&lt;/schema>&#xA; &lt;author>David Waltermire, Adam Halbardier, John Wunder&lt;/author>&#xA; &lt;version>1.1.0&lt;/version>&#xA; &lt;date>2011-06-02&lt;/date>&#xA; &#xA;&#xA; &lt;schema>CPE 2.3 Naming&lt;/schema>&#xA; &lt;author>Adam Halbardier&lt;/author>&#xA; &lt;version>2.3&lt;/version>&#xA; &lt;date>2011-07-29&lt;/date>&#xA; "/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="xNL: eXtensible Name Language&#xA;Original Date of Creation: 26 March 2001&#xA;Copyright(c) 2002, OASIS. All Rights Reserved [http://www.oasis-open.org]&#xA;Contact: Customer Information Quality Technical Committee, OASIS&#xA;http://www.oasis-open.org/committees/ciq&#xA;Version: 2.0 - Date of Creation: 01 May 2002&#xA;Last Update: 24 July 2002&#xA;Previous Version: V1.1&#xA;xAL: eXtensible Address Language &#xA;This is an XML document type definition (DTD) for&#xA;defining addresses.&#xA;Original Date of Creation: 1 March 2001&#xA;Copyright(c) 2000, OASIS. All Rights Reserved [http://www.oasis-open.org]&#xA;Contact: Customer Information Quality Technical Committee, OASIS&#xA;http://www.oasis-open.org/committees/ciq&#xA;VERSION: 2.0 [MAJOR RELEASE] Date of Creation: 01 May 2002&#xA;Last Update: 24 July 2002&#xA;Previous Version: 1.3&#xA;Common Attributes:Type - If not documented then it means, possible values of Type not limited to: Official, Unique, Abbreviation, OldName, Synonym&#xA;Code:Address element codes are used by groups like postal groups like ECCMA, ADIS, UN/PROLIST for postal services&#xA; &#xA;This schema document provides attribute declarations and&#xA;attribute group, complex type and simple type definitions which can be used in&#xA;the construction of user schemas to define the structure of particular linking&#xA;constructs, e.g.&#xA;&#xA;&lt;xs:schema xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot;&#xA; xmlns:xl=&quot;http://www.w3.org/1999/xlink&quot;>&#xA;&#xA; &lt;xs:import namespace=&quot;http://www.w3.org/1999/xlink&quot;&#xA; location=&quot;http://www.w3.org/1999/xlink.xsd&quot;>&#xA;&#xA; &lt;xs:element name=&quot;mySimple&quot;>&#xA; &lt;xs:complexType>&#xA; ...&#xA; &lt;xs:attributeGroup ref=&quot;xl:simpleAttrs&quot;/>&#xA; ...&#xA; &lt;/xs:complexType>&#xA; &lt;/xs:element>&#xA; ...&#xA;&lt;/xs:schema>&#xA;&#xA; &lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;>&#xA; &lt;h1>About the XML namespace&lt;/h1>&#xA;&#xA; &lt;div class=&quot;bodytext&quot;>&#xA; &lt;p>&#xA; This schema document describes the XML namespace, in a form&#xA; suitable for import by other schema documents.&#xA; &lt;/p>&#xA; &lt;p>&#xA; See &lt;a href=&quot;http://www.w3.org/XML/1998/namespace.html&quot;>&#xA; http://www.w3.org/XML/1998/namespace.html&lt;/a> and&#xA; &lt;a href=&quot;http://www.w3.org/TR/REC-xml&quot;>&#xA; http://www.w3.org/TR/REC-xml&lt;/a> for information &#xA; about this namespace.&#xA; &lt;/p>&#xA; &lt;p>&#xA; Note that local names in this namespace are intended to be&#xA; defined only by the World Wide Web Consortium or its subgroups.&#xA; The names currently defined in this namespace are listed below.&#xA; They should not be used with conflicting semantics by any Working&#xA; Group, specification, or document instance.&#xA; &lt;/p>&#xA; &lt;p> &#xA; See further below in this document for more information about &lt;a href=&quot;#usage&quot;>how to refer to this schema document from your own&#xA; XSD schema documents&lt;/a> and about &lt;a href=&quot;#nsversioning&quot;>the&#xA; namespace-versioning policy governing this schema document&lt;/a>.&#xA; &lt;/p>&#xA; &lt;/div>&#xA; &lt;/div>&#xA; &#xA;&#xA; &lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;>&#xA; &#xA; &lt;h3>Father (in any context at all)&lt;/h3> &#xA;&#xA; &lt;div class=&quot;bodytext&quot;>&#xA; &lt;p>&#xA; denotes Jon Bosak, the chair of &#xA; the original XML Working Group. This name is reserved by &#xA; the following decision of the W3C XML Plenary and &#xA; XML Coordination groups:&#xA; &lt;/p>&#xA; &lt;blockquote>&#xA; &lt;p>&#xA;&#x9;In appreciation for his vision, leadership and&#xA;&#x9;dedication the W3C XML Plenary on this 10th day of&#xA;&#x9;February, 2000, reserves for Jon Bosak in perpetuity&#xA;&#x9;the XML name &quot;xml:Father&quot;.&#xA; &lt;/p>&#xA; &lt;/blockquote>&#xA; &lt;/div>&#xA; &lt;/div>&#xA; &#xA;&#xA; &lt;div id=&quot;usage&quot; xml:id=&quot;usage&quot; xmlns=&quot;http://www.w3.org/1999/xhtml&quot;>&#xA; &lt;h2>&#xA; &lt;a name=&quot;usage&quot;>About this schema document&lt;/a>&#xA; &lt;/h2>&#xA;&#xA; &lt;div class=&quot;bodytext&quot;>&#xA; &lt;p>&#xA; This schema defines attributes and an attribute group suitable&#xA; for use by schemas wishing to allow &lt;code>xml:base&lt;/code>,&#xA; &lt;code>xml:lang&lt;/code>, &lt;code>xml:space&lt;/code> or&#xA; &lt;code>xml:id&lt;/code> attributes on elements they define.&#xA; &lt;/p>&#xA; &lt;p>&#xA; To enable this, such a schema must import this schema for&#xA; the XML namespace, e.g. as follows:&#xA; &lt;/p>&#xA; &lt;pre>&#xA; &amp;lt;schema . . .&amp;gt;&#xA; . . .&#xA; &amp;lt;import namespace=&quot;http://www.w3.org/XML/1998/namespace&quot;&#xA; schemaLocation=&quot;http://www.w3.org/2001/xml.xsd&quot;/&amp;gt;&#xA; &lt;/pre>&#xA; &lt;p>&#xA; or&#xA; &lt;/p>&#xA; &lt;pre>&#xA; &amp;lt;import namespace=&quot;http://www.w3.org/XML/1998/namespace&quot;&#xA; schemaLocation=&quot;http://www.w3.org/2009/01/xml.xsd&quot;/&amp;gt;&#xA; &lt;/pre>&#xA; &lt;p>&#xA; Subsequently, qualified reference to any of the attributes or the&#xA; group defined below will have the desired effect, e.g.&#xA; &lt;/p>&#xA; &lt;pre>&#xA; &amp;lt;type . . .&amp;gt;&#xA; . . .&#xA; &amp;lt;attributeGroup ref=&quot;xml:specialAttrs&quot;/&amp;gt;&#xA; &lt;/pre>&#xA; &lt;p>&#xA; will define a type which will schema-validate an instance element&#xA; with any of those attributes.&#xA; &lt;/p>&#xA; &lt;/div>&#xA; &lt;/div>&#xA; &#xA;&#xA; &lt;div id=&quot;nsversioning&quot; xml:id=&quot;nsversioning&quot; xmlns=&quot;http://www.w3.org/1999/xhtml&quot;>&#xA; &lt;h2>&#xA; &lt;a name=&quot;nsversioning&quot;>Versioning policy for this schema document&lt;/a>&#xA; &lt;/h2>&#xA; &lt;div class=&quot;bodytext&quot;>&#xA; &lt;p>&#xA; In keeping with the XML Schema WG's standard versioning&#xA; policy, this schema document will persist at&#xA; &lt;a href=&quot;http://www.w3.org/2009/01/xml.xsd&quot;>&#xA; http://www.w3.org/2009/01/xml.xsd&lt;/a>.&#xA; &lt;/p>&#xA; &lt;p>&#xA; At the date of issue it can also be found at&#xA; &lt;a href=&quot;http://www.w3.org/2001/xml.xsd&quot;>&#xA; http://www.w3.org/2001/xml.xsd&lt;/a>.&#xA; &lt;/p>&#xA; &lt;p>&#xA; The schema document at that URI may however change in the future,&#xA; in order to remain compatible with the latest version of XML&#xA; Schema itself, or with the XML namespace itself. In other words,&#xA; if the XML Schema or XML namespaces change, the version of this&#xA; document at &lt;a href=&quot;http://www.w3.org/2001/xml.xsd&quot;>&#xA; http://www.w3.org/2001/xml.xsd &#xA; &lt;/a> &#xA; will change accordingly; the version at &#xA; &lt;a href=&quot;http://www.w3.org/2009/01/xml.xsd&quot;>&#xA; http://www.w3.org/2009/01/xml.xsd &#xA; &lt;/a> &#xA; will not change.&#xA; &lt;/p>&#xA; &lt;p>&#xA; Previous dated (and unchanging) versions of this schema &#xA; document are at:&#xA; &lt;/p>&#xA; &lt;ul>&#xA; &lt;li>&#xA; &lt;a href=&quot;http://www.w3.org/2009/01/xml.xsd&quot;>&#xA;&#x9;http://www.w3.org/2009/01/xml.xsd&lt;/a>&#xA; &lt;/li>&#xA; &lt;li>&#xA; &lt;a href=&quot;http://www.w3.org/2007/08/xml.xsd&quot;>&#xA;&#x9;http://www.w3.org/2007/08/xml.xsd&lt;/a>&#xA; &lt;/li>&#xA; &lt;li>&#xA; &lt;a href=&quot;http://www.w3.org/2004/10/xml.xsd&quot;>&#xA;&#x9;http://www.w3.org/2004/10/xml.xsd&lt;/a>&#xA; &lt;/li>&#xA; &lt;li>&#xA; &lt;a href=&quot;http://www.w3.org/2001/03/xml.xsd&quot;>&#xA;&#x9;http://www.w3.org/2001/03/xml.xsd&lt;/a>&#xA; &lt;/li>&#xA; &lt;/ul>&#xA; &lt;/div>&#xA; &lt;/div>&#xA; "/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="AssetReportCollectionType" eSuperTypes="_12.ecore#//RelationshipsContainerType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="asset-report-collection_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="reportRequests" eType="#//ReportRequestsType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains one or more requests for reports. Each report request must be referenced in a relationship on a report in the same asset-report-collection."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="report-requests"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="assets" eType="#//AssetsType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains the representation of one or more assets represented using the Asset Identification format."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="assets"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="reports" lowerBound="1" eType="#//ReportsType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains one or more reports."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="reports"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedInfos" eType="#//ExtendedInfosType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contain other information elements. Used as an extension point."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="extended-infos"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The id for this collection."/> </eAnnotations> <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="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A placeholder so that content creators can add attributes as desired."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="##other"/> <details key="name" value=":6"/> <details key="processing" value="strict"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssetsType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="assets_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="asset" lowerBound="1" upperBound="-1" eType="#//AssetType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="asset"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssetType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="asset_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="assetGroup" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Holds identifying attributes that are common to all assets."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="asset:group"/> <details key="namespace" value="http://scap.nist.gov/schema/asset-identification/1.1"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="asset" eType="ecore:EClass _11.ecore#//AssetType1" changeable="false" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Holds identifying attributes that are common to all assets."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="asset"/> <details key="namespace" value="http://scap.nist.gov/schema/asset-identification/1.1"/> <details key="group" value="http://scap.nist.gov/schema/asset-identification/1.1#asset:group"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="remoteResource" eType="#//RemoteResourceType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Links to content stored external to this report."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="remote-resource"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An internal ID to identify this asset."/> </eAnnotations> <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="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A placeholder so that content creators can add attributes as&#xA; desired."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="##other"/> <details key="name" value=":4"/> <details key="processing" value="strict"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="content_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##other"/> <details key="name" value=":0"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataValidEndDate" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Date"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="data-valid-end-date"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataValidStartDate" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Date"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="data-valid-start-date"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A placeholder so that content creators can add attributes as desired."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="##other"/> <details key="name" value=":3"/> <details key="processing" value="strict"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentType1"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="content_._1_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Holds the content of a report request."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##other"/> <details key="name" value=":0"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A placeholder so that content creators can add attributes as desired."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="##other"/> <details key="name" value=":1"/> <details key="processing" value="strict"/> </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="assetReportCollection" upperBound="-2" eType="#//AssetReportCollectionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The top-level report element."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="asset-report-collection"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="objectRef" upperBound="-2" eType="#//ObjectRefType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Report creators can embedding this element in a report with the @ref_id referencing the ID of an asset, report, or report request. This element effectively acts as a pointer, allowing content produces to reference higher level ARF constructs in a report, without duplicating the data in that ARF construct."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="object-ref"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="remoteResource" upperBound="-2" eType="#//RemoteResourceType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Links to content stored external to this report."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="remote-resource"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtendedInfosType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="extended-infos_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedInfo" lowerBound="1" upperBound="-1" eType="#//ExtendedInfoType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains other information. Use as an extension point for data that does not fall into the categories defined in asset-report-collection."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="extended-info"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtendedInfoType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="extended-info_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##other"/> <details key="name" value=":0"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An internal ID to identify this object."/> </eAnnotations> <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="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A placeholder so that content creators can add attributes as desired."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="##other"/> <details key="name" value=":2"/> <details key="processing" value="strict"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectRefType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="object-ref_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refId" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ref-id"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RemoteResourceType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="remote-resource_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="href" lowerBound="1" eType="ecore:EDataType xlink.ecore#//HrefType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A URI to the remote content. Producers and consumers should both know how to resolve the URI in order to be interoperable."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="href"/> <details key="namespace" value="http://www.w3.org/1999/xlink"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EEnum xlink.ecore#//TypeType" defaultValueLiteral="simple" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Fixed as a simple XLink."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> <details key="namespace" value="http://www.w3.org/1999/xlink"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A placeholder so that content creators can add attributes as desired."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="##other"/> <details key="name" value=":2"/> <details key="processing" value="strict"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReportRequestsType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="report-requests_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="reportRequest" lowerBound="1" upperBound="-1" eType="#//ReportRequestType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="report-request"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReportRequestType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ReportRequestType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//ContentType1" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains the content of the report request."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="content"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="remoteResource" eType="#//RemoteResourceType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Links to content stored external to this report."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="remote-resource"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An internal ID to identify this report request."/> </eAnnotations> <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="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A placeholder so that content creators can add attributes as desired."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="##other"/> <details key="name" value=":3"/> <details key="processing" value="strict"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReportsType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="reports_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="report" lowerBound="1" upperBound="-1" eType="#//ReportType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains a report, which is composed of zero or more relationships and a content payload."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="report"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReportType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ReportType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//ContentType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains the content of the report."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="content"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="remoteResource" eType="#//RemoteResourceType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Links to content stored external to this report."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="remote-resource"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An internal ID to identify this report."/> </eAnnotations> <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="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A placeholder so that content creators can add attributes as desired."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="##other"/> <details key="name" value=":3"/> <details key="processing" value="strict"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/threadedblue/arf2emf/model/_1.ecore
ecore
_1 AssetReportCollectionType reportRequests assets reports extendedInfos id anyAttribute AssetsType asset AssetType assetGroup asset remoteResource id anyAttribute ContentType any dataValidEndDate dataValidStartDate anyAttribute ContentType1 any anyAttribute DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation assetReportCollection objectRef remoteResource ExtendedInfosType extendedInfo ExtendedInfoType any id anyAttribute ObjectRefType refId RemoteResourceType href type simple anyAttribute ReportRequestsType reportRequest ReportRequestType content remoteResource id anyAttribute ReportsType report ReportType content remoteResource id anyAttribute
null
{"directed":true,"nodes":[{"nsPrefix":"_1","nsURI":"http://scap.nist.gov/schema/asset-reporting-format/1.1","name":"_1","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssetReportCollectionType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssetsType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssetType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentType1","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendedInfosType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendedInfoType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectRefType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoteResourceType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReportRequestsType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReportRequestType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReportsType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReportType","instanceClass":null,"abstract":false,"id":14,"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":"reportRequests","changeable":true,"resolveProxies":false,"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":"assets","changeable":true,"resolveProxies":false,"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":"reports","changeable":true,"resolveProxies":false,"lowerBound":1,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedInfos","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":"id","changeable":true,"lowerBound":0,"iD":false,"id":19,"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":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"asset","changeable":true,"resolveProxies":false,"lowerBound":1,"id":28,"derived":false},{"id":29,"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":"assetGroup","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"asset","changeable":false,"resolveProxies":false,"lowerBound":0,"id":31,"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":"remoteResource","changeable":true,"resolveProxies":false,"lowerBound":0,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"any","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":"dataValidEndDate","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataValidStartDate","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":false,"name":"anyAttribute","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":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"any","changeable":true,"lowerBound":1,"iD":false,"id":48,"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":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"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":52,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":54,"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":"assetReportCollection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":55,"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":"objectRef","changeable":true,"resolveProxies":false,"lowerBound":0,"id":56,"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":"remoteResource","changeable":true,"resolveProxies":false,"lowerBound":0,"id":57,"derived":true},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedInfo","changeable":true,"resolveProxies":false,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"any","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":67,"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":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refId","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"href","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"simple","unsettable":true,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":75,"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":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reportRequest","changeable":true,"resolveProxies":false,"lowerBound":1,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":false,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"remoteResource","changeable":true,"resolveProxies":false,"lowerBound":0,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":84,"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":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"report","changeable":true,"resolveProxies":false,"lowerBound":1,"id":90,"derived":false},{"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":"content","changeable":true,"resolveProxies":false,"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":"remoteResource","changeable":true,"resolveProxies":false,"lowerBound":0,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":15,"target":11},{"source":15,"target":22},{"source":15,"target":1},{"source":22,"target":11},{"source":16,"target":2},{"source":16,"target":23},{"source":16,"target":1},{"source":23,"target":2},{"source":17,"target":13},{"source":17,"target":24},{"source":17,"target":1},{"source":24,"target":13},{"source":18,"target":7},{"source":18,"target":25},{"source":18,"target":1},{"source":25,"target":7},{"source":19,"target":26},{"source":19,"target":1},{"source":20,"target":27},{"source":20,"target":1},{"source":2,"target":0},{"source":2,"target":28},{"source":28,"target":3},{"source":28,"target":29},{"source":28,"target":2},{"source":29,"target":3},{"source":3,"target":0},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":30,"target":35},{"source":30,"target":3},{"source":31,"target":36},{"source":31,"target":3},{"source":32,"target":10},{"source":32,"target":37},{"source":32,"target":3},{"source":37,"target":10},{"source":33,"target":38},{"source":33,"target":3},{"source":34,"target":39},{"source":34,"target":3},{"source":4,"target":0},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":40,"target":44},{"source":40,"target":4},{"source":41,"target":45},{"source":41,"target":4},{"source":42,"target":46},{"source":42,"target":4},{"source":43,"target":47},{"source":43,"target":4},{"source":5,"target":0},{"source":5,"target":48},{"source":5,"target":49},{"source":48,"target":50},{"source":48,"target":5},{"source":49,"target":51},{"source":49,"target":5},{"source":6,"target":0},{"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":58},{"source":52,"target":6},{"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":9},{"source":56,"target":62},{"source":56,"target":6},{"source":62,"target":9},{"source":57,"target":10},{"source":57,"target":63},{"source":57,"target":6},{"source":63,"target":10},{"source":7,"target":0},{"source":7,"target":64},{"source":64,"target":8},{"source":64,"target":65},{"source":64,"target":7},{"source":65,"target":8},{"source":8,"target":0},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":66,"target":69},{"source":66,"target":8},{"source":67,"target":70},{"source":67,"target":8},{"source":68,"target":71},{"source":68,"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":10,"target":75},{"source":10,"target":76},{"source":74,"target":77},{"source":74,"target":10},{"source":75,"target":78},{"source":75,"target":10},{"source":76,"target":79},{"source":76,"target":10},{"source":11,"target":0},{"source":11,"target":80},{"source":80,"target":12},{"source":80,"target":81},{"source":80,"target":11},{"source":81,"target":12},{"source":12,"target":0},{"source":12,"target":82},{"source":12,"target":83},{"source":12,"target":84},{"source":12,"target":85},{"source":82,"target":5},{"source":82,"target":86},{"source":82,"target":12},{"source":86,"target":5},{"source":83,"target":10},{"source":83,"target":87},{"source":83,"target":12},{"source":87,"target":10},{"source":84,"target":88},{"source":84,"target":12},{"source":85,"target":89},{"source":85,"target":12},{"source":13,"target":0},{"source":13,"target":90},{"source":90,"target":14},{"source":90,"target":91},{"source":90,"target":13},{"source":91,"target":14},{"source":14,"target":0},{"source":14,"target":92},{"source":14,"target":93},{"source":14,"target":94},{"source":14,"target":95},{"source":92,"target":4},{"source":92,"target":96},{"source":92,"target":14},{"source":96,"target":4},{"source":93,"target":10},{"source":93,"target":97},{"source":93,"target":14},{"source":97,"target":10},{"source":94,"target":98},{"source":94,"target":14},{"source":95,"target":99},{"source":95,"target":14}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="filesystem" nsURI="eu.modelwriter.examples.filesystem" nsPrefix="fsys"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/expression/invariant"> <details key="callable" value="false"/> <details key="formula" value="all disj a, b: FSObject - Root |&#xA; a.~content = b.~content => a.name != b.name"/> </eAnnotations> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/source"> <details key="source" value="package filesystem : fsys = 'eu.modelwriter.examples.filesystem'&#xA;{&#xA; class Name;&#xA; abstract class FSObject&#xA; {&#xA; public property name : Name { composes };&#xA; invariant : FSObject in Root.*content;&#xA; }&#xA; abstract class Executable&#xA; {&#xA; public property depend : File[*];&#xA; invariant : all e: Executable | not (e in e.^depend);&#xA; }&#xA; public class File extends FSObject, Executable;&#xA; public class Dir extends FSObject &lt; 3&#xA; {&#xA; public property content : FSObject[*] { composes }&#xA; {&#xA; reason : all d: Dir | not (d in d.^content);&#xA; }&#xA; invariant : all d: Dir | not (d in d.^content);&#xA; }&#xA; public class Link extends FSObject &lt; 2&#xA; {&#xA; public property link : FSObject;&#xA; invariant : all l: Link | not (l in l.^link);&#xA; }&#xA; public class Root extends Dir&#xA; {&#xA; invariant : no Root.~content;&#xA; invariant : one Root;&#xA; }&#xA; invariant : all disj a, b: FSObject - Root |&#xA; a.~content = b.~content => a.name != b.name;&#xA; package properties : prop = 'eu.modelwriter.examples.filesystem.extended'&#xA; {&#xA; enum Access&#xA; {&#xA; literal Readonly = 0;&#xA; literal None = 0;&#xA; literal ReadAndWriter = 0;&#xA; }&#xA; }&#xA;}"/> <details key="source_hash" value="2066888692"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Name"/> <eClassifiers xsi:type="ecore:EClass" name="FSObject" abstract="true"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/expression/invariant"> <details key="callable" value="false"/> <details key="formula" value="FSObject in Root.*content"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="name" ordered="false" lowerBound="1" eType="//Name" containment="true"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility"> <details key="visibility" value="public"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Executable" abstract="true"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/expression/invariant"> <details key="callable" value="false"/> <details key="formula" value="all e: Executable | not (e in e.^depend)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="depend" ordered="false" upperBound="-1" eType="//File"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility"> <details key="visibility" value="public"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="File" eSuperTypes="//FSObject //Executable"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility"> <details key="visibility" value="public"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dir" eSuperTypes="//FSObject"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility"> <details key="visibility" value="public"/> </eAnnotations> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/reasoning/scope"> <details key="scope" value="3"/> </eAnnotations> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/expression/invariant"> <details key="callable" value="false"/> <details key="formula" value="all d: Dir | not (d in d.^content)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="content" ordered="false" upperBound="-1" eType="//FSObject" containment="true"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility"> <details key="visibility" value="public"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="//FSObject"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility"> <details key="visibility" value="public"/> </eAnnotations> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/reasoning/scope"> <details key="scope" value="2"/> </eAnnotations> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/reasoning/reason"> <details key="formula" value="all l: Link | not (l in l.^link)"/> </eAnnotations> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/expression/invariant"> <details key="callable" value="false"/> <details key="formula" value="all l: Link | not (l in l.^link)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="link" ordered="false" lowerBound="1" eType="//FSObject"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility"> <details key="visibility" value="public"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Root" eSuperTypes="//Dir"> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/visibility"> <details key="visibility" value="public"/> </eAnnotations> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/expression/invariant"> <details key="callable" value="false"/> <details key="formula" value="no Root.~content"/> </eAnnotations> <eAnnotations source="http://www.modelwriter.eu/alloyinecore/expression/invariant"> <details key="callable" value="false"/> <details key="formula" value="one Root"/> </eAnnotations> </eClassifiers> <eSubpackages name="properties" nsURI="eu.modelwriter.examples.filesystem.extended" nsPrefix="prop"> <eClassifiers xsi:type="ecore:EEnum" name="Access"> <eLiterals name="Readonly"/> <eLiterals name="None"/> <eLiterals name="ReadAndWriter"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/ModelWriter/AlloyInEcore/Source/eu.modelwriter.core.alloyinecore.mapping/mappingTest/FileSystem.ecore
ecore
filesystem Name FSObject name Executable depend File Dir content Link link Root properties Access Readonly Readonly None None ReadAndWriter ReadAndWriter
null
{"directed":true,"nodes":[{"nsPrefix":"fsys","nsURI":"eu.modelwriter.examples.filesystem","name":"filesystem","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSObject","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Executable","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"File","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dir","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Root","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"nsPrefix":"prop","nsURI":"eu.modelwriter.examples.filesystem.extended","name":"properties","id":8,"eClass":"EPackage"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"depend","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":false,"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":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"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":"link","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"Access","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"name":"Readonly","id":23,"value":0,"literal":"Readonly","eClass":"EEnumLiteral"},{"name":"None","id":24,"value":0,"literal":"None","eClass":"EEnumLiteral"},{"name":"ReadAndWriter","id":25,"value":0,"literal":"ReadAndWriter","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":9},{"source":9,"target":1},{"source":9,"target":10},{"source":9,"target":2},{"source":10,"target":1},{"source":3,"target":0},{"source":3,"target":11},{"source":11,"target":4},{"source":11,"target":12},{"source":11,"target":3},{"source":12,"target":4},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":3},{"source":4,"target":13},{"source":4,"target":14},{"source":13,"target":2},{"source":14,"target":3},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":15},{"source":5,"target":16},{"source":15,"target":2},{"source":15,"target":17},{"source":15,"target":5},{"source":17,"target":2},{"source":16,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":18},{"source":6,"target":19},{"source":18,"target":2},{"source":18,"target":20},{"source":18,"target":6},{"source":20,"target":2},{"source":19,"target":2},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":21},{"source":21,"target":5},{"source":8,"target":22},{"source":8,"target":0},{"source":22,"target":8},{"source":22,"target":23},{"source":22,"target":24},{"source":22,"target":25},{"source":23,"target":22},{"source":24,"target":22},{"source":25,"target":22}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="overview" nsURI="http://org.scaledl.overview/ScaleDLOverviewComponentModel/1.0" nsPrefix="overview"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This package is the root package of all packages of the CloudScale Model (CSM)."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Overview"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The CSM is the single root element of the XMI file which is generated for the CSM model. It consist of two main sub-models; Architecture and SystemDefinition."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="architecture" eType="#//architecture/Architecture" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="deployment" eType="#//deployment/Deployment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" eType="#//specification/SystemSpecification" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dataTypes" eType="#//parametertype/ParameterType" containment="true"/> </eClassifiers> <eSubpackages name="core" nsURI="http://org.scaledl.overview/ScaleDLOverviewComponentModel/Core/1.0" nsPrefix="core"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This package contains several core classes that are used by classes from other two packages (i.e. Architecture and Definition package). It provides abstract base class Entity, used by all other classes, providing them id, name and description attributes. Additionally, the package provides business logic related classes; modules, operation interfaces and operations. "/> </eAnnotations> <eClassifiers xsi:type="ecore:EEnum" name="MeasurementMetric_NOTUSED"> <eLiterals name="CPU_UTILIZATION"/> <eLiterals name="DISK_WRITE_OPS" value="1"/> <eLiterals name="DISK_WRITE_BYTES" value="2"/> <eLiterals name="DISK_READ_OPS" value="3"/> <eLiterals name="DISK_READ_BYTES" value="4"/> <eLiterals name="LATENCY" value="5"/> <eLiterals name="REQUEST_COUNT" value="6"/> <eLiterals name="NETWORK_OUT" value="7"/> <eLiterals name="NETWORK_IN" value="8"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="StatisticType_NOTUSED"> <eLiterals name="AVERAGE"/> <eLiterals name="MIN" value="1"/> <eLiterals name="MAX" value="2"/> <eLiterals name="SUM" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AVEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AEEntry" 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" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entity" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Entity is a meta-class high up the CSM meta-class hierarchy and represents all entities of the CSM that have an id, name and description. Additionally the Entity contains key-value set, which can be used to extend the model with additional information.&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="" unsettable="true" iD="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="avMap" upperBound="-1" eType="#//core/AVEntry" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="aeMap" upperBound="-1" eType="#//core/AEEntry" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="application" nsURI="http://org.scaledl.overview/ScaleDLOverviewComponentModel/Application/1.0" nsPrefix="application"> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//core/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The operation represents specific operation signature in association to parameters and return value.&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="returnParameter" eType="#//parametertype/Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" unique="false" upperBound="-1" eType="#//parametertype/Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationInterfaceContainer" abstract="true" interface="true" eSuperTypes="#//core/Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="providedInterfaces" upperBound="-1" eType="#//application/OperationInterface" containment="true" eOpposite="#//application/OperationInterface/providingContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredInterfaces" upperBound="-1" eType="#//application/OperationInterface" eOpposite="#//application/OperationInterface/requiringContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationInterface" eSuperTypes="#//core/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity models represents provided or required services, used by modules (see Module), as a set of operation signatures (see Operation). "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//application/Operation" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="providingContainer" eType="#//application/OperationInterfaceContainer" eOpposite="#//application/OperationInterfaceContainer/providedInterfaces"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="requiringContainer" upperBound="-1" eType="#//application/OperationInterfaceContainer" eOpposite="#//application/OperationInterfaceContainer/requiredInterfaces"/> </eClassifiers> </eSubpackages> <eSubpackages name="architecture" nsURI="http://org.scaledl.overview/ScaleDLOverviewComponentModel/Architecture/1.0" nsPrefix="architecture"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The package contains base classes for building cloud based systems. The classes are abstract representation of the cloud system architecture, while the exact specification is referenced through descriptors defined in the Definition package."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Architecture" eSuperTypes="#//core/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Architecture view provides a descriptive abstraction of the system’s architecture, without any additional performance or cost information. The root entity of the system architecture is the cloud provider (see CloudProvider), defining an abstract cloud environment that consists of components (see Component), defining provided services, and connections (see Connection) between them, defining requested intererfaces.&#xA;Additionally, for the purpose of connectivity with the external environment, connectors (see Connector) are introduced into the model that can function as an operation provider or as an operation requester.&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="cloudEnvironments" upperBound="-1" eType="#//architecture/CloudEnvironment" containment="true" eOpposite="#//architecture/CloudEnvironment/architecture"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="proxies" upperBound="-1" eType="#//architecture/Proxy" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="usageConnections" upperBound="-1" eType="#//architecture/ExternalConnection" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="externalConnections" upperBound="-1" eType="#//architecture/ExternalConnection" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="unresolvedOperationInterfaces" upperBound="-1" eType="#//application/OperationInterface" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CloudEnvironment" eSuperTypes="#//core/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The CloudProvider model represents abstract cloud environment. It consists of components, the deployment information of node components (for IaaS clouds) and internal connections between the components (see InternalConnection). &#xA;The nature of the cloud (IaaS and PaaS) are specified through the cloud provider descriptor (see CloudProviderDescriptor)."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="architecture" eType="#//architecture/Architecture" eOpposite="#//architecture/Architecture/cloudEnvironments"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="internalConnections" upperBound="-1" eType="#//architecture/InternalConnection" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="cloudEnvironmentDescriptor" lowerBound="1" eType="#//specification/CloudEnvironmentDescriptor"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="availabilityZoneDescriptor" eType="#//specification/AvailabilityZoneDescriptor"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="infrastructureLayer" lowerBound="1" eType="#//architecture/InfrastructureLayer" containment="true" eOpposite="#//architecture/InfrastructureLayer/cloudEnvironment"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="platformLayer" lowerBound="1" eType="#//architecture/PlatformLayer" containment="true" eOpposite="#//architecture/PlatformLayer/cloudEnvironment"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="softwareLayer" lowerBound="1" eType="#//architecture/SoftwareLayer" containment="true" eOpposite="#//architecture/SoftwareLayer/cloudEnvironment"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfrastructureLayer"> <eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1" eType="#//architecture/InfrastructureService" containment="true" eOpposite="#//architecture/InfrastructureService/infrastructureLayer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cloudEnvironment" lowerBound="1" eType="#//architecture/CloudEnvironment" eOpposite="#//architecture/CloudEnvironment/infrastructureLayer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlatformLayer"> <eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1" eType="#//architecture/PlatformService" containment="true" eOpposite="#//architecture/PlatformService/platformLayer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cloudEnvironment" lowerBound="1" eType="#//architecture/CloudEnvironment" eOpposite="#//architecture/CloudEnvironment/platformLayer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SoftwareLayer"> <eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1" eType="#//architecture/SoftwareService" containment="true" eOpposite="#//architecture/SoftwareService/softwareLayer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cloudEnvironment" lowerBound="1" eType="#//architecture/CloudEnvironment" eOpposite="#//architecture/CloudEnvironment/softwareLayer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Service" abstract="true" interface="true" eSuperTypes="#//core/Entity"/> <eClassifiers xsi:type="ecore:EClass" name="ProvidedService" abstract="true" eSuperTypes="#//architecture/Service"> <eStructuralFeatures xsi:type="ecore:EReference" name="deployment" eType="#//deployment/ServiceDeployment"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfrastructureService" abstract="true" eSuperTypes="#//architecture/ProvidedService"> <eStructuralFeatures xsi:type="ecore:EReference" name="infrastructureLayer" eType="#//architecture/InfrastructureLayer" eOpposite="#//architecture/InfrastructureLayer/services"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComputingInfrastructureService" eSuperTypes="#//architecture/InfrastructureService"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Instance model represents an IaaS computing node; virtual machine in the elastic cloud environment. The node components (see Node) can be deployed/installed on instances.&#xA;The behaviour and hardware are specified through instance descriptors (see InstanceDescriptor), which are specified in cloud provider descriptor; each IaaS cloud environment has a set of predefined computing nodes that can be used. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptor" lowerBound="1" eType="#//specification/ComputingInfrastructureServiceDescriptor"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="platformServices" upperBound="-1" eType="#//architecture/PlatformService" eOpposite="#//architecture/PlatformService/computingInfrastructureService"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlatformService" abstract="true" eSuperTypes="#//architecture/Service"> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptor" lowerBound="1" eType="#//specification/PlatformServiceDescriptor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="computingInfrastructureService" eType="#//architecture/ComputingInfrastructureService" eOpposite="#//architecture/ComputingInfrastructureService/platformServices"/> <eStructuralFeatures xsi:type="ecore:EReference" name="platformLayer" eType="#//architecture/PlatformLayer" eOpposite="#//architecture/PlatformLayer/services"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlatformRuntimeService" eSuperTypes="#//architecture/SoftwareServiceContainer #//architecture/PlatformService"/> <eClassifiers xsi:type="ecore:EClass" name="PlatformSupportService" eSuperTypes="#//application/OperationInterfaceContainer #//architecture/PlatformService"/> <eClassifiers xsi:type="ecore:EClass" name="ProvidedPlatformRuntimeService" eSuperTypes="#//architecture/PlatformRuntimeService #//architecture/ProvidedService"/> <eClassifiers xsi:type="ecore:EClass" name="ProvidedPlatformSupportService" eSuperTypes="#//architecture/PlatformSupportService #//architecture/ProvidedService"/> <eClassifiers xsi:type="ecore:EClass" name="SoftwareService" eSuperTypes="#//architecture/Service #//application/OperationInterfaceContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="runtimePlatformService" eType="#//architecture/SoftwareServiceContainer" eOpposite="#//architecture/SoftwareServiceContainer/softwareServices"/> <eStructuralFeatures xsi:type="ecore:EReference" name="softwareLayer" eType="#//architecture/SoftwareLayer" eOpposite="#//architecture/SoftwareLayer/services"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProvidedSoftwareService" eSuperTypes="#//architecture/SoftwareService #//architecture/ProvidedService"> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptor" lowerBound="1" eType="#//specification/ProvidedSoftwareServiceDescriptor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalSoftwareService" eSuperTypes="#//architecture/ProvidedSoftwareService"> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceProxy" lowerBound="1" eType="#//architecture/ServiceProxy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SoftwareServiceContainer" abstract="true" interface="true" eSuperTypes="#//core/Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="softwareServices" upperBound="-1" eType="#//architecture/SoftwareService" eOpposite="#//architecture/SoftwareService/runtimePlatformService"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connection" abstract="true" eSuperTypes="#//core/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Connection represents dependency between two components or between connector and component. The performance of the connection (e.g. bandwidth and latency) is defined through connection descriptors. "/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InternalConnection" eSuperTypes="#//architecture/Connection"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The InternalConnection represents dependency between two components from the same cloud environment (i.e. CloudProvider). &#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptor" lowerBound="1" eType="#//specification/NetworkInfrastructureServiceDescriptor"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//application/OperationInterfaceContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//application/OperationInterfaceContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalConnection" eSuperTypes="#//architecture/Connection"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The HybridConnection represents dependency between two components from different cloud environments (i.e. CloudProvider). This connection enables modeling of hybrid clouds.&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//application/OperationInterfaceContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//application/OperationInterfaceContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bandwidth" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="latency" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Proxy" abstract="true" eSuperTypes="#//core/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Connector model represents external environment to which the system provides (usage connectors) its services or from which it requires services (service connector). Link between connectors and the system components is created through external connections (see ExternalConnection)."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceProxy" eSuperTypes="#//architecture/Proxy"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ServiceConnector represents external services (SaaS) that are used by the modelled system. It exposes interfaces (i.e. OperationInterface), which are required by the modules contained in the system components. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="softwareService" eType="#//architecture/SoftwareService" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UsageProxy" eSuperTypes="#//architecture/Proxy #//application/OperationInterfaceContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The UsageConnector model contains the interfaces that are exposed by the system. Each component connected to usage connector (through external connection) can expose interfaces defined in their modules to an external environment."/> </eAnnotations> </eClassifiers> </eSubpackages> <eSubpackages name="deployment" nsURI="http://org.scaledl.overview/ScaleDLOverviewComponentModel/Deployment/1.0" nsPrefix="deployment"> <eClassifiers xsi:type="ecore:EEnum" name="SchedulingPolicy"> <eLiterals name="ROUND_ROBIN"/> <eLiterals name="CUSTOM" value="1" literal="CUSTOM"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ScalingPolicyType"> <eLiterals name="SCALING_UP_POLICY" literal="SCALING_UP_POLICY"/> <eLiterals name="SCALING_DOWN_POLICY" value="1" literal="SCALING_DOWN_POLICY"/> <eLiterals name="PRECENT_CHANGE_IN_CAPACITY" value="2" literal="PRECENT_CHANGE_IN_CAPACITY"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ScalingCapacityType"> <eLiterals name="CHANGE_IN_CAPACITY" literal="CHANGE_IN_CAPACITY"/> <eLiterals name="EXACT_CAPACITY" value="1" literal="EXACT_CAPACITY"/> <eLiterals name="PRECENT_CHANGE_IN_CAPACITY" value="2" literal="PRECENT_CHANGE_IN_CAPACITY"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//core/Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceDeployments" upperBound="-1" eType="#//deployment/ServiceDeployment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceDeployment" eSuperTypes="#//core/Entity"/> <eClassifiers xsi:type="ecore:EClass" name="GenericDeployment" eSuperTypes="#//deployment/ServiceDeployment"/> <eClassifiers xsi:type="ecore:EClass" name="RuntimeDeployment" eSuperTypes="#//deployment/ServiceDeployment"> <eStructuralFeatures xsi:type="ecore:EReference" name="computingEnvironment" lowerBound="1" eType="#//deployment/ComputingEnvironment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComputingEnvironment" eSuperTypes="#//core/Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="instanceDescriptor" eType="#//specification/ComputingResourceDescriptor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClusteredComputingEnvironment" eSuperTypes="#//deployment/ComputingEnvironment"> <eStructuralFeatures xsi:type="ecore:EReference" name="loadBalancer" lowerBound="1" eType="#//deployment/LoadBalancer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScalableComputingEnvironment" eSuperTypes="#//deployment/ClusteredComputingEnvironment"> <eStructuralFeatures xsi:type="ecore:EReference" name="scalingManager" lowerBound="1" eType="#//deployment/ScalingManager" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScalingManager" eSuperTypes="#//core/Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="scalingPolicy" upperBound="-1" eType="#//deployment/ScalingPolicy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimumSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScalingPolicy" eSuperTypes="#//core/Entity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scalingPolicyType" lowerBound="1" eType="#//deployment/ScalingPolicyType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scalingCapacityType" lowerBound="1" eType="#//deployment/ScalingCapacityType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="adjustment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cooldown" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trigger" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoadBalancer" eSuperTypes="#//core/Entity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="schedulingPolicy" lowerBound="1" eType="#//deployment/SchedulingPolicy"/> </eClassifiers> </eSubpackages> <eSubpackages name="specification" nsURI="http://org.scaledl.overview/ScaleDLOverviewComponentModel/Specification/1.0" nsPrefix="specification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This package defines the descriptors, which are referenced by classes in Architecture package, and provides exact specification to cloud system components. Additionally package defines also two definition classes (i.e. CloudDefinition and SoftwareDefinition) that are used as descriptor containers, whose purpose is to extend available specifications.&#xA;"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Specification" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemSpecification" eSuperTypes="#//specification/Specification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The SystemDefinition is part of the CSM and is container for all descriptors referenced by the architecture classes. The main purpose of a such container is to be able to reference same descriptor more than once, and thus providing easier maintenance of a system specifications in the case of change (e.g. AWS upgrades it’s instances - more memory and storage)."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptors" upperBound="-1" eType="#//specification/Descriptor" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CloudSpecification" eSuperTypes="#//specification/Specification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The CloudDefinition model specifies all the details of the cloud provider (see CloudProvider). It consists of cloud provider descriptor, instance descriptors (in case the IaaS clouds), service descriptors (in case of PaaS clouds) and connection descriptors, specifying internal connections (e.g. bandwidth and latency). &#xA;This model is not meant to be included into CSM model, but it provides ability for specifying different cloud environments, which descriptors can be assigned to CSM model entities."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptor" lowerBound="1" eType="#//specification/CloudEnvironmentDescriptor" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="infrastructureServiceDescriptors" upperBound="-1" eType="#//specification/InfrastructureServiceDescriptor" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="platformServiceDescriptors" upperBound="-1" eType="#//specification/ProvidedServiceDescriptor" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="softwareServiceDescriptors" upperBound="-1" eType="#//specification/ProvidedServiceDescriptor" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceSpecification" eSuperTypes="#//specification/Specification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The SoftwareDefinition model specifies the deployable 3rd party software that can be used to specify node components (see Node) or used operating systems on the instances (see Instance).&#xA;This model is not meant to be included into CSM model, but it provides ability for specifying different software bundles, which descriptors can be assigned to CSM model entities.&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceDescriptors" upperBound="-1" eType="#//specification/ServiceDescriptor" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Descriptor" abstract="true" interface="true" eSuperTypes="#//core/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Descriptor model is used to specify the behaviour of the CSM architecture elements (e.g. components, connectors, cloud providers, …). For the descriptors that are available in the specific cloud provider, the provider id is defined (e.g. specification of services provided by specific PaaS provider). "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="providerID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CloudEnvironmentDescriptor" eSuperTypes="#//specification/Descriptor"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The CloudProviderDecscriptor specifies the global properties of the cloud providers (see CloudProvider). &#xA;In the current version only Entity properties are available; name and description."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="availabilityZones" upperBound="-1" eType="#//specification/AvailabilityZoneDescriptor" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="regions" upperBound="-1" eType="#//specification/RegionDescriptor" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RegionDescriptor" eSuperTypes="#//specification/Descriptor"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The RegionDescriptro specify the properties of the cloud regions (see CloudProvider). &#xA;In the current version only Entity properties are available; name and description."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AvailabilityZoneDescriptor" eSuperTypes="#//specification/Descriptor"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The AvaliabilityZoneDescriptor specify the properties of the cloud availability zones (see CloudProvider). &#xA;In the current version only Entity properties are available; name and description."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="networkInfrastructureServiceDescriptor" lowerBound="1" eType="#//specification/NetworkInfrastructureServiceDescriptor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceDescriptor" abstract="true" interface="true" eSuperTypes="#//specification/Descriptor"/> <eClassifiers xsi:type="ecore:EClass" name="ProvidedServiceDescriptor" abstract="true" interface="true" eSuperTypes="#//specification/Descriptor"> <eStructuralFeatures xsi:type="ecore:EReference" name="sla" eType="#//specification/sla/Sla" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfrastructureServiceDescriptor" abstract="true" interface="true" eSuperTypes="#//specification/ProvidedServiceDescriptor"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ServiceDescriptor specify properties of PaaS services. &#xA;In the current version only entity properties are available; name and description.&#xA;"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NetworkInfrastructureServiceDescriptor" eSuperTypes="#//specification/InfrastructureServiceDescriptor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bandwidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="latency" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComputingInfrastructureServiceDescriptor" eSuperTypes="#//specification/InfrastructureServiceDescriptor"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ServiceDescriptor specify properties of PaaS services. &#xA;In the current version only entity properties are available; name and description.&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="computingResourceDescriptors" upperBound="-1" eType="#//specification/ComputingResourceDescriptor" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generalPurpose" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComputingResourceDescriptor" eSuperTypes="#//specification/Descriptor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="memory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cpu" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cpuUnits" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="storage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlatformServiceDescriptor" eSuperTypes="#//specification/ServiceDescriptor"/> <eClassifiers xsi:type="ecore:EClass" name="PlatformRuntimeServiceDescriptor" eSuperTypes="#//specification/PlatformServiceDescriptor"/> <eClassifiers xsi:type="ecore:EClass" name="PlatformSupportServiceDescriptor" eSuperTypes="#//specification/PlatformServiceDescriptor"/> <eClassifiers xsi:type="ecore:EClass" name="ProvidedPlatformServiceDescriptor" eSuperTypes="#//specification/PlatformServiceDescriptor #//specification/ProvidedServiceDescriptor"> <eStructuralFeatures xsi:type="ecore:EReference" name="infrastructureServiceDescriptor" eType="#//specification/ComputingInfrastructureServiceDescriptor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProvidedPlatformRuntimeServiceDescriptor" eSuperTypes="#//specification/ProvidedPlatformServiceDescriptor"/> <eClassifiers xsi:type="ecore:EClass" name="ProvidedPlatformSupportServiceDescriptor" eSuperTypes="#//specification/ProvidedPlatformServiceDescriptor"/> <eClassifiers xsi:type="ecore:EClass" name="SoftwareServiceDescriptor" eSuperTypes="#//specification/ServiceDescriptor"/> <eClassifiers xsi:type="ecore:EClass" name="ProvidedSoftwareServiceDescriptor" eSuperTypes="#//specification/SoftwareServiceDescriptor #//specification/ProvidedServiceDescriptor"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" lowerBound="1" upperBound="-1" eType="#//application/Operation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalSoftwareServiceDescriptor" eSuperTypes="#//specification/ProvidedSoftwareServiceDescriptor"/> <eSubpackages name="sla" nsURI="http://eu.cloudscaleproject.env/ScaleDLOverviewComponentModel/Specification/Sla/1.0" nsPrefix="sla"> <eClassifiers xsi:type="ecore:EClass" name="Sla"> <eStructuralFeatures xsi:type="ecore:EReference" name="priceModel" eType="#//specification/sla/PriceModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="slo" eType="#//specification/sla/Slo" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PriceModel"/> <eClassifiers xsi:type="ecore:EClass" name="Slo"/> </eSubpackages> </eSubpackages> <eSubpackages name="parametertype" nsURI="http://org.scaledl.overview/ScaleDLOverviewComponentModel/DataType/1.0" nsPrefix="parametertype"> <eClassifiers xsi:type="ecore:EClass" name="ParameterType"> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//parametertype/Parameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//core/Entity"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveParameter" eSuperTypes="#//parametertype/Parameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//parametertype/TypeEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeParameter" eSuperTypes="#//parametertype/Parameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" unique="false" upperBound="-1" eType="#//parametertype/Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" eType="#//parametertype/Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionParameter" eSuperTypes="#//parametertype/Parameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1" eType="#//parametertype/Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TypeEnum"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a data type that can be used for specification and modeling of interface operation signatures.&#xA;"/> </eAnnotations> <eLiterals name="INT"/> <eLiterals name="STRING" value="1"/> <eLiterals name="BOOL" value="2" literal="BOOL"/> <eLiterals name="DOUBLE" value="3"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/CloudScale-Project/Environment/plugins/org.scaledl.overview/model/overview.ecore
ecore
overview Overview architecture deployment definition dataTypes core MeasurementMetric_NOTUSED CPU_UTILIZATION CPU_UTILIZATION DISK_WRITE_OPS DISK_WRITE_OPS DISK_WRITE_BYTES DISK_WRITE_BYTES DISK_READ_OPS DISK_READ_OPS DISK_READ_BYTES DISK_READ_BYTES LATENCY LATENCY REQUEST_COUNT REQUEST_COUNT NETWORK_OUT NETWORK_OUT NETWORK_IN NETWORK_IN StatisticType_NOTUSED AVERAGE AVERAGE MIN MIN MAX MAX SUM SUM AVEntry java.util.Map$Entry java.util.Map$Entry key value AEEntry java.util.Map$Entry java.util.Map$Entry key value Entity id name description avMap aeMap application Operation returnParameter parameters OperationInterfaceContainer providedInterfaces requiredInterfaces OperationInterface operations providingContainer requiringContainer architecture Architecture cloudEnvironments proxies usageConnections externalConnections unresolvedOperationInterfaces CloudEnvironment architecture internalConnections cloudEnvironmentDescriptor availabilityZoneDescriptor infrastructureLayer platformLayer softwareLayer InfrastructureLayer services cloudEnvironment PlatformLayer services cloudEnvironment SoftwareLayer services cloudEnvironment Service ProvidedService deployment InfrastructureService infrastructureLayer ComputingInfrastructureService descriptor platformServices PlatformService descriptor computingInfrastructureService platformLayer PlatformRuntimeService PlatformSupportService ProvidedPlatformRuntimeService ProvidedPlatformSupportService SoftwareService runtimePlatformService softwareLayer ProvidedSoftwareService descriptor ExternalSoftwareService serviceProxy SoftwareServiceContainer softwareServices Connection InternalConnection descriptor source target ExternalConnection source target bandwidth latency Proxy ServiceProxy softwareService UsageProxy deployment SchedulingPolicy ROUND_ROBIN ROUND_ROBIN CUSTOM CUSTOM ScalingPolicyType SCALING_UP_POLICY SCALING_UP_POLICY SCALING_DOWN_POLICY SCALING_DOWN_POLICY PRECENT_CHANGE_IN_CAPACITY PRECENT_CHANGE_IN_CAPACITY ScalingCapacityType CHANGE_IN_CAPACITY CHANGE_IN_CAPACITY EXACT_CAPACITY EXACT_CAPACITY PRECENT_CHANGE_IN_CAPACITY PRECENT_CHANGE_IN_CAPACITY Deployment serviceDeployments ServiceDeployment GenericDeployment RuntimeDeployment computingEnvironment ComputingEnvironment instanceDescriptor ClusteredComputingEnvironment loadBalancer size ScalableComputingEnvironment scalingManager ScalingManager scalingPolicy maximumSize minimumSize ScalingPolicy scalingPolicyType scalingCapacityType adjustment cooldown trigger LoadBalancer schedulingPolicy specification Specification SystemSpecification descriptors CloudSpecification descriptor infrastructureServiceDescriptors platformServiceDescriptors softwareServiceDescriptors ServiceSpecification serviceDescriptors Descriptor providerID CloudEnvironmentDescriptor availabilityZones regions RegionDescriptor AvailabilityZoneDescriptor networkInfrastructureServiceDescriptor ServiceDescriptor ProvidedServiceDescriptor sla InfrastructureServiceDescriptor NetworkInfrastructureServiceDescriptor bandwidth latency ComputingInfrastructureServiceDescriptor computingResourceDescriptors generalPurpose ComputingResourceDescriptor editable memory cpu cpuUnits storage PlatformServiceDescriptor PlatformRuntimeServiceDescriptor PlatformSupportServiceDescriptor ProvidedPlatformServiceDescriptor infrastructureServiceDescriptor ProvidedPlatformRuntimeServiceDescriptor ProvidedPlatformSupportServiceDescriptor SoftwareServiceDescriptor ProvidedSoftwareServiceDescriptor operations ExternalSoftwareServiceDescriptor sla Sla priceModel slo PriceModel Slo parametertype ParameterType types Parameter PrimitiveParameter type CompositeParameter parameters extends CollectionParameter parameter TypeEnum INT INT STRING STRING BOOL BOOL DOUBLE DOUBLE
null
{"directed":true,"nodes":[{"nsPrefix":"overview","nsURI":"http://org.scaledl.overview/ScaleDLOverviewComponentModel/1.0","name":"overview","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Overview","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"nsPrefix":"core","nsURI":"http://org.scaledl.overview/ScaleDLOverviewComponentModel/Core/1.0","name":"core","id":2,"eClass":"EPackage"},{"nsPrefix":"application","nsURI":"http://org.scaledl.overview/ScaleDLOverviewComponentModel/Application/1.0","name":"application","id":3,"eClass":"EPackage"},{"nsPrefix":"architecture","nsURI":"http://org.scaledl.overview/ScaleDLOverviewComponentModel/Architecture/1.0","name":"architecture","id":4,"eClass":"EPackage"},{"nsPrefix":"deployment","nsURI":"http://org.scaledl.overview/ScaleDLOverviewComponentModel/Deployment/1.0","name":"deployment","id":5,"eClass":"EPackage"},{"nsPrefix":"specification","nsURI":"http://org.scaledl.overview/ScaleDLOverviewComponentModel/Specification/1.0","name":"specification","id":6,"eClass":"EPackage"},{"nsPrefix":"parametertype","nsURI":"http://org.scaledl.overview/ScaleDLOverviewComponentModel/DataType/1.0","name":"parametertype","id":7,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"architecture","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"deployment","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":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Architecture","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"id":13,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"id":15,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemSpecification","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"id":17,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"id":19,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"MeasurementMetric_NOTUSED","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"StatisticType_NOTUSED","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"AVEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"AEEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"name":"CPU_UTILIZATION","id":25,"value":0,"literal":"CPU_UTILIZATION","eClass":"EEnumLiteral"},{"name":"DISK_WRITE_OPS","id":26,"value":1,"literal":"DISK_WRITE_OPS","eClass":"EEnumLiteral"},{"name":"DISK_WRITE_BYTES","id":27,"value":2,"literal":"DISK_WRITE_BYTES","eClass":"EEnumLiteral"},{"name":"DISK_READ_OPS","id":28,"value":3,"literal":"DISK_READ_OPS","eClass":"EEnumLiteral"},{"name":"DISK_READ_BYTES","id":29,"value":4,"literal":"DISK_READ_BYTES","eClass":"EEnumLiteral"},{"name":"LATENCY","id":30,"value":5,"literal":"LATENCY","eClass":"EEnumLiteral"},{"name":"REQUEST_COUNT","id":31,"value":6,"literal":"REQUEST_COUNT","eClass":"EEnumLiteral"},{"name":"NETWORK_OUT","id":32,"value":7,"literal":"NETWORK_OUT","eClass":"EEnumLiteral"},{"name":"NETWORK_IN","id":33,"value":8,"literal":"NETWORK_IN","eClass":"EEnumLiteral"},{"name":"AVERAGE","id":34,"value":0,"literal":"AVERAGE","eClass":"EEnumLiteral"},{"name":"MIN","id":35,"value":1,"literal":"MIN","eClass":"EEnumLiteral"},{"name":"MAX","id":36,"value":2,"literal":"MAX","eClass":"EEnumLiteral"},{"name":"SUM","id":37,"value":3,"literal":"SUM","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":"key","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":true,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"description","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":true,"unsettable":false,"transient":false,"unique":true,"name":"avMap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aeMap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationInterfaceContainer","instanceClass":null,"abstract":true,"id":57,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationInterface","instanceClass":null,"abstract":false,"id":58,"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":"returnParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"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":"providedInterfaces","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":"requiredInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"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":"providingContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiringContainer","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":"operations","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudEnvironment","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfrastructureLayer","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlatformLayer","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftwareLayer","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":true,"id":81,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedService","instanceClass":null,"abstract":true,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfrastructureService","instanceClass":null,"abstract":true,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputingInfrastructureService","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlatformService","instanceClass":null,"abstract":true,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlatformRuntimeService","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlatformSupportService","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedPlatformRuntimeService","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedPlatformSupportService","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftwareService","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedSoftwareService","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalSoftwareService","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftwareServiceContainer","instanceClass":null,"abstract":true,"id":93,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connection","instanceClass":null,"abstract":true,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalConnection","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalConnection","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Proxy","instanceClass":null,"abstract":true,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceProxy","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsageProxy","instanceClass":null,"abstract":false,"id":99,"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":"cloudEnvironments","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"proxies","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":"usageConnections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"externalConnections","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":"unresolvedOperationInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"architecture","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"internalConnections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cloudEnvironmentDescriptor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"availabilityZoneDescriptor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"infrastructureLayer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"platformLayer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"softwareLayer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudEnvironmentDescriptor","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"id":122,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AvailabilityZoneDescriptor","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"id":124,"eClass":"EGenericType"},{"id":125,"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":"cloudEnvironment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"id":127,"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":"cloudEnvironment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":128,"derived":false},{"id":129,"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":"cloudEnvironment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":130,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"services","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"infrastructureLayer","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"services","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"platformLayer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"services","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"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":"softwareLayer","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"deployment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceDeployment","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"descriptor","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":false,"unsettable":false,"transient":false,"unique":true,"name":"platformServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputingInfrastructureServiceDescriptor","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"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":"computingInfrastructureService","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"descriptor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlatformServiceDescriptor","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"runtimePlatformService","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"softwareServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"descriptor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedSoftwareServiceDescriptor","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"id":181,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"serviceProxy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"descriptor","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":189,"derived":false},{"container":false,"ordered":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":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NetworkInfrastructureServiceDescriptor","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":197,"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":"bandwidth","changeable":true,"lowerBound":1,"iD":false,"id":198,"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":"latency","changeable":true,"lowerBound":1,"iD":false,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"softwareService","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"},{"instanceTypeName":null,"instanceClassName":null,"name":"SchedulingPolicy","instanceClass":null,"id":211,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ScalingPolicyType","instanceClass":null,"id":212,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ScalingCapacityType","instanceClass":null,"id":213,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericDeployment","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuntimeDeployment","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputingEnvironment","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClusteredComputingEnvironment","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalableComputingEnvironment","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalingManager","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalingPolicy","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoadBalancer","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"name":"ROUND_ROBIN","id":222,"value":0,"literal":"ROUND_ROBIN","eClass":"EEnumLiteral"},{"name":"CUSTOM","id":223,"value":1,"literal":"CUSTOM","eClass":"EEnumLiteral"},{"name":"SCALING_UP_POLICY","id":224,"value":0,"literal":"SCALING_UP_POLICY","eClass":"EEnumLiteral"},{"name":"SCALING_DOWN_POLICY","id":225,"value":1,"literal":"SCALING_DOWN_POLICY","eClass":"EEnumLiteral"},{"name":"PRECENT_CHANGE_IN_CAPACITY","id":226,"value":2,"literal":"PRECENT_CHANGE_IN_CAPACITY","eClass":"EEnumLiteral"},{"name":"CHANGE_IN_CAPACITY","id":227,"value":0,"literal":"CHANGE_IN_CAPACITY","eClass":"EEnumLiteral"},{"name":"EXACT_CAPACITY","id":228,"value":1,"literal":"EXACT_CAPACITY","eClass":"EEnumLiteral"},{"name":"PRECENT_CHANGE_IN_CAPACITY","id":229,"value":2,"literal":"PRECENT_CHANGE_IN_CAPACITY","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":"serviceDeployments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"computingEnvironment","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"instanceDescriptor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputingResourceDescriptor","instanceClass":null,"abstract":false,"id":240,"interface":false,"eClass":"EClass"},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"loadBalancer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":242,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":false},{"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":"scalingManager","changeable":true,"resolveProxies":true,"lowerBound":1,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scalingPolicy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumSize","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minimumSize","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scalingPolicyType","changeable":true,"lowerBound":1,"iD":false,"id":257,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scalingCapacityType","changeable":true,"lowerBound":1,"iD":false,"id":258,"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":"adjustment","changeable":true,"lowerBound":0,"iD":false,"id":259,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cooldown","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":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":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"schedulingPolicy","changeable":true,"lowerBound":1,"iD":false,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Specification","instanceClass":null,"abstract":true,"id":271,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudSpecification","instanceClass":null,"abstract":false,"id":272,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceSpecification","instanceClass":null,"abstract":false,"id":273,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Descriptor","instanceClass":null,"abstract":true,"id":274,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RegionDescriptor","instanceClass":null,"abstract":false,"id":275,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceDescriptor","instanceClass":null,"abstract":true,"id":276,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedServiceDescriptor","instanceClass":null,"abstract":true,"id":277,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfrastructureServiceDescriptor","instanceClass":null,"abstract":true,"id":278,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlatformRuntimeServiceDescriptor","instanceClass":null,"abstract":false,"id":279,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlatformSupportServiceDescriptor","instanceClass":null,"abstract":false,"id":280,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedPlatformServiceDescriptor","instanceClass":null,"abstract":false,"id":281,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedPlatformRuntimeServiceDescriptor","instanceClass":null,"abstract":false,"id":282,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedPlatformSupportServiceDescriptor","instanceClass":null,"abstract":false,"id":283,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftwareServiceDescriptor","instanceClass":null,"abstract":false,"id":284,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalSoftwareServiceDescriptor","instanceClass":null,"abstract":false,"id":285,"interface":false,"eClass":"EClass"},{"nsPrefix":"sla","nsURI":"http://eu.cloudscaleproject.env/ScaleDLOverviewComponentModel/Specification/Sla/1.0","name":"sla","id":286,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":290,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"infrastructureServiceDescriptors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"platformServiceDescriptors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"softwareServiceDescriptors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceDescriptors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"providerID","changeable":true,"lowerBound":0,"iD":false,"id":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"availabilityZones","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"regions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"networkInfrastructureServiceDescriptor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sla","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sla","instanceClass":null,"abstract":false,"id":317,"interface":false,"eClass":"EClass"},{"id":318,"eClass":"EGenericType"},{"id":319,"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":"bandwidth","changeable":true,"lowerBound":0,"iD":false,"id":320,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"latency","changeable":true,"lowerBound":0,"iD":false,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"computingResourceDescriptors","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"generalPurpose","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"editable","changeable":true,"lowerBound":0,"iD":false,"id":330,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"memory","changeable":true,"lowerBound":0,"iD":false,"id":331,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cpu","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cpuUnits","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"storage","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"infrastructureServiceDescriptor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"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":"operations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PriceModel","instanceClass":null,"abstract":false,"id":356,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slo","instanceClass":null,"abstract":false,"id":357,"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":"priceModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"slo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveParameter","instanceClass":null,"abstract":false,"id":362,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeParameter","instanceClass":null,"abstract":false,"id":363,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionParameter","instanceClass":null,"abstract":false,"id":364,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TypeEnum","instanceClass":null,"id":365,"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":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"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":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"name":"INT","id":380,"value":0,"literal":"INT","eClass":"EEnumLiteral"},{"name":"STRING","id":381,"value":1,"literal":"STRING","eClass":"EEnumLiteral"},{"name":"BOOL","id":382,"value":2,"literal":"BOOL","eClass":"EEnumLiteral"},{"name":"DOUBLE","id":383,"value":3,"literal":"DOUBLE","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":8,"target":12},{"source":8,"target":13},{"source":8,"target":1},{"source":13,"target":12},{"source":9,"target":14},{"source":9,"target":15},{"source":9,"target":1},{"source":15,"target":14},{"source":10,"target":16},{"source":10,"target":17},{"source":10,"target":1},{"source":17,"target":16},{"source":11,"target":18},{"source":11,"target":19},{"source":11,"target":1},{"source":19,"target":18},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":0},{"source":20,"target":2},{"source":20,"target":25},{"source":20,"target":26},{"source":20,"target":27},{"source":20,"target":28},{"source":20,"target":29},{"source":20,"target":30},{"source":20,"target":31},{"source":20,"target":32},{"source":20,"target":33},{"source":25,"target":20},{"source":26,"target":20},{"source":27,"target":20},{"source":28,"target":20},{"source":29,"target":20},{"source":30,"target":20},{"source":31,"target":20},{"source":32,"target":20},{"source":33,"target":20},{"source":21,"target":2},{"source":21,"target":34},{"source":21,"target":35},{"source":21,"target":36},{"source":21,"target":37},{"source":34,"target":21},{"source":35,"target":21},{"source":36,"target":21},{"source":37,"target":21},{"source":22,"target":2},{"source":22,"target":38},{"source":22,"target":39},{"source":38,"target":40},{"source":38,"target":22},{"source":39,"target":41},{"source":39,"target":22},{"source":23,"target":2},{"source":23,"target":42},{"source":23,"target":43},{"source":42,"target":44},{"source":42,"target":23},{"source":43,"target":45},{"source":43,"target":23},{"source":24,"target":2},{"source":24,"target":46},{"source":24,"target":47},{"source":24,"target":48},{"source":24,"target":49},{"source":24,"target":50},{"source":46,"target":51},{"source":46,"target":24},{"source":47,"target":52},{"source":47,"target":24},{"source":48,"target":53},{"source":48,"target":24},{"source":49,"target":22},{"source":49,"target":54},{"source":49,"target":24},{"source":54,"target":22},{"source":50,"target":23},{"source":50,"target":55},{"source":50,"target":24},{"source":55,"target":23},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":58},{"source":3,"target":0},{"source":56,"target":3},{"source":56,"target":24},{"source":56,"target":59},{"source":56,"target":60},{"source":56,"target":61},{"source":59,"target":62},{"source":59,"target":63},{"source":59,"target":56},{"source":63,"target":62},{"source":60,"target":62},{"source":60,"target":64},{"source":60,"target":56},{"source":64,"target":62},{"source":61,"target":24},{"source":57,"target":3},{"source":57,"target":24},{"source":57,"target":65},{"source":57,"target":66},{"source":57,"target":67},{"source":65,"target":58},{"source":65,"target":68},{"source":65,"target":57},{"source":65,"target":69},{"source":68,"target":58},{"source":66,"target":58},{"source":66,"target":70},{"source":66,"target":57},{"source":66,"target":71},{"source":70,"target":58},{"source":67,"target":24},{"source":58,"target":3},{"source":58,"target":24},{"source":58,"target":72},{"source":58,"target":69},{"source":58,"target":71},{"source":58,"target":73},{"source":72,"target":56},{"source":72,"target":74},{"source":72,"target":58},{"source":74,"target":56},{"source":69,"target":57},{"source":69,"target":75},{"source":69,"target":58},{"source":69,"target":65},{"source":75,"target":57},{"source":71,"target":57},{"source":71,"target":76},{"source":71,"target":58},{"source":71,"target":66},{"source":76,"target":57},{"source":73,"target":24},{"source":4,"target":12},{"source":4,"target":77},{"source":4,"target":78},{"source":4,"target":79},{"source":4,"target":80},{"source":4,"target":81},{"source":4,"target":82},{"source":4,"target":83},{"source":4,"target":84},{"source":4,"target":85},{"source":4,"target":86},{"source":4,"target":87},{"source":4,"target":88},{"source":4,"target":89},{"source":4,"target":90},{"source":4,"target":91},{"source":4,"target":92},{"source":4,"target":93},{"source":4,"target":94},{"source":4,"target":95},{"source":4,"target":96},{"source":4,"target":97},{"source":4,"target":98},{"source":4,"target":99},{"source":4,"target":0},{"source":12,"target":4},{"source":12,"target":24},{"source":12,"target":100},{"source":12,"target":101},{"source":12,"target":102},{"source":12,"target":103},{"source":12,"target":104},{"source":12,"target":105},{"source":100,"target":77},{"source":100,"target":106},{"source":100,"target":12},{"source":100,"target":107},{"source":106,"target":77},{"source":101,"target":97},{"source":101,"target":108},{"source":101,"target":12},{"source":108,"target":97},{"source":102,"target":96},{"source":102,"target":109},{"source":102,"target":12},{"source":109,"target":96},{"source":103,"target":96},{"source":103,"target":110},{"source":103,"target":12},{"source":110,"target":96},{"source":104,"target":58},{"source":104,"target":111},{"source":104,"target":12},{"source":111,"target":58},{"source":105,"target":24},{"source":77,"target":4},{"source":77,"target":24},{"source":77,"target":107},{"source":77,"target":112},{"source":77,"target":113},{"source":77,"target":114},{"source":77,"target":115},{"source":77,"target":116},{"source":77,"target":117},{"source":77,"target":118},{"source":107,"target":12},{"source":107,"target":119},{"source":107,"target":77},{"source":107,"target":100},{"source":119,"target":12},{"source":112,"target":95},{"source":112,"target":120},{"source":112,"target":77},{"source":120,"target":95},{"source":113,"target":121},{"source":113,"target":122},{"source":113,"target":77},{"source":122,"target":121},{"source":114,"target":123},{"source":114,"target":124},{"source":114,"target":77},{"source":124,"target":123},{"source":115,"target":78},{"source":115,"target":125},{"source":115,"target":77},{"source":115,"target":126},{"source":125,"target":78},{"source":116,"target":79},{"source":116,"target":127},{"source":116,"target":77},{"source":116,"target":128},{"source":127,"target":79},{"source":117,"target":80},{"source":117,"target":129},{"source":117,"target":77},{"source":117,"target":130},{"source":129,"target":80},{"source":118,"target":24},{"source":78,"target":4},{"source":78,"target":131},{"source":78,"target":126},{"source":131,"target":83},{"source":131,"target":132},{"source":131,"target":78},{"source":131,"target":133},{"source":132,"target":83},{"source":126,"target":77},{"source":126,"target":134},{"source":126,"target":78},{"source":126,"target":115},{"source":134,"target":77},{"source":79,"target":4},{"source":79,"target":135},{"source":79,"target":128},{"source":135,"target":85},{"source":135,"target":136},{"source":135,"target":79},{"source":135,"target":137},{"source":136,"target":85},{"source":128,"target":77},{"source":128,"target":138},{"source":128,"target":79},{"source":128,"target":116},{"source":138,"target":77},{"source":80,"target":4},{"source":80,"target":139},{"source":80,"target":130},{"source":139,"target":90},{"source":139,"target":140},{"source":139,"target":80},{"source":139,"target":141},{"source":140,"target":90},{"source":130,"target":77},{"source":130,"target":142},{"source":130,"target":80},{"source":130,"target":117},{"source":142,"target":77},{"source":81,"target":4},{"source":81,"target":24},{"source":81,"target":143},{"source":143,"target":24},{"source":82,"target":4},{"source":82,"target":81},{"source":82,"target":144},{"source":82,"target":145},{"source":144,"target":146},{"source":144,"target":147},{"source":144,"target":82},{"source":147,"target":146},{"source":145,"target":81},{"source":83,"target":4},{"source":83,"target":82},{"source":83,"target":133},{"source":83,"target":148},{"source":133,"target":78},{"source":133,"target":149},{"source":133,"target":83},{"source":133,"target":131},{"source":149,"target":78},{"source":148,"target":82},{"source":84,"target":4},{"source":84,"target":83},{"source":84,"target":150},{"source":84,"target":151},{"source":84,"target":152},{"source":150,"target":153},{"source":150,"target":154},{"source":150,"target":84},{"source":154,"target":153},{"source":151,"target":85},{"source":151,"target":155},{"source":151,"target":84},{"source":151,"target":156},{"source":155,"target":85},{"source":152,"target":83},{"source":85,"target":4},{"source":85,"target":81},{"source":85,"target":157},{"source":85,"target":156},{"source":85,"target":137},{"source":85,"target":158},{"source":157,"target":159},{"source":157,"target":160},{"source":157,"target":85},{"source":160,"target":159},{"source":156,"target":84},{"source":156,"target":161},{"source":156,"target":85},{"source":156,"target":151},{"source":161,"target":84},{"source":137,"target":79},{"source":137,"target":162},{"source":137,"target":85},{"source":137,"target":135},{"source":162,"target":79},{"source":158,"target":81},{"source":86,"target":4},{"source":86,"target":93},{"source":86,"target":85},{"source":86,"target":163},{"source":86,"target":164},{"source":163,"target":93},{"source":164,"target":85},{"source":87,"target":4},{"source":87,"target":57},{"source":87,"target":85},{"source":87,"target":165},{"source":87,"target":166},{"source":165,"target":57},{"source":166,"target":85},{"source":88,"target":4},{"source":88,"target":86},{"source":88,"target":82},{"source":88,"target":167},{"source":88,"target":168},{"source":167,"target":86},{"source":168,"target":82},{"source":89,"target":4},{"source":89,"target":87},{"source":89,"target":82},{"source":89,"target":169},{"source":89,"target":170},{"source":169,"target":87},{"source":170,"target":82},{"source":90,"target":4},{"source":90,"target":81},{"source":90,"target":57},{"source":90,"target":171},{"source":90,"target":141},{"source":90,"target":172},{"source":90,"target":173},{"source":171,"target":93},{"source":171,"target":174},{"source":171,"target":90},{"source":171,"target":175},{"source":174,"target":93},{"source":141,"target":80},{"source":141,"target":176},{"source":141,"target":90},{"source":141,"target":139},{"source":176,"target":80},{"source":172,"target":81},{"source":173,"target":57},{"source":91,"target":4},{"source":91,"target":90},{"source":91,"target":82},{"source":91,"target":177},{"source":91,"target":178},{"source":91,"target":179},{"source":177,"target":180},{"source":177,"target":181},{"source":177,"target":91},{"source":181,"target":180},{"source":178,"target":90},{"source":179,"target":82},{"source":92,"target":4},{"source":92,"target":91},{"source":92,"target":182},{"source":92,"target":183},{"source":182,"target":98},{"source":182,"target":184},{"source":182,"target":92},{"source":184,"target":98},{"source":183,"target":91},{"source":93,"target":4},{"source":93,"target":24},{"source":93,"target":175},{"source":93,"target":185},{"source":175,"target":90},{"source":175,"target":186},{"source":175,"target":93},{"source":175,"target":171},{"source":186,"target":90},{"source":185,"target":24},{"source":94,"target":4},{"source":94,"target":24},{"source":94,"target":187},{"source":187,"target":24},{"source":95,"target":4},{"source":95,"target":94},{"source":95,"target":188},{"source":95,"target":189},{"source":95,"target":190},{"source":95,"target":191},{"source":188,"target":192},{"source":188,"target":193},{"source":188,"target":95},{"source":193,"target":192},{"source":189,"target":57},{"source":189,"target":194},{"source":189,"target":95},{"source":194,"target":57},{"source":190,"target":57},{"source":190,"target":195},{"source":190,"target":95},{"source":195,"target":57},{"source":191,"target":94},{"source":96,"target":4},{"source":96,"target":94},{"source":96,"target":196},{"source":96,"target":197},{"source":96,"target":198},{"source":96,"target":199},{"source":96,"target":200},{"source":196,"target":57},{"source":196,"target":201},{"source":196,"target":96},{"source":201,"target":57},{"source":197,"target":57},{"source":197,"target":202},{"source":197,"target":96},{"source":202,"target":57},{"source":198,"target":203},{"source":198,"target":96},{"source":199,"target":204},{"source":199,"target":96},{"source":200,"target":94},{"source":97,"target":4},{"source":97,"target":24},{"source":97,"target":205},{"source":205,"target":24},{"source":98,"target":4},{"source":98,"target":97},{"source":98,"target":206},{"source":98,"target":207},{"source":206,"target":90},{"source":206,"target":208},{"source":206,"target":98},{"source":208,"target":90},{"source":207,"target":97},{"source":99,"target":4},{"source":99,"target":97},{"source":99,"target":57},{"source":99,"target":209},{"source":99,"target":210},{"source":209,"target":97},{"source":210,"target":57},{"source":5,"target":211},{"source":5,"target":212},{"source":5,"target":213},{"source":5,"target":14},{"source":5,"target":146},{"source":5,"target":214},{"source":5,"target":215},{"source":5,"target":216},{"source":5,"target":217},{"source":5,"target":218},{"source":5,"target":219},{"source":5,"target":220},{"source":5,"target":221},{"source":5,"target":0},{"source":211,"target":5},{"source":211,"target":222},{"source":211,"target":223},{"source":222,"target":211},{"source":223,"target":211},{"source":212,"target":5},{"source":212,"target":224},{"source":212,"target":225},{"source":212,"target":226},{"source":224,"target":212},{"source":225,"target":212},{"source":226,"target":212},{"source":213,"target":5},{"source":213,"target":227},{"source":213,"target":228},{"source":213,"target":229},{"source":227,"target":213},{"source":228,"target":213},{"source":229,"target":213},{"source":14,"target":5},{"source":14,"target":24},{"source":14,"target":230},{"source":14,"target":231},{"source":230,"target":146},{"source":230,"target":232},{"source":230,"target":14},{"source":232,"target":146},{"source":231,"target":24},{"source":146,"target":5},{"source":146,"target":24},{"source":146,"target":233},{"source":233,"target":24},{"source":214,"target":5},{"source":214,"target":146},{"source":214,"target":234},{"source":234,"target":146},{"source":215,"target":5},{"source":215,"target":146},{"source":215,"target":235},{"source":215,"target":236},{"source":235,"target":216},{"source":235,"target":237},{"source":235,"target":215},{"source":237,"target":216},{"source":236,"target":146},{"source":216,"target":5},{"source":216,"target":24},{"source":216,"target":238},{"source":216,"target":239},{"source":238,"target":240},{"source":238,"target":241},{"source":238,"target":216},{"source":241,"target":240},{"source":239,"target":24},{"source":217,"target":5},{"source":217,"target":216},{"source":217,"target":242},{"source":217,"target":243},{"source":217,"target":244},{"source":242,"target":221},{"source":242,"target":245},{"source":242,"target":217},{"source":245,"target":221},{"source":243,"target":246},{"source":243,"target":217},{"source":244,"target":216},{"source":218,"target":5},{"source":218,"target":217},{"source":218,"target":247},{"source":218,"target":248},{"source":247,"target":219},{"source":247,"target":249},{"source":247,"target":218},{"source":249,"target":219},{"source":248,"target":217},{"source":219,"target":5},{"source":219,"target":24},{"source":219,"target":250},{"source":219,"target":251},{"source":219,"target":252},{"source":219,"target":253},{"source":250,"target":220},{"source":250,"target":254},{"source":250,"target":219},{"source":254,"target":220},{"source":251,"target":255},{"source":251,"target":219},{"source":252,"target":256},{"source":252,"target":219},{"source":253,"target":24},{"source":220,"target":5},{"source":220,"target":24},{"source":220,"target":257},{"source":220,"target":258},{"source":220,"target":259},{"source":220,"target":260},{"source":220,"target":261},{"source":220,"target":262},{"source":257,"target":212},{"source":257,"target":263},{"source":257,"target":220},{"source":263,"target":212},{"source":258,"target":213},{"source":258,"target":264},{"source":258,"target":220},{"source":264,"target":213},{"source":259,"target":265},{"source":259,"target":220},{"source":260,"target":266},{"source":260,"target":220},{"source":261,"target":267},{"source":261,"target":220},{"source":262,"target":24},{"source":221,"target":5},{"source":221,"target":24},{"source":221,"target":268},{"source":221,"target":269},{"source":268,"target":211},{"source":268,"target":270},{"source":268,"target":221},{"source":270,"target":211},{"source":269,"target":24},{"source":6,"target":271},{"source":6,"target":16},{"source":6,"target":272},{"source":6,"target":273},{"source":6,"target":274},{"source":6,"target":121},{"source":6,"target":275},{"source":6,"target":123},{"source":6,"target":276},{"source":6,"target":277},{"source":6,"target":278},{"source":6,"target":192},{"source":6,"target":153},{"source":6,"target":240},{"source":6,"target":159},{"source":6,"target":279},{"source":6,"target":280},{"source":6,"target":281},{"source":6,"target":282},{"source":6,"target":283},{"source":6,"target":284},{"source":6,"target":180},{"source":6,"target":285},{"source":6,"target":286},{"source":6,"target":0},{"source":271,"target":6},{"source":16,"target":6},{"source":16,"target":271},{"source":16,"target":287},{"source":16,"target":288},{"source":287,"target":274},{"source":287,"target":289},{"source":287,"target":16},{"source":289,"target":274},{"source":288,"target":271},{"source":272,"target":6},{"source":272,"target":271},{"source":272,"target":290},{"source":272,"target":291},{"source":272,"target":292},{"source":272,"target":293},{"source":272,"target":294},{"source":290,"target":121},{"source":290,"target":295},{"source":290,"target":272},{"source":295,"target":121},{"source":291,"target":278},{"source":291,"target":296},{"source":291,"target":272},{"source":296,"target":278},{"source":292,"target":277},{"source":292,"target":297},{"source":292,"target":272},{"source":297,"target":277},{"source":293,"target":277},{"source":293,"target":298},{"source":293,"target":272},{"source":298,"target":277},{"source":294,"target":271},{"source":273,"target":6},{"source":273,"target":271},{"source":273,"target":299},{"source":273,"target":300},{"source":299,"target":276},{"source":299,"target":301},{"source":299,"target":273},{"source":301,"target":276},{"source":300,"target":271},{"source":274,"target":6},{"source":274,"target":24},{"source":274,"target":302},{"source":274,"target":303},{"source":302,"target":304},{"source":302,"target":274},{"source":303,"target":24},{"source":121,"target":6},{"source":121,"target":274},{"source":121,"target":305},{"source":121,"target":306},{"source":121,"target":307},{"source":305,"target":123},{"source":305,"target":308},{"source":305,"target":121},{"source":308,"target":123},{"source":306,"target":275},{"source":306,"target":309},{"source":306,"target":121},{"source":309,"target":275},{"source":307,"target":274},{"source":275,"target":6},{"source":275,"target":274},{"source":275,"target":310},{"source":310,"target":274},{"source":123,"target":6},{"source":123,"target":274},{"source":123,"target":311},{"source":123,"target":312},{"source":311,"target":192},{"source":311,"target":313},{"source":311,"target":123},{"source":313,"target":192},{"source":312,"target":274},{"source":276,"target":6},{"source":276,"target":274},{"source":276,"target":314},{"source":314,"target":274},{"source":277,"target":6},{"source":277,"target":274},{"source":277,"target":315},{"source":277,"target":316},{"source":315,"target":317},{"source":315,"target":318},{"source":315,"target":277},{"source":318,"target":317},{"source":316,"target":274},{"source":278,"target":6},{"source":278,"target":277},{"source":278,"target":319},{"source":319,"target":277},{"source":192,"target":6},{"source":192,"target":278},{"source":192,"target":320},{"source":192,"target":321},{"source":192,"target":322},{"source":320,"target":323},{"source":320,"target":192},{"source":321,"target":324},{"source":321,"target":192},{"source":322,"target":278},{"source":153,"target":6},{"source":153,"target":278},{"source":153,"target":325},{"source":153,"target":326},{"source":153,"target":327},{"source":325,"target":240},{"source":325,"target":328},{"source":325,"target":153},{"source":328,"target":240},{"source":326,"target":329},{"source":326,"target":153},{"source":327,"target":278},{"source":240,"target":6},{"source":240,"target":274},{"source":240,"target":330},{"source":240,"target":331},{"source":240,"target":332},{"source":240,"target":333},{"source":240,"target":334},{"source":240,"target":335},{"source":330,"target":336},{"source":330,"target":240},{"source":331,"target":337},{"source":331,"target":240},{"source":332,"target":338},{"source":332,"target":240},{"source":333,"target":339},{"source":333,"target":240},{"source":334,"target":340},{"source":334,"target":240},{"source":335,"target":274},{"source":159,"target":6},{"source":159,"target":276},{"source":159,"target":341},{"source":341,"target":276},{"source":279,"target":6},{"source":279,"target":159},{"source":279,"target":342},{"source":342,"target":159},{"source":280,"target":6},{"source":280,"target":159},{"source":280,"target":343},{"source":343,"target":159},{"source":281,"target":6},{"source":281,"target":159},{"source":281,"target":277},{"source":281,"target":344},{"source":281,"target":345},{"source":281,"target":346},{"source":344,"target":153},{"source":344,"target":347},{"source":344,"target":281},{"source":347,"target":153},{"source":345,"target":159},{"source":346,"target":277},{"source":282,"target":6},{"source":282,"target":281},{"source":282,"target":348},{"source":348,"target":281},{"source":283,"target":6},{"source":283,"target":281},{"source":283,"target":349},{"source":349,"target":281},{"source":284,"target":6},{"source":284,"target":276},{"source":284,"target":350},{"source":350,"target":276},{"source":180,"target":6},{"source":180,"target":284},{"source":180,"target":277},{"source":180,"target":351},{"source":180,"target":352},{"source":180,"target":353},{"source":351,"target":56},{"source":351,"target":354},{"source":351,"target":180},{"source":354,"target":56},{"source":352,"target":284},{"source":353,"target":277},{"source":285,"target":6},{"source":285,"target":180},{"source":285,"target":355},{"source":355,"target":180},{"source":286,"target":317},{"source":286,"target":356},{"source":286,"target":357},{"source":286,"target":6},{"source":317,"target":286},{"source":317,"target":358},{"source":317,"target":359},{"source":358,"target":356},{"source":358,"target":360},{"source":358,"target":317},{"source":360,"target":356},{"source":359,"target":357},{"source":359,"target":361},{"source":359,"target":317},{"source":361,"target":357},{"source":356,"target":286},{"source":357,"target":286},{"source":7,"target":18},{"source":7,"target":62},{"source":7,"target":362},{"source":7,"target":363},{"source":7,"target":364},{"source":7,"target":365},{"source":7,"target":0},{"source":18,"target":7},{"source":18,"target":366},{"source":366,"target":62},{"source":366,"target":367},{"source":366,"target":18},{"source":367,"target":62},{"source":62,"target":7},{"source":62,"target":24},{"source":62,"target":368},{"source":368,"target":24},{"source":362,"target":7},{"source":362,"target":62},{"source":362,"target":369},{"source":362,"target":370},{"source":369,"target":365},{"source":369,"target":371},{"source":369,"target":362},{"source":371,"target":365},{"source":370,"target":62},{"source":363,"target":7},{"source":363,"target":62},{"source":363,"target":372},{"source":363,"target":373},{"source":363,"target":374},{"source":372,"target":62},{"source":372,"target":375},{"source":372,"target":363},{"source":375,"target":62},{"source":373,"target":62},{"source":373,"target":376},{"source":373,"target":363},{"source":376,"target":62},{"source":374,"target":62},{"source":364,"target":7},{"source":364,"target":62},{"source":364,"target":377},{"source":364,"target":378},{"source":377,"target":62},{"source":377,"target":379},{"source":377,"target":364},{"source":379,"target":62},{"source":378,"target":62},{"source":365,"target":7},{"source":365,"target":380},{"source":365,"target":381},{"source":365,"target":382},{"source":365,"target":383},{"source":380,"target":365},{"source":381,"target":365},{"source":382,"target":365},{"source":383,"target":365}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="componentParameter" nsURI="http://www.ecore.org/component/ComponentParameter" nsPrefix="ComponentParameter"> <eClassifiers xsi:type="ecore:EClass" name="ComponentParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//AbstractComponentParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="component" eType="ecore:EClass ../../org.ecore.component.componentDefinition/model/componentDefinition.ecore#//ComponentDefinition"/> <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="AbstractComponentParameter" abstract="true" eSuperTypes="../../org.ecore.base.documentation/model/documentation.ecore#//AbstractDocumentedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ComponentParameterBase" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="InternalParameter" eSuperTypes="#//AbstractComponentParameter #//ComponentParameterBase"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="ecore:EClass ../../org.ecore.base.basicAttributes/model/basicAttributes.ecore#//AttributeDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtendedParameter" eSuperTypes="#//AbstractComponentParameter #//ComponentParameterBase #//ComponentRunTimeParameterBase"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="ecore:EClass ../../org.ecore.base.basicAttributes/model/basicAttributes.ecore#//AttributeDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtendedTrigger" eSuperTypes="#//AbstractComponentParameter #//ComponentRunTimeParameterBase"> <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="active" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="ecore:EClass ../../org.ecore.base.basicAttributes/model/basicAttributes.ecore#//AttributeDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterSetInstance" eSuperTypes="#//AbstractComponentParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterInstances" upperBound="-1" eType="#//AbstractParameterInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="paramSet" lowerBound="1" eType="ecore:EClass ../../org.ecore.service.parameterDefinition/model/parameterDefinition.ecore#//ParameterSetDefinition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" unsettable="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractParameterInstance" abstract="true" eSuperTypes="../../org.ecore.base.documentation/model/documentation.ecore#//AbstractDocumentedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TriggerInstance" eSuperTypes="#//AbstractParameterInstance #//ComponentRunTimeParameterBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="triggerDef" lowerBound="1" eType="ecore:EClass ../../org.ecore.service.parameterDefinition/model/parameterDefinition.ecore#//TriggerDefinition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="active" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" unsettable="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterInstance" eSuperTypes="#//AbstractParameterInstance #//ComponentRunTimeParameterBase #//ComponentParameterBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterDef" lowerBound="1" eType="ecore:EClass ../../org.ecore.service.parameterDefinition/model/parameterDefinition.ecore#//ParameterDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="ecore:EClass ../../org.ecore.base.basicAttributes/model/basicAttributes.ecore#//AttributeRefinement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" unsettable="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentParamModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="parametrization" eType="#//ComponentParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="ecore:EClass ../../org.ecore.service.parameterDefinition/model/parameterDefinition.ecore#//ParamDefRepoImport" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentParametersRef" eSuperTypes="../../org.ecore.component.componentDefinition/model/componentDefinition.ecore#//DerivedComponentElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1" eType="#//ComponentParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="slave" eType="ecore:EClass ../../org.ecore.component.coordinationExtension/model/coordinationExtension.ecore#//CoordinationSlavePort"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentRunTimeParameterBase" abstract="true"/> </ecore:EPackage>
github:ecore:/data/Servicerobotics-Ulm/SmartMDSD-Toolchain/org.ecore.metamodels/org.ecore.component/org.ecore.component.componentParameter/model/componentParameter.ecore
ecore
componentParameter ComponentParameter parameters component name AbstractComponentParameter ComponentParameterBase InternalParameter name attributes ExtendedParameter name attributes ExtendedTrigger name active attributes ParameterSetInstance parameterInstances paramSet name AbstractParameterInstance TriggerInstance triggerDef active name ParameterInstance parameterDef attributes name ComponentParamModel parametrization imports ComponentParametersRef parameter slave ComponentRunTimeParameterBase
null
{"directed":true,"nodes":[{"nsPrefix":"ComponentParameter","nsURI":"http://www.ecore.org/component/ComponentParameter","name":"componentParameter","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentParameter","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractComponentParameter","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentParameterBase","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalParameter","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendedParameter","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendedTrigger","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSetInstance","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractParameterInstance","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggerInstance","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterInstance","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentParamModel","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentParametersRef","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentRunTimeParameterBase","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"component","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"},{"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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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":"attributes","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"active","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","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":"parameterInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"paramSet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":true,"unique":true,"name":"name","changeable":false,"lowerBound":1,"iD":false,"id":44,"derived":true},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"triggerDef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"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":"active","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":true,"unique":true,"name":"name","changeable":false,"lowerBound":1,"iD":false,"id":52,"derived":true},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameterDef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":true,"unique":true,"name":"name","changeable":false,"lowerBound":1,"iD":false,"id":60,"derived":true},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parametrization","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":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"slave","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":14,"target":2},{"source":14,"target":17},{"source":14,"target":1},{"source":17,"target":2},{"source":15,"target":18},{"source":15,"target":1},{"source":16,"target":19},{"source":16,"target":1},{"source":2,"target":0},{"source":2,"target":20},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":3},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":21,"target":25},{"source":21,"target":4},{"source":22,"target":26},{"source":22,"target":4},{"source":23,"target":2},{"source":24,"target":3},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":3},{"source":5,"target":13},{"source":5,"target":27},{"source":5,"target":28},{"source":5,"target":29},{"source":5,"target":30},{"source":5,"target":31},{"source":27,"target":32},{"source":27,"target":5},{"source":28,"target":33},{"source":28,"target":5},{"source":29,"target":2},{"source":30,"target":3},{"source":31,"target":13},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":13},{"source":6,"target":34},{"source":6,"target":35},{"source":6,"target":36},{"source":6,"target":37},{"source":6,"target":38},{"source":34,"target":39},{"source":34,"target":6},{"source":35,"target":40},{"source":35,"target":6},{"source":36,"target":41},{"source":36,"target":6},{"source":37,"target":2},{"source":38,"target":13},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":42},{"source":7,"target":43},{"source":7,"target":44},{"source":7,"target":45},{"source":42,"target":8},{"source":42,"target":46},{"source":42,"target":7},{"source":46,"target":8},{"source":43,"target":47},{"source":43,"target":7},{"source":44,"target":48},{"source":44,"target":7},{"source":45,"target":2},{"source":8,"target":0},{"source":8,"target":49},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":13},{"source":9,"target":50},{"source":9,"target":51},{"source":9,"target":52},{"source":9,"target":53},{"source":9,"target":54},{"source":50,"target":55},{"source":50,"target":9},{"source":51,"target":56},{"source":51,"target":9},{"source":52,"target":57},{"source":52,"target":9},{"source":53,"target":8},{"source":54,"target":13},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":13},{"source":10,"target":3},{"source":10,"target":58},{"source":10,"target":59},{"source":10,"target":60},{"source":10,"target":61},{"source":10,"target":62},{"source":10,"target":63},{"source":58,"target":64},{"source":58,"target":10},{"source":59,"target":65},{"source":59,"target":10},{"source":60,"target":66},{"source":60,"target":10},{"source":61,"target":8},{"source":62,"target":13},{"source":63,"target":3},{"source":11,"target":0},{"source":11,"target":67},{"source":11,"target":68},{"source":67,"target":1},{"source":67,"target":69},{"source":67,"target":11},{"source":69,"target":1},{"source":68,"target":70},{"source":68,"target":11},{"source":12,"target":0},{"source":12,"target":71},{"source":12,"target":72},{"source":12,"target":73},{"source":71,"target":1},{"source":71,"target":74},{"source":71,"target":12},{"source":74,"target":1},{"source":72,"target":75},{"source":72,"target":12},{"source":13,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="extensions" nsURI="http://www.vogella.com/extensions" nsPrefix="extensions"> <eClassifiers xsi:type="ecore:EClass" name="BrowserPart" eSuperTypes="../../org.eclipse.e4.ui.model.workbench/model/UIElements.ecore#//ui/basic/Part"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/laksono/eclipse4book/com.vogella.e4.appmodel.extensions/model/UiExtensions.ecore
ecore
extensions BrowserPart uri
null
{"directed":true,"nodes":[{"nsPrefix":"extensions","nsURI":"http://www.vogella.com/extensions","name":"extensions","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BrowserPart","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3},{"source":2,"target":4},{"source":2,"target":1}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="mm" nsURI="http://www.collectionspro.eu/jam/mm" nsPrefix="mm"> <eSubpackages name="reduced" nsURI="http://www.collectionspro.eu/jam/mm/reduced-jam" nsPrefix="reduced"> <eClassifiers xsi:type="ecore:EClass" name="ModelRoot"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceModel" lowerBound="1" eType="#//reduced/Model" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetModel" eType="#//reduced/Model" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//reduced/ModelOperation" containment="true" eOpposite="#//reduced/ModelOperation/modelRoot"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" ordered="false" upperBound="-1" eType="#//reduced/Class" containment="true" eOpposite="#//reduced/Class/owningModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelOperation" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelRoot" lowerBound="1" eType="#//reduced/ModelRoot" changeable="false" derived="true" eOpposite="#//reduced/ModelRoot/operations"/> </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="#//reduced/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="owningModel" lowerBound="1" eType="#//reduced/Model" changeable="false" derived="true" eOpposite="#//reduced/Model/classes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//reduced/Class"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPrimitive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" ordered="false" upperBound="-1" eType="#//reduced/Property" containment="true" eOpposite="#//reduced/Property/owningClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classSerialization" eType="#//reduced/ClassSerialization" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InheritanceType"> <eLiterals name="__not_defined"/> <eLiterals name="singleTable" value="1"/> <eLiterals name="tablePerClass" value="2"/> <eLiterals name="joined" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ReferenceType"> <eLiterals name="__not_defined"/> <eLiterals name="basic" value="1"/> <eLiterals name="oneToOne" value="2"/> <eLiterals name="manyToOne" value="3"/> <eLiterals name="oneToMany" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassSerialization"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isTransient" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEmbedded" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tableName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inheritanceType" lowerBound="1" eType="#//reduced/InheritanceType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//reduced/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="owningClass" lowerBound="1" eType="#//reduced/Class" changeable="false" derived="true" eOpposite="#//reduced/Class/properties"/> <eStructuralFeatures xsi:type="ecore:EReference" name="serialization" eType="#//reduced/PropertySerialization" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//reduced/Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opositeProperty" eType="#//reduced/Property"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertySerialization"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isTransient" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEmbedded" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columnNamePattern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sequenceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columnName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/wox2/migrace_databaze/skola/Fel_bc/5.semestr/SI23/si23 materialy okolo migdb/CD/GIT/src/migdb/models/mm-app.fel.ecore
ecore
mm reduced ModelRoot sourceModel targetModel operations Model classes ModelOperation modelRoot NamedElement name Class owningModel parent isPrimitive false properties classSerialization InheritanceType __not_defined __not_defined singleTable singleTable tablePerClass tablePerClass joined joined ReferenceType __not_defined __not_defined basic basic oneToOne oneToOne manyToOne manyToOne oneToMany oneToMany ClassSerialization isTransient false isEmbedded false tableName inheritanceType Property owningClass serialization type opositeProperty lowerBound 0 upperBound 1 isUnique false isOrdered false PropertySerialization isTransient false isEmbedded false columnNamePattern isID false sequenceName columnName
null
{"directed":true,"nodes":[{"nsPrefix":"mm","nsURI":"http://www.collectionspro.eu/jam/mm","name":"mm","id":0,"eClass":"EPackage"},{"nsPrefix":"reduced","nsURI":"http://www.collectionspro.eu/jam/mm/reduced-jam","name":"reduced","id":1,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelRoot","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":"ModelOperation","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InheritanceType","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ReferenceType","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassSerialization","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertySerialization","instanceClass":null,"abstract":false,"id":11,"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":"sourceModel","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"targetModel","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":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelRoot","changeable":false,"resolveProxies":true,"lowerBound":1,"id":18,"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":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningModel","changeable":false,"resolveProxies":true,"lowerBound":1,"id":21,"derived":true},{"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"},{"container":false,"ordered":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":25,"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":"isPrimitive","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":false,"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":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classSerialization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningClass","changeable":false,"resolveProxies":true,"lowerBound":1,"id":34,"derived":true},{"id":35,"eClass":"EGenericType"},{"name":"__not_defined","id":36,"value":0,"literal":"__not_defined","eClass":"EEnumLiteral"},{"name":"singleTable","id":37,"value":1,"literal":"singleTable","eClass":"EEnumLiteral"},{"name":"tablePerClass","id":38,"value":2,"literal":"tablePerClass","eClass":"EEnumLiteral"},{"name":"joined","id":39,"value":3,"literal":"joined","eClass":"EEnumLiteral"},{"name":"__not_defined","id":40,"value":0,"literal":"__not_defined","eClass":"EEnumLiteral"},{"name":"basic","id":41,"value":1,"literal":"basic","eClass":"EEnumLiteral"},{"name":"oneToOne","id":42,"value":2,"literal":"oneToOne","eClass":"EEnumLiteral"},{"name":"manyToOne","id":43,"value":3,"literal":"manyToOne","eClass":"EEnumLiteral"},{"name":"oneToMany","id":44,"value":4,"literal":"oneToMany","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isTransient","changeable":true,"lowerBound":1,"iD":false,"id":45,"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":"isEmbedded","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tableName","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inheritanceType","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serialization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"opositeProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":56,"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":57,"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":"isUnique","changeable":true,"lowerBound":0,"iD":false,"id":58,"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":"isOrdered","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"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isTransient","changeable":true,"lowerBound":1,"iD":false,"id":69,"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":"isEmbedded","changeable":true,"lowerBound":1,"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":"columnNamePattern","changeable":true,"lowerBound":0,"iD":false,"id":71,"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":"isID","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sequenceName","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":"columnName","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"}],"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":0},{"source":2,"target":1},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":12,"target":3},{"source":12,"target":15},{"source":12,"target":2},{"source":15,"target":3},{"source":13,"target":3},{"source":13,"target":16},{"source":13,"target":2},{"source":16,"target":3},{"source":14,"target":4},{"source":14,"target":17},{"source":14,"target":2},{"source":14,"target":18},{"source":17,"target":4},{"source":3,"target":1},{"source":3,"target":19},{"source":19,"target":6},{"source":19,"target":20},{"source":19,"target":3},{"source":19,"target":21},{"source":20,"target":6},{"source":4,"target":1},{"source":4,"target":18},{"source":18,"target":2},{"source":18,"target":22},{"source":18,"target":4},{"source":18,"target":14},{"source":22,"target":2},{"source":5,"target":1},{"source":5,"target":23},{"source":23,"target":24},{"source":23,"target":5},{"source":6,"target":1},{"source":6,"target":5},{"source":6,"target":21},{"source":6,"target":25},{"source":6,"target":26},{"source":6,"target":27},{"source":6,"target":28},{"source":6,"target":29},{"source":21,"target":3},{"source":21,"target":30},{"source":21,"target":6},{"source":21,"target":19},{"source":30,"target":3},{"source":25,"target":6},{"source":25,"target":31},{"source":25,"target":6},{"source":31,"target":6},{"source":26,"target":32},{"source":26,"target":6},{"source":27,"target":10},{"source":27,"target":33},{"source":27,"target":6},{"source":27,"target":34},{"source":33,"target":10},{"source":28,"target":9},{"source":28,"target":35},{"source":28,"target":6},{"source":35,"target":9},{"source":29,"target":5},{"source":7,"target":1},{"source":7,"target":36},{"source":7,"target":37},{"source":7,"target":38},{"source":7,"target":39},{"source":36,"target":7},{"source":37,"target":7},{"source":38,"target":7},{"source":39,"target":7},{"source":8,"target":1},{"source":8,"target":40},{"source":8,"target":41},{"source":8,"target":42},{"source":8,"target":43},{"source":8,"target":44},{"source":40,"target":8},{"source":41,"target":8},{"source":42,"target":8},{"source":43,"target":8},{"source":44,"target":8},{"source":9,"target":1},{"source":9,"target":45},{"source":9,"target":46},{"source":9,"target":47},{"source":9,"target":48},{"source":45,"target":49},{"source":45,"target":9},{"source":46,"target":50},{"source":46,"target":9},{"source":47,"target":51},{"source":47,"target":9},{"source":48,"target":7},{"source":48,"target":52},{"source":48,"target":9},{"source":52,"target":7},{"source":10,"target":1},{"source":10,"target":5},{"source":10,"target":34},{"source":10,"target":53},{"source":10,"target":54},{"source":10,"target":55},{"source":10,"target":56},{"source":10,"target":57},{"source":10,"target":58},{"source":10,"target":59},{"source":10,"target":60},{"source":34,"target":6},{"source":34,"target":61},{"source":34,"target":10},{"source":34,"target":27},{"source":61,"target":6},{"source":53,"target":11},{"source":53,"target":62},{"source":53,"target":10},{"source":62,"target":11},{"source":54,"target":6},{"source":54,"target":63},{"source":54,"target":10},{"source":63,"target":6},{"source":55,"target":10},{"source":55,"target":64},{"source":55,"target":10},{"source":64,"target":10},{"source":56,"target":65},{"source":56,"target":10},{"source":57,"target":66},{"source":57,"target":10},{"source":58,"target":67},{"source":58,"target":10},{"source":59,"target":68},{"source":59,"target":10},{"source":60,"target":5},{"source":11,"target":1},{"source":11,"target":69},{"source":11,"target":70},{"source":11,"target":71},{"source":11,"target":72},{"source":11,"target":73},{"source":11,"target":74},{"source":69,"target":75},{"source":69,"target":11},{"source":70,"target":76},{"source":70,"target":11},{"source":71,"target":77},{"source":71,"target":11},{"source":72,"target":78},{"source":72,"target":11},{"source":73,"target":79},{"source":73,"target":11},{"source":74,"target":80},{"source":74,"target":11}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="myDsl" nsURI="http://www.xtext.org/example/mydsl/MyDsl" nsPrefix="myDsl"> <eClassifiers xsi:type="ecore:EClass" name="Greeting"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="anotherGreeting" eType="#//Greeting"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/vorburger/xtext-sandbox/SerializerCrossRefNewResEObjHowTo/org.xtext.example.mydsl/model/generated/MyDsl.ecore
ecore
myDsl Greeting name anotherGreeting
null
{"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":"Greeting","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"anotherGreeting","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"},{"id":5,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3},{"source":2,"target":4},{"source":2,"target":1},{"source":3,"target":1},{"source":3,"target":5},{"source":3,"target":1},{"source":5,"target":1}],"multigraph":true}
false
<?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="base" nsURI="http://www.fernuni-hagen.de/ST/dummy/base.ecore" nsPrefix="base"> <eClassifiers xsi:type="ecore:EClass" name="BaseClass"> <eOperations name="increment"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="counter"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/smee/amor/org.infai.backend.tests/src/testmodels/base.ecore
ecore
base BaseClass increment counter
null
{"directed":true,"nodes":[{"nsPrefix":"base","nsURI":"http://www.fernuni-hagen.de/ST/dummy/base.ecore","name":"base","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseClass","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"increment","lowerBound":0,"id":2,"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":"counter","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3},{"source":2,"target":1},{"source":3,"target":4},{"source":3,"target":1}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="metricvalues" nsURI="http://metricvalues/1.0" nsPrefix="metricvalues"> <eClassifiers xsi:type="ecore:EClass" name="Component"> <eStructuralFeatures xsi:type="ecore:EReference" name="subComponents" 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:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="ecore:EClass ../org.emftext.language.java/metamodel/java.ecore#//types/Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentCandidate"> <eStructuralFeatures xsi:type="ecore:EReference" name="metricValues" upperBound="-1" eType="#//MetricValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="firstComponent" lowerBound="1" eType="#//Component"/> <eStructuralFeatures xsi:type="ecore:EReference" name="secondComponent" lowerBound="1" eType="#//Component"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Iteration"> <eStructuralFeatures xsi:type="ecore:EReference" name="componentCandidates" upperBound="-1" eType="#//ComponentCandidate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="#//Component" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="curCompThreshold" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="curMergeThreshold" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMergeIteration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetricValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metricID" 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#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetricValuesModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="iterations" upperBound="-1" eType="#//Iteration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minCompThreshold" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxMergeThreshold" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weightLowCoupling" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weightHighCoupling" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weightLowNameResemblance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weightMidNameResemblance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weightHighNameResemblance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weightInterfaceViolationRelevant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weightInterfaceViolationIrrelevant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weightHighSLAQ" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weightLowSLAQ" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weightPackageMapping" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weightDirectoryMapping" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weightDMS" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weightHighestNameResemblance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="wildcardKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="additionalWildcards" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minMergeThreshold" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxComposeThreshold" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="composeThresholdDecrement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mergeThresholdDecrement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="excludedPrefixesForNameResemblance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="excludedSuffixesForNameResemblance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/PalladioSimulator/Palladio-ReverseEngineering-SoMoX-JaMoPP/bundles/org.somox.metricvaluesstorage/MetricValues2.ecore
ecore
metricvalues Component subComponents name id classes ComponentCandidate metricValues firstComponent secondComponent Iteration componentCandidates components number curCompThreshold curMergeThreshold isMergeIteration MetricValue metricID value MetricValuesModel iterations minCompThreshold maxMergeThreshold weightLowCoupling weightHighCoupling weightLowNameResemblance weightMidNameResemblance weightHighNameResemblance weightInterfaceViolationRelevant weightInterfaceViolationIrrelevant weightHighSLAQ weightLowSLAQ weightPackageMapping weightDirectoryMapping weightDMS weightHighestNameResemblance wildcardKey additionalWildcards minMergeThreshold maxComposeThreshold composeThresholdDecrement mergeThresholdDecrement excludedPrefixesForNameResemblance excludedSuffixesForNameResemblance
null
{"directed":true,"nodes":[{"nsPrefix":"metricvalues","nsURI":"http://metricvalues/1.0","name":"metricvalues","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":"ComponentCandidate","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iteration","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetricValue","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetricValuesModel","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":"subComponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classes","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metricValues","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":"firstComponent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"secondComponent","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentCandidates","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":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"number","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"curCompThreshold","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"curMergeThreshold","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMergeIteration","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"metricID","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"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":"minCompThreshold","changeable":true,"lowerBound":0,"iD":false,"id":37,"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":"maxMergeThreshold","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weightLowCoupling","changeable":true,"lowerBound":0,"iD":false,"id":39,"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":"weightHighCoupling","changeable":true,"lowerBound":0,"iD":false,"id":40,"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":"weightLowNameResemblance","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":"weightMidNameResemblance","changeable":true,"lowerBound":0,"iD":false,"id":42,"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":"weightHighNameResemblance","changeable":true,"lowerBound":0,"iD":false,"id":43,"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":"weightInterfaceViolationRelevant","changeable":true,"lowerBound":0,"iD":false,"id":44,"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":"weightInterfaceViolationIrrelevant","changeable":true,"lowerBound":0,"iD":false,"id":45,"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":"weightHighSLAQ","changeable":true,"lowerBound":0,"iD":false,"id":46,"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":"weightLowSLAQ","changeable":true,"lowerBound":0,"iD":false,"id":47,"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":"weightPackageMapping","changeable":true,"lowerBound":0,"iD":false,"id":48,"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":"weightDirectoryMapping","changeable":true,"lowerBound":0,"iD":false,"id":49,"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":"weightDMS","changeable":true,"lowerBound":0,"iD":false,"id":50,"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":"weightHighestNameResemblance","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wildcardKey","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":"additionalWildcards","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minMergeThreshold","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxComposeThreshold","changeable":true,"lowerBound":0,"iD":false,"id":55,"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":"composeThresholdDecrement","changeable":true,"lowerBound":0,"iD":false,"id":56,"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":"mergeThresholdDecrement","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"excludedPrefixesForNameResemblance","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"excludedSuffixesForNameResemblance","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"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":6,"target":1},{"source":6,"target":10},{"source":6,"target":1},{"source":10,"target":1},{"source":7,"target":11},{"source":7,"target":1},{"source":8,"target":12},{"source":8,"target":1},{"source":9,"target":13},{"source":9,"target":1},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":14,"target":4},{"source":14,"target":17},{"source":14,"target":2},{"source":17,"target":4},{"source":15,"target":1},{"source":15,"target":18},{"source":15,"target":2},{"source":18,"target":1},{"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":21},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":20,"target":2},{"source":20,"target":26},{"source":20,"target":3},{"source":26,"target":2},{"source":21,"target":1},{"source":21,"target":27},{"source":21,"target":3},{"source":27,"target":1},{"source":22,"target":28},{"source":22,"target":3},{"source":23,"target":29},{"source":23,"target":3},{"source":24,"target":30},{"source":24,"target":3},{"source":25,"target":31},{"source":25,"target":3},{"source":4,"target":0},{"source":4,"target":32},{"source":4,"target":33},{"source":32,"target":34},{"source":32,"target":4},{"source":33,"target":35},{"source":33,"target":4},{"source":5,"target":0},{"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":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":36,"target":3},{"source":36,"target":60},{"source":36,"target":5},{"source":60,"target":3},{"source":37,"target":61},{"source":37,"target":5},{"source":38,"target":62},{"source":38,"target":5},{"source":39,"target":63},{"source":39,"target":5},{"source":40,"target":64},{"source":40,"target":5},{"source":41,"target":65},{"source":41,"target":5},{"source":42,"target":66},{"source":42,"target":5},{"source":43,"target":67},{"source":43,"target":5},{"source":44,"target":68},{"source":44,"target":5},{"source":45,"target":69},{"source":45,"target":5},{"source":46,"target":70},{"source":46,"target":5},{"source":47,"target":71},{"source":47,"target":5},{"source":48,"target":72},{"source":48,"target":5},{"source":49,"target":73},{"source":49,"target":5},{"source":50,"target":74},{"source":50,"target":5},{"source":51,"target":75},{"source":51,"target":5},{"source":52,"target":76},{"source":52,"target":5},{"source":53,"target":77},{"source":53,"target":5},{"source":54,"target":78},{"source":54,"target":5},{"source":55,"target":79},{"source":55,"target":5},{"source":56,"target":80},{"source":56,"target":5},{"source":57,"target":81},{"source":57,"target":5},{"source":58,"target":82},{"source":58,"target":5},{"source":59,"target":83},{"source":59,"target":5}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="niemmodel" nsURI="http://reference.niem.gov/niem/resource/model/1.0/" nsPrefix="niemmodel"> <eAnnotations> <details key="appinfo" value="&#xD;&#xA; &lt;i:resource xmlns:i=&quot;http://niem.gov/niem/appinfo/2.0&quot; i:name=&quot;Object&quot;/>&#xD;&#xA; &#xD;&#xA;&#xD;&#xA; &lt;i:resource xmlns:i=&quot;http://niem.gov/niem/appinfo/2.0&quot; i:name=&quot;Association&quot;/>&#xD;&#xA; &#xD;&#xA;&#xD;&#xA; &lt;i:ConformantIndicator xmlns:i=&quot;http://niem.gov/niem/appinfo/2.0&quot;>true&lt;/i:ConformantIndicator>&#xD;&#xA; "/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Proxy types that carry dictionary metadata and have XML data type simple contents."/> </eAnnotations> <eClassifiers xsi:type="ecore:EEnum" name="FacetCategoryCodeSimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FacetCategoryCodeSimpleType"/> </eAnnotations> <eLiterals name="enumeration"/> <eLiterals name="pattern" value="1"/> <eLiterals name="minInclusive" value="2"/> <eLiterals name="maxInclusive" value="3"/> <eLiterals name="maxExclusive" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="FacetCategoryCodeSimpleTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FacetCategoryCodeSimpleType:Object"/> <details key="baseType" value="FacetCategoryCodeSimpleType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FacetCategoryCodeType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FacetCategoryCodeType"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//FacetCategoryCodeSimpleType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":0"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="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"/> <details key="namespace" value="http://niem.gov/niem/structures/2.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkMetadata" 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="linkMetadata"/> <details key="namespace" value="http://niem.gov/niem/structures/2.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metadata" 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="metadata"/> <details key="namespace" value="http://niem.gov/niem/structures/2.0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FacetType" eSuperTypes="niemstructures.ecore#//ComplexObjectType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FacetType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="typeQualifiedName" lowerBound="1" eType="#//QName" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TypeQualifiedName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="facetCategoryCode" lowerBound="1" eType="#//FacetCategoryCodeType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="FacetCategoryCode"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="facetText" lowerBound="1" eType="ecore:EClass proxyxsd.ecore#//String" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="FacetText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="facetDefinitionText" eType="ecore:EClass proxyxsd.ecore#//String" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="FacetDefinitionText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamespaceType" eSuperTypes="niemstructures.ecore#//ComplexObjectType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NamespaceType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="namespaceURI" lowerBound="1" eType="ecore:EClass proxyxsd.ecore#//String" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="NamespaceURI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="namespacePrefixText" eType="ecore:EClass proxyxsd.ecore#//String" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="NamespacePrefixText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="namespaceVersionText" eType="ecore:EClass proxyxsd.ecore#//String" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="NamespaceVersionText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyObjectType" eSuperTypes="niemstructures.ecore#//ComplexObjectType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="PropertyObjectType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyQualifiedName" lowerBound="1" eType="#//QName" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertyQualifiedName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyName" eType="ecore:EClass proxyxsd.ecore#//String" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertyName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyNamespace" eType="#//NamespaceType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertyNamespace"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyDefinitionText" eType="ecore:EClass proxyxsd.ecore#//String" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertyDefinitionText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyDataTypeQualifiedName" eType="#//QName" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertyDataTypeQualifiedName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertySubstitutionGroupHeadQualifiedName" eType="#//QName" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertySubstitutionGroupHeadQualifiedName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyElementIndicator" eType="ecore:EClass proxyxsd.ecore#//Boolean" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertyElementIndicator"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyAbstractIndicator" eType="ecore:EClass proxyxsd.ecore#//Boolean" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertyAbstractIndicator"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyInlineIndicator" eType="ecore:EClass proxyxsd.ecore#//Boolean" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertyInlineIndicator"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyReferenceIndicator" eType="ecore:EClass proxyxsd.ecore#//Boolean" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertyReferenceIndicator"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyAugmentationOfTypeQualifiedName" eType="#//QName" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertyAugmentationOfTypeQualifiedName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="QName"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":0"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="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"/> <details key="namespace" value="http://niem.gov/niem/structures/2.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkMetadata" 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="linkMetadata"/> <details key="namespace" value="http://niem.gov/niem/structures/2.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metadata" 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="metadata"/> <details key="namespace" value="http://niem.gov/niem/structures/2.0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeContainsPropertyType" eSuperTypes="niemstructures.ecore#//ComplexObjectType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TypeContainsPropertyType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="typeQualifiedName" lowerBound="1" eType="#//QName" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TypeQualifiedName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyQualifiedName" lowerBound="1" eType="#//QName" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertyQualifiedName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyMinOccursText" eType="ecore:EClass proxyxsd.ecore#//String" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertyMinOccursText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyMaxOccursText" eType="ecore:EClass proxyxsd.ecore#//String" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertyMaxOccursText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyInlineIndicator" eType="ecore:EClass proxyxsd.ecore#//Boolean" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertyInlineIndicator"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyReferenceIndicator" eType="ecore:EClass proxyxsd.ecore#//Boolean" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertyReferenceIndicator"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TypeContentStyleCodeSimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TypeContentStyleCodeSimpleType"/> </eAnnotations> <eLiterals name="CCC"/> <eLiterals name="CSC" value="1"/> <eLiterals name="S" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TypeContentStyleCodeSimpleTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TypeContentStyleCodeSimpleType:Object"/> <details key="baseType" value="TypeContentStyleCodeSimpleType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeContentStyleCodeType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TypeContentStyleCodeType"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//TypeContentStyleCodeSimpleType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":0"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="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"/> <details key="namespace" value="http://niem.gov/niem/structures/2.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkMetadata" 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="linkMetadata"/> <details key="namespace" value="http://niem.gov/niem/structures/2.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metadata" 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="metadata"/> <details key="namespace" value="http://niem.gov/niem/structures/2.0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeObjectType" eSuperTypes="niemstructures.ecore#//ComplexObjectType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TypeObjectType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="typeQualifiedName" lowerBound="1" eType="#//QName" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TypeQualifiedName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeName" eType="ecore:EClass proxyxsd.ecore#//String" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TypeName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeNamespace" eType="#//NamespaceType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TypeNamespace"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinitionText" eType="ecore:EClass proxyxsd.ecore#//String" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TypeDefinitionText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeBaseTypeQualifiedName" eType="#//QName" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TypeBaseTypeQualifiedName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeContentStyleCode" eType="#//TypeContentStyleCodeType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TypeContentStyleCode"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeSimpleStyleCode" eType="#//TypeSimpleStyleCodeType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TypeSimpleStyleCode"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeAssociationIndicator" eType="ecore:EClass proxyxsd.ecore#//Boolean" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TypeAssociationIndicator"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeAugmentationIndicator" eType="ecore:EClass proxyxsd.ecore#//Boolean" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TypeAugmentationIndicator"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeAdapterIndicator" eType="ecore:EClass proxyxsd.ecore#//Boolean" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TypeAdapterIndicator"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeMetadataIndicator" eType="ecore:EClass proxyxsd.ecore#//Boolean" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TypeMetadataIndicator"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TypeSimpleStyleCodeSimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TypeSimpleStyleCodeSimpleType"/> </eAnnotations> <eLiterals name="atomic"/> <eLiterals name="list" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TypeSimpleStyleCodeSimpleTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TypeSimpleStyleCodeSimpleType:Object"/> <details key="baseType" value="TypeSimpleStyleCodeSimpleType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeSimpleStyleCodeType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TypeSimpleStyleCodeType"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//TypeSimpleStyleCodeSimpleType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":0"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="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"/> <details key="namespace" value="http://niem.gov/niem/structures/2.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkMetadata" 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="linkMetadata"/> <details key="namespace" value="http://niem.gov/niem/structures/2.0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metadata" 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="metadata"/> <details key="namespace" value="http://niem.gov/niem/structures/2.0"/> </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="facet" upperBound="-2" eType="#//FacetType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Facet"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="facetCategoryCode" upperBound="-2" eType="#//FacetCategoryCodeType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="FacetCategoryCode"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="facetDefinitionText" upperBound="-2" eType="ecore:EClass proxyxsd.ecore#//String" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="FacetDefinitionText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="facetText" upperBound="-2" eType="ecore:EClass proxyxsd.ecore#//String" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="FacetText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="namespace" upperBound="-2" eType="#//NamespaceType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Namespace"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="namespacePrefixText" upperBound="-2" eType="ecore:EClass proxyxsd.ecore#//String" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="NamespacePrefixText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="namespaceURI" upperBound="-2" eType="ecore:EClass proxyxsd.ecore#//String" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="NamespaceURI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="namespaceVersionText" upperBound="-2" eType="ecore:EClass proxyxsd.ecore#//String" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="NamespaceVersionText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="property" upperBound="-2" eType="#//PropertyObjectType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Property"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyAbstractIndicator" upperBound="-2" eType="ecore:EClass proxyxsd.ecore#//Boolean" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertyAbstractIndicator"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyAugmentationOfTypeQualifiedName" upperBound="-2" eType="#//QName" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertyAugmentationOfTypeQualifiedName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyDataTypeQualifiedName" upperBound="-2" eType="#//QName" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertyDataTypeQualifiedName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyDefinitionText" upperBound="-2" eType="ecore:EClass proxyxsd.ecore#//String" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertyDefinitionText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyElementIndicator" upperBound="-2" eType="ecore:EClass proxyxsd.ecore#//Boolean" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertyElementIndicator"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyInlineIndicator" upperBound="-2" eType="ecore:EClass proxyxsd.ecore#//Boolean" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertyInlineIndicator"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyMaxOccursText" upperBound="-2" eType="ecore:EClass proxyxsd.ecore#//String" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertyMaxOccursText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyMinOccursText" upperBound="-2" eType="ecore:EClass proxyxsd.ecore#//String" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertyMinOccursText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyName" upperBound="-2" eType="ecore:EClass proxyxsd.ecore#//String" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertyName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyNamespace" upperBound="-2" eType="#//NamespaceType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertyNamespace"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyQualifiedName" upperBound="-2" eType="#//QName" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertyQualifiedName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyReferenceIndicator" upperBound="-2" eType="ecore:EClass proxyxsd.ecore#//Boolean" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertyReferenceIndicator"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="propertySubstitutionGroupHeadQualifiedName" upperBound="-2" eType="#//QName" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PropertySubstitutionGroupHeadQualifiedName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="type" upperBound="-2" eType="#//TypeObjectType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Type"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeAdapterIndicator" upperBound="-2" eType="ecore:EClass proxyxsd.ecore#//Boolean" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TypeAdapterIndicator"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeAssociationIndicator" upperBound="-2" eType="ecore:EClass proxyxsd.ecore#//Boolean" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TypeAssociationIndicator"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeAugmentationIndicator" upperBound="-2" eType="ecore:EClass proxyxsd.ecore#//Boolean" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TypeAugmentationIndicator"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeBaseTypeQualifiedName" upperBound="-2" eType="#//QName" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TypeBaseTypeQualifiedName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeContainsProperty" upperBound="-2" eType="#//TypeContainsPropertyType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TypeContainsProperty"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeContentStyleCode" upperBound="-2" eType="#//TypeContentStyleCodeType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TypeContentStyleCode"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinitionText" upperBound="-2" eType="ecore:EClass proxyxsd.ecore#//String" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TypeDefinitionText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeMetadataIndicator" upperBound="-2" eType="ecore:EClass proxyxsd.ecore#//Boolean" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TypeMetadataIndicator"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeName" upperBound="-2" eType="ecore:EClass proxyxsd.ecore#//String" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TypeName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeNamespace" upperBound="-2" eType="#//NamespaceType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TypeNamespace"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeQualifiedName" upperBound="-2" eType="#//QName" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TypeQualifiedName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeSimpleStyleCode" upperBound="-2" eType="#//TypeSimpleStyleCodeType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TypeSimpleStyleCode"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/NIEM/NIEM-UML/Archive/Phase1/Specification/NIEM UML Machine Readable Files/Nonnormative/niemmodel.ecore
ecore
niemmodel FacetCategoryCodeSimpleType enumeration enumeration pattern pattern minInclusive minInclusive maxInclusive maxInclusive maxExclusive maxExclusive FacetCategoryCodeSimpleTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator FacetCategoryCodeType value id linkMetadata metadata FacetType typeQualifiedName facetCategoryCode facetText facetDefinitionText NamespaceType namespaceURI namespacePrefixText namespaceVersionText PropertyObjectType propertyQualifiedName propertyName propertyNamespace propertyDefinitionText propertyDataTypeQualifiedName propertySubstitutionGroupHeadQualifiedName propertyElementIndicator propertyAbstractIndicator propertyInlineIndicator propertyReferenceIndicator propertyAugmentationOfTypeQualifiedName QName value id linkMetadata metadata TypeContainsPropertyType typeQualifiedName propertyQualifiedName propertyMinOccursText propertyMaxOccursText propertyInlineIndicator propertyReferenceIndicator TypeContentStyleCodeSimpleType CCC CCC CSC CSC S S TypeContentStyleCodeSimpleTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator TypeContentStyleCodeType value id linkMetadata metadata TypeObjectType typeQualifiedName typeName typeNamespace typeDefinitionText typeBaseTypeQualifiedName typeContentStyleCode typeSimpleStyleCode typeAssociationIndicator typeAugmentationIndicator typeAdapterIndicator typeMetadataIndicator TypeSimpleStyleCodeSimpleType atomic atomic list list TypeSimpleStyleCodeSimpleTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator TypeSimpleStyleCodeType value id linkMetadata metadata DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation facet facetCategoryCode facetDefinitionText facetText namespace namespacePrefixText namespaceURI namespaceVersionText property propertyAbstractIndicator propertyAugmentationOfTypeQualifiedName propertyDataTypeQualifiedName propertyDefinitionText propertyElementIndicator propertyInlineIndicator propertyMaxOccursText propertyMinOccursText propertyName propertyNamespace propertyQualifiedName propertyReferenceIndicator propertySubstitutionGroupHeadQualifiedName type typeAdapterIndicator typeAssociationIndicator typeAugmentationIndicator typeBaseTypeQualifiedName typeContainsProperty typeContentStyleCode typeDefinitionText typeMetadataIndicator typeName typeNamespace typeQualifiedName typeSimpleStyleCode
null
{"directed":true,"nodes":[{"nsPrefix":"niemmodel","nsURI":"http://reference.niem.gov/niem/resource/model/1.0/","name":"niemmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"FacetCategoryCodeSimpleType","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"FacetCategoryCodeSimpleTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FacetCategoryCodeType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FacetType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamespaceType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyObjectType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QName","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeContainsPropertyType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TypeContentStyleCodeSimpleType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"TypeContentStyleCodeSimpleTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeContentStyleCodeType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeObjectType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TypeSimpleStyleCodeSimpleType","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"TypeSimpleStyleCodeSimpleTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":14,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeSimpleStyleCodeType","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"},{"name":"enumeration","id":17,"value":0,"literal":"enumeration","eClass":"EEnumLiteral"},{"name":"pattern","id":18,"value":1,"literal":"pattern","eClass":"EEnumLiteral"},{"name":"minInclusive","id":19,"value":2,"literal":"minInclusive","eClass":"EEnumLiteral"},{"name":"maxInclusive","id":20,"value":3,"literal":"maxInclusive","eClass":"EEnumLiteral"},{"name":"maxExclusive","id":21,"value":4,"literal":"maxExclusive","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":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":"id","changeable":true,"lowerBound":0,"iD":true,"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":"linkMetadata","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":"metadata","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeQualifiedName","changeable":true,"resolveProxies":false,"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":"facetCategoryCode","changeable":true,"resolveProxies":false,"lowerBound":1,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"facetText","changeable":true,"resolveProxies":false,"lowerBound":1,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"facetDefinitionText","changeable":true,"resolveProxies":false,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"namespaceURI","changeable":true,"resolveProxies":false,"lowerBound":1,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"namespacePrefixText","changeable":true,"resolveProxies":false,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"namespaceVersionText","changeable":true,"resolveProxies":false,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyQualifiedName","changeable":true,"resolveProxies":false,"lowerBound":1,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyName","changeable":true,"resolveProxies":false,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyNamespace","changeable":true,"resolveProxies":false,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyDefinitionText","changeable":true,"resolveProxies":false,"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":true,"transient":false,"unique":true,"name":"propertyDataTypeQualifiedName","changeable":true,"resolveProxies":false,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"propertySubstitutionGroupHeadQualifiedName","changeable":true,"resolveProxies":false,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyElementIndicator","changeable":true,"resolveProxies":false,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyAbstractIndicator","changeable":true,"resolveProxies":false,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyInlineIndicator","changeable":true,"resolveProxies":false,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyReferenceIndicator","changeable":true,"resolveProxies":false,"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":true,"transient":false,"unique":true,"name":"propertyAugmentationOfTypeQualifiedName","changeable":true,"resolveProxies":false,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"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":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":true,"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":"linkMetadata","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":"metadata","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeQualifiedName","changeable":true,"resolveProxies":false,"lowerBound":1,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyQualifiedName","changeable":true,"resolveProxies":false,"lowerBound":1,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyMinOccursText","changeable":true,"resolveProxies":false,"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":"propertyMaxOccursText","changeable":true,"resolveProxies":false,"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":"propertyInlineIndicator","changeable":true,"resolveProxies":false,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyReferenceIndicator","changeable":true,"resolveProxies":false,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"name":"CCC","id":90,"value":0,"literal":"CCC","eClass":"EEnumLiteral"},{"name":"CSC","id":91,"value":1,"literal":"CSC","eClass":"EEnumLiteral"},{"name":"S","id":92,"value":2,"literal":"S","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"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":"linkMetadata","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":"metadata","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeQualifiedName","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"typeName","changeable":true,"resolveProxies":false,"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":"typeNamespace","changeable":true,"resolveProxies":false,"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":"typeDefinitionText","changeable":true,"resolveProxies":false,"lowerBound":0,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"typeBaseTypeQualifiedName","changeable":true,"resolveProxies":false,"lowerBound":0,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeContentStyleCode","changeable":true,"resolveProxies":false,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeSimpleStyleCode","changeable":true,"resolveProxies":false,"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":"typeAssociationIndicator","changeable":true,"resolveProxies":false,"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":"typeAugmentationIndicator","changeable":true,"resolveProxies":false,"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":"typeAdapterIndicator","changeable":true,"resolveProxies":false,"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":"typeMetadataIndicator","changeable":true,"resolveProxies":false,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"name":"atomic","id":124,"value":0,"literal":"atomic","eClass":"EEnumLiteral"},{"name":"list","id":125,"value":1,"literal":"list","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"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":"linkMetadata","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":"metadata","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":136,"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":"facet","changeable":true,"resolveProxies":false,"lowerBound":0,"id":137,"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":"facetCategoryCode","changeable":true,"resolveProxies":false,"lowerBound":0,"id":138,"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":"facetDefinitionText","changeable":true,"resolveProxies":false,"lowerBound":0,"id":139,"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":"facetText","changeable":true,"resolveProxies":false,"lowerBound":0,"id":140,"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":"namespace","changeable":true,"resolveProxies":false,"lowerBound":0,"id":141,"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":"namespacePrefixText","changeable":true,"resolveProxies":false,"lowerBound":0,"id":142,"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":"namespaceURI","changeable":true,"resolveProxies":false,"lowerBound":0,"id":143,"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":"namespaceVersionText","changeable":true,"resolveProxies":false,"lowerBound":0,"id":144,"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":"property","changeable":true,"resolveProxies":false,"lowerBound":0,"id":145,"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":"propertyAbstractIndicator","changeable":true,"resolveProxies":false,"lowerBound":0,"id":146,"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":"propertyAugmentationOfTypeQualifiedName","changeable":true,"resolveProxies":false,"lowerBound":0,"id":147,"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":"propertyDataTypeQualifiedName","changeable":true,"resolveProxies":false,"lowerBound":0,"id":148,"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":"propertyDefinitionText","changeable":true,"resolveProxies":false,"lowerBound":0,"id":149,"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":"propertyElementIndicator","changeable":true,"resolveProxies":false,"lowerBound":0,"id":150,"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":"propertyInlineIndicator","changeable":true,"resolveProxies":false,"lowerBound":0,"id":151,"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":"propertyMaxOccursText","changeable":true,"resolveProxies":false,"lowerBound":0,"id":152,"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":"propertyMinOccursText","changeable":true,"resolveProxies":false,"lowerBound":0,"id":153,"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":"propertyName","changeable":true,"resolveProxies":false,"lowerBound":0,"id":154,"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":"propertyNamespace","changeable":true,"resolveProxies":false,"lowerBound":0,"id":155,"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":"propertyQualifiedName","changeable":true,"resolveProxies":false,"lowerBound":0,"id":156,"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":"propertyReferenceIndicator","changeable":true,"resolveProxies":false,"lowerBound":0,"id":157,"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":"propertySubstitutionGroupHeadQualifiedName","changeable":true,"resolveProxies":false,"lowerBound":0,"id":158,"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":"type","changeable":true,"resolveProxies":false,"lowerBound":0,"id":159,"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":"typeAdapterIndicator","changeable":true,"resolveProxies":false,"lowerBound":0,"id":160,"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":"typeAssociationIndicator","changeable":true,"resolveProxies":false,"lowerBound":0,"id":161,"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":"typeAugmentationIndicator","changeable":true,"resolveProxies":false,"lowerBound":0,"id":162,"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":"typeBaseTypeQualifiedName","changeable":true,"resolveProxies":false,"lowerBound":0,"id":163,"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":"typeContainsProperty","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":"typeContentStyleCode","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":"typeDefinitionText","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":"typeMetadataIndicator","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":"typeName","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":"typeNamespace","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":"typeQualifiedName","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":"typeSimpleStyleCode","changeable":true,"resolveProxies":false,"lowerBound":0,"id":171,"derived":true},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"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"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":17,"target":1},{"source":18,"target":1},{"source":19,"target":1},{"source":20,"target":1},{"source":21,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":22,"target":1},{"source":22,"target":26},{"source":22,"target":3},{"source":26,"target":1},{"source":23,"target":27},{"source":23,"target":3},{"source":24,"target":28},{"source":24,"target":3},{"source":25,"target":29},{"source":25,"target":3},{"source":4,"target":0},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":30,"target":7},{"source":30,"target":35},{"source":30,"target":4},{"source":35,"target":7},{"source":31,"target":3},{"source":31,"target":36},{"source":31,"target":4},{"source":36,"target":3},{"source":32,"target":37},{"source":32,"target":4},{"source":33,"target":38},{"source":33,"target":4},{"source":5,"target":0},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":39,"target":43},{"source":39,"target":5},{"source":40,"target":44},{"source":40,"target":5},{"source":41,"target":45},{"source":41,"target":5},{"source":6,"target":0},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":46,"target":7},{"source":46,"target":58},{"source":46,"target":6},{"source":58,"target":7},{"source":47,"target":59},{"source":47,"target":6},{"source":48,"target":5},{"source":48,"target":60},{"source":48,"target":6},{"source":60,"target":5},{"source":49,"target":61},{"source":49,"target":6},{"source":50,"target":7},{"source":50,"target":62},{"source":50,"target":6},{"source":62,"target":7},{"source":51,"target":7},{"source":51,"target":63},{"source":51,"target":6},{"source":63,"target":7},{"source":52,"target":64},{"source":52,"target":6},{"source":53,"target":65},{"source":53,"target":6},{"source":54,"target":66},{"source":54,"target":6},{"source":55,"target":67},{"source":55,"target":6},{"source":56,"target":7},{"source":56,"target":68},{"source":56,"target":6},{"source":68,"target":7},{"source":7,"target":0},{"source":7,"target":69},{"source":7,"target":70},{"source":7,"target":71},{"source":7,"target":72},{"source":69,"target":73},{"source":69,"target":7},{"source":70,"target":74},{"source":70,"target":7},{"source":71,"target":75},{"source":71,"target":7},{"source":72,"target":76},{"source":72,"target":7},{"source":8,"target":0},{"source":8,"target":77},{"source":8,"target":78},{"source":8,"target":79},{"source":8,"target":80},{"source":8,"target":81},{"source":8,"target":82},{"source":8,"target":83},{"source":77,"target":7},{"source":77,"target":84},{"source":77,"target":8},{"source":84,"target":7},{"source":78,"target":7},{"source":78,"target":85},{"source":78,"target":8},{"source":85,"target":7},{"source":79,"target":86},{"source":79,"target":8},{"source":80,"target":87},{"source":80,"target":8},{"source":81,"target":88},{"source":81,"target":8},{"source":82,"target":89},{"source":82,"target":8},{"source":9,"target":0},{"source":9,"target":90},{"source":9,"target":91},{"source":9,"target":92},{"source":90,"target":9},{"source":91,"target":9},{"source":92,"target":9},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":93},{"source":11,"target":94},{"source":11,"target":95},{"source":11,"target":96},{"source":93,"target":9},{"source":93,"target":97},{"source":93,"target":11},{"source":97,"target":9},{"source":94,"target":98},{"source":94,"target":11},{"source":95,"target":99},{"source":95,"target":11},{"source":96,"target":100},{"source":96,"target":11},{"source":12,"target":0},{"source":12,"target":101},{"source":12,"target":102},{"source":12,"target":103},{"source":12,"target":104},{"source":12,"target":105},{"source":12,"target":106},{"source":12,"target":107},{"source":12,"target":108},{"source":12,"target":109},{"source":12,"target":110},{"source":12,"target":111},{"source":12,"target":112},{"source":101,"target":7},{"source":101,"target":113},{"source":101,"target":12},{"source":113,"target":7},{"source":102,"target":114},{"source":102,"target":12},{"source":103,"target":5},{"source":103,"target":115},{"source":103,"target":12},{"source":115,"target":5},{"source":104,"target":116},{"source":104,"target":12},{"source":105,"target":7},{"source":105,"target":117},{"source":105,"target":12},{"source":117,"target":7},{"source":106,"target":11},{"source":106,"target":118},{"source":106,"target":12},{"source":118,"target":11},{"source":107,"target":15},{"source":107,"target":119},{"source":107,"target":12},{"source":119,"target":15},{"source":108,"target":120},{"source":108,"target":12},{"source":109,"target":121},{"source":109,"target":12},{"source":110,"target":122},{"source":110,"target":12},{"source":111,"target":123},{"source":111,"target":12},{"source":13,"target":0},{"source":13,"target":124},{"source":13,"target":125},{"source":124,"target":13},{"source":125,"target":13},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":126},{"source":15,"target":127},{"source":15,"target":128},{"source":15,"target":129},{"source":126,"target":13},{"source":126,"target":130},{"source":126,"target":15},{"source":130,"target":13},{"source":127,"target":131},{"source":127,"target":15},{"source":128,"target":132},{"source":128,"target":15},{"source":129,"target":133},{"source":129,"target":15},{"source":16,"target":0},{"source":16,"target":134},{"source":16,"target":135},{"source":16,"target":136},{"source":16,"target":137},{"source":16,"target":138},{"source":16,"target":139},{"source":16,"target":140},{"source":16,"target":141},{"source":16,"target":142},{"source":16,"target":143},{"source":16,"target":144},{"source":16,"target":145},{"source":16,"target":146},{"source":16,"target":147},{"source":16,"target":148},{"source":16,"target":149},{"source":16,"target":150},{"source":16,"target":151},{"source":16,"target":152},{"source":16,"target":153},{"source":16,"target":154},{"source":16,"target":155},{"source":16,"target":156},{"source":16,"target":157},{"source":16,"target":158},{"source":16,"target":159},{"source":16,"target":160},{"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":134,"target":172},{"source":134,"target":16},{"source":135,"target":173},{"source":135,"target":16},{"source":136,"target":174},{"source":136,"target":16},{"source":137,"target":4},{"source":137,"target":175},{"source":137,"target":16},{"source":175,"target":4},{"source":138,"target":3},{"source":138,"target":176},{"source":138,"target":16},{"source":176,"target":3},{"source":139,"target":177},{"source":139,"target":16},{"source":140,"target":178},{"source":140,"target":16},{"source":141,"target":5},{"source":141,"target":179},{"source":141,"target":16},{"source":179,"target":5},{"source":142,"target":180},{"source":142,"target":16},{"source":143,"target":181},{"source":143,"target":16},{"source":144,"target":182},{"source":144,"target":16},{"source":145,"target":6},{"source":145,"target":183},{"source":145,"target":16},{"source":183,"target":6},{"source":146,"target":184},{"source":146,"target":16},{"source":147,"target":7},{"source":147,"target":185},{"source":147,"target":16},{"source":185,"target":7},{"source":148,"target":7},{"source":148,"target":186},{"source":148,"target":16},{"source":186,"target":7},{"source":149,"target":187},{"source":149,"target":16},{"source":150,"target":188},{"source":150,"target":16},{"source":151,"target":189},{"source":151,"target":16},{"source":152,"target":190},{"source":152,"target":16},{"source":153,"target":191},{"source":153,"target":16},{"source":154,"target":192},{"source":154,"target":16},{"source":155,"target":5},{"source":155,"target":193},{"source":155,"target":16},{"source":193,"target":5},{"source":156,"target":7},{"source":156,"target":194},{"source":156,"target":16},{"source":194,"target":7},{"source":157,"target":195},{"source":157,"target":16},{"source":158,"target":7},{"source":158,"target":196},{"source":158,"target":16},{"source":196,"target":7},{"source":159,"target":12},{"source":159,"target":197},{"source":159,"target":16},{"source":197,"target":12},{"source":160,"target":198},{"source":160,"target":16},{"source":161,"target":199},{"source":161,"target":16},{"source":162,"target":200},{"source":162,"target":16},{"source":163,"target":7},{"source":163,"target":201},{"source":163,"target":16},{"source":201,"target":7},{"source":164,"target":8},{"source":164,"target":202},{"source":164,"target":16},{"source":202,"target":8},{"source":165,"target":11},{"source":165,"target":203},{"source":165,"target":16},{"source":203,"target":11},{"source":166,"target":204},{"source":166,"target":16},{"source":167,"target":205},{"source":167,"target":16},{"source":168,"target":206},{"source":168,"target":16},{"source":169,"target":5},{"source":169,"target":207},{"source":169,"target":16},{"source":207,"target":5},{"source":170,"target":7},{"source":170,"target":208},{"source":170,"target":16},{"source":208,"target":7},{"source":171,"target":15},{"source":171,"target":209},{"source":171,"target":16},{"source":209,"target":15}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="diagrams" nsURI="http://soton.ac.uk/models/eventb/diagrams" nsPrefix="diagrams"> <eClassifiers xsi:type="ecore:EClass" name="Diagram" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="DiagramOwner" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="diagrams" upperBound="-1" eType="#//Diagram" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/mgt1g13/iUML-B/ac.soton.eventb.emf.diagrams/model/diagrams.ecore
ecore
diagrams Diagram DiagramOwner diagrams
null
{"directed":true,"nodes":[{"nsPrefix":"diagrams","nsURI":"http://soton.ac.uk/models/eventb/diagrams","name":"diagrams","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Diagram","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramOwner","instanceClass":null,"abstract":true,"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":"diagrams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":3},{"source":3,"target":1},{"source":3,"target":4},{"source":3,"target":2},{"source":4,"target":1}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="model" nsURI="http://docs.oasis-open.org/wsbpel/2.0/process/executable" nsPrefix="bpws"> <eClassifiers xsi:type="ecore:EClass" name="Process" eSuperTypes="#//ExtensibleElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Describes behavior based on interactions between the activities performed by partners through Web Service interfaces. Defines how individual or composite activities are coordinated to achieve a business goal, as well as the state and logic necessary for this coordination. Represents stateful, long-running interactions in which each interaction has a beginning, defined behavior during its lifetime, and an end.&#xD;&#xA;&#xD;&#xA;Abstract processes approach data handling in a way that reflects the level of abstraction required to describe the public aspects of the business protocol. Abstract processes handle only protocol-relevant data as defined by message properties.&#xD;&#xA;&#xD;&#xA;Processes and Partners are modeled as WSDL services."/> </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="targetNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="queryLanguage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expressionLanguage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suppressJoinFailure" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Determines whether the joinFailure fault will be suppressed for all activities in the process. Default is false."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variableAccessSerializable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the XML query language used for selection of nodes in assignment, property definitions, and other uses. The default is XPath 1.0."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="partnerLinks" eType="#//PartnerLinks" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" eType="#//Variables" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="faultHandlers" eType="#//FaultHandler" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventHandlers" eType="#//EventHandler" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correlationSets" eType="#//CorrelationSets" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extensions" eType="#//Extensions" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exitOnStandardFault" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBooleanObject" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messageExchanges" eType="#//MessageExchanges" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstractProcessProfile" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PartnerLink" eSuperTypes="#//ExtensibleElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The services with which a business process interacts are modeled as partners in the process. Partners both consume and provide services to a business Process. These services are characterized by a ServiceLinkType.&#xD;&#xA;&#xD;&#xA;Partners define the different parties that interact with the business process. A partner represents both a consumer of a service provided by the business process and a provider of a service to the business process.&#xD;&#xA;&#xD;&#xA;The role of the partner is always seen from the perspective of the process that contains it. For invoke activities, the partner plays a role to provide the invoked service. For receive activities, the partner plays a role to invoke the service, and the process plays the role of providing it.&#xD;&#xA;&#xD;&#xA;Each partner is characterized by a service link type and a role name that identifies the functionality that must be provided by the business process and by the partner for the relationship to succeed. That is, the portTypes that the process and partners need to implement.&#xD;&#xA;&#xD;&#xA;myRole represents the responsibilities or services produced and consumed by this process. For services provided by this process, myRole must specify a role of the serviceLinkType which which has a portType and operation that appears in a receive activity within this process. That is, for some receive activity in this process, its partner attribute must name a partner defined in the process having myRole specify a role of the partner's serviceLinkType whose portType matches the receive portType, that portType must contain the operation specified in the receive activity, and the container of that activity must refer to a container of the process whose messageType is the same as the input message of the operation.&#xD;&#xA;&#xD;&#xA;For consumed services, similar rules apply to the invoke activity. The partner attribute must name a partner defined in the process having partnerRole specify a role of the partner's serviceLinkType whose portType matches the invoke portType, that portType must contain the operation specified in the invoke activity, and the inputContainer of that activity must refer to a container of the process whose messageType is same as the input message of the operation, and whose outputContainer refers to a container of the process whose messageType is the same as the output message of the operation.&#xD;&#xA;"/> </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="myRole" eType="ecore:EClass partnerlinktype.ecore#//Role"/> <eStructuralFeatures xsi:type="ecore:EReference" name="partnerRole" eType="ecore:EClass partnerlinktype.ecore#//Role"/> <eStructuralFeatures xsi:type="ecore:EReference" name="PartnerLinkType" eType="ecore:EClass partnerlinktype.ecore#//PartnerLinkType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initializePartnerRole" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBooleanObject" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FaultHandler" eSuperTypes="#//ExtensibleElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines the activities that must be executed in response to faults resulting from the invocation of services in a process."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="catch" upperBound="-1" eType="#//Catch" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchAll" eType="#//CatchAll" unsettable="true" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//ExtensibleElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents a unit-of-work in a process. If the suppressJoinFailure is true, then the joinCondition determines if the activity is executed based on incoming links."/> </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="suppressJoinFailure" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Suppresses the join failure for this activity and all nested activities (unless overridden by some nested activity)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="targets" eType="#//Targets" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sources" eType="#//Sources" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorrelationSet" eSuperTypes="#//ExtensibleElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A named group of properties that, taken together, serve to define a way of identifying an application-level conversation within a business protocol instance.&#xD;&#xA;&#xD;&#xA;A given message can cary multiple correlation sets. After initialization, the values of the properties for a correlation set in a business process instance must be identical for all the messages in all the operations that carry the correlation set."/> </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="properties" upperBound="-1" eType="ecore:EClass messageproperties.ecore#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Invoke" eSuperTypes="#//PartnerActivity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Allows the business process to invoke a one-way asynchronous, or request-response synchronous operation on a portType offered by a partner playing a role in the business process as specified in a ServiceLinkType. Asyncrhosous invocations specify only an input container while synchronous invocations specify both an input and output container. Correlation sets are used to correlate the business process with a stateful service provided by the partner.&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="outputVariable" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputVariable" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compensationHandler" eType="#//CompensationHandler" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="faultHandler" eType="#//FaultHandler" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fromParts" eType="#//FromParts" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toParts" eType="#//ToParts" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//ExtensibleElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the synchronization dependencies between activities in a flow. Each activity can be the source and/or target of any number of links. Links establish a predecessor/successor relationship between activities. Activities that are the source of a link are predecessors of activities that are targets of the same link. Parallel execution of activities in a flow is synchronized by requiring that all the source activities of an activity must complete before corresponding target activities of the same link can run. When an activity completes, all activities that are targets of links for which this activity is a source are now candidates for execution (assuming all their predecessor activities have completed)."/> </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="sources" upperBound="-1" eType="#//Source" eOpposite="#//Source/Link"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targets" upperBound="-1" eType="#//Target" eOpposite="#//Target/Link"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Catch" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="faultName" eType="ecore:EDataType platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//QName"/> <eStructuralFeatures xsi:type="ecore:EReference" name="faultVariable" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="faultMessageType" eType="ecore:EClass platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//Message"/> <eStructuralFeatures xsi:type="ecore:EReference" name="faultElement" eType="ecore:EClass platform:/plugin/org.eclipse.xsd/model/XSD.ecore#//XSDElementDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Reply" eSuperTypes="#//PartnerActivity #//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Allows a business process to send a message in reply to a message that was received through a Receive. The combination of a Receive and Reply forms a synchronous request-response operation on the WSDL portType for the process. The container for the replay activity provides the output message for the partner process invoke activity that invoked the corresponding receive activity.&#xD;&#xA;&#xD;&#xA;FaultName specifies the name of a fault and must match some Catch fault name in the Scope or Process's FaultHandler.&#xD;&#xA;&#xD;&#xA;A receive can have more than one corresponding reply, at most one without a faultName, and any mumber with different faults."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="faultName" eType="ecore:EDataType platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//QName"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toParts" eType="#//ToParts" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messageExchange" lowerBound="1" eType="#//MessageExchange"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PartnerActivity" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="partnerLink" lowerBound="1" eType="#//PartnerLink"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correlations" eType="#//Correlations" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="portType" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//PortType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Receive" eSuperTypes="#//PartnerActivity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Allows a business process to block and wait for a particular message to be invoked by a partner in another process. A Receive Activity has a corresponding WSDL portType and operation which other processes can use to invoke the service. The partner can only invoke operations specified by the role it is playing as defined in a ServiceLinkType.&#xD;&#xA;&#xD;&#xA;The container for the receive activity corresponds to the input message of its operation. The container messageType must be the input message.&#xD;&#xA;&#xD;&#xA;If the operation has an output message, it corresponds to a request-response WSDL message. There must be a corresponding Reply Activity in the process having a container whose messageType is the same as the output message. The Reply Activity is used to send a return message back to the invoking process ."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createInstance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fromParts" eType="#//FromParts" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messageExchange" lowerBound="1" eType="#//MessageExchange"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Exit" eSuperTypes="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="When executed, immediately terminates the business process."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Throw" eSuperTypes="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Generates a fault from inside the business process. The FaultHandler may be a proxy for an application or process-specific fault instead of a BPEL FaultHandler"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="faultName" eType="ecore:EDataType platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//QName"/> <eStructuralFeatures xsi:type="ecore:EReference" name="faultVariable" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Wait" eSuperTypes="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Waits for a given time period or until a certain time is reached. Either expression for or until may be specified, but not both."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="for" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="until" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Empty" eSuperTypes="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A &quot;no-op&quot; instruction useful as the target for synchronization of parallel activities, for instance. Empty is also required in situations that require at least one Activity, but there is nothing to do. This may often occur in fault handlers.&#xD;&#xA;"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sequence" eSuperTypes="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines the structure of the process. Activities in a sequence are executed in order."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="activities" lowerBound="1" upperBound="-1" eType="#//Activity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="While" eSuperTypes="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates an activity is to be repeated while a condition is met."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pick" eSuperTypes="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Blocks and waits for the occurrence of one of a set of messages to arrive or for a time-out to go off. When the pick trigger occurs, the associated activity is executed and the pick completes."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createInstance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messages" lowerBound="1" upperBound="-1" eType="#//OnMessage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="alarm" upperBound="-1" eType="#//OnAlarm" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Flow" eSuperTypes="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Enables concurrent execution of its contained activities. Contrast with Sequence which executes its contained activities in order. Links can be used in a flow to define arbitrary predecessor and/or successor activities. A flow activity completes when all of its concurrent activities have been completed."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="activities" lowerBound="1" upperBound="-1" eType="#//Activity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="links" eType="#//Links" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="completionCondition" eType="#//CompletionCondition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OnAlarm" eSuperTypes="#//ExtensibleElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="When the alert fires, the activity is executed."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="for" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="until" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="repeatEvery" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assign" eSuperTypes="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Used to update values of containers with new data. Assigns the Form r-value to the To l-value. An Assign is an atomic Activity. All copy elements succeed or none of them do. Exceptions are raised by incompatible types."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="copy" lowerBound="1" upperBound="-1" eType="#//Copy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validate" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBooleanObject" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Copy" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//To" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//From" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keepSrcElementName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ignoreMissingFromData" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mustUnderstand" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Scope" eSuperTypes="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines a nested activity with its own associated fault and compensation handlers."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isolated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="faultHandlers" eType="#//FaultHandler" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compensationHandler" eType="#//CompensationHandler" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" eType="#//Variables" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correlationSets" eType="#//CorrelationSets" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventHandlers" eType="#//EventHandler" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="partnerLinks" eType="#//PartnerLinks" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="terminationHandler" eType="#//TerminationHandler" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messageExchanges" eType="#//MessageExchanges" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exitOnStandardFault" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompensateScope" eSuperTypes="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Used to invoke compensation of an inner scope that has already completed its execution normally. This construct can be invoked only from within a fault handler or the compensation handler of the scope that immediately encloses the scope for which compensation is to be performed."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the scope whose compensation handler is to be invoked."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompensationHandler" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="To" eSuperTypes="#//ExtensibleElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents an l-value in an assignment activity. Can be used to query a node of a part of a container, a property of a container, or a service reference of a partner."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="part" eType="ecore:EClass platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//Part"/> <eStructuralFeatures xsi:type="ecore:EReference" name="partnerLink" eType="#//PartnerLink"/> <eStructuralFeatures xsi:type="ecore:EReference" name="property" eType="ecore:EClass messageproperties.ecore#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="query" eType="#//Query" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="From" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opaque" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Signifies that an opaque value is to be assigned to a container property based on a non-deterministic choice. Must be used in abstract processes only. The XSD type of the To container property must be derived from xsd:string restricted by enumeration or any restricted XSD integral numeric type."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endpointReference" eType="#//EndpointReferenceRole" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unsafeLiteral" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceRef" eType="#//ServiceRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass platform:/plugin/org.eclipse.xsd/model/XSD.ecore#//XSDTypeDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="part" eType="ecore:EClass platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//Part"/> <eStructuralFeatures xsi:type="ecore:EReference" name="partnerLink" eType="#//PartnerLink"/> <eStructuralFeatures xsi:type="ecore:EReference" name="property" eType="ecore:EClass messageproperties.ecore#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="query" eType="#//Query" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OnMessage" eSuperTypes="#//ExtensibleElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Receipt of the corresponding message, the activity is executed."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" eType="#//Activity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="portType" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//PortType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="partnerLink" lowerBound="1" eType="#//PartnerLink"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correlations" eType="#//Correlations" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fromParts" eType="#//FromParts" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messageExchange" lowerBound="1" eType="#//MessageExchange"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//ExtensibilityElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EJavaObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expressionLanguage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opaque" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBooleanObject" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExpression" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Correlation" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initiate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="no" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pattern" eType="#//CorrelationPattern" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="set" lowerBound="1" eType="#//CorrelationSet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CorrelationPattern"> <eLiterals name="request"/> <eLiterals name="response" value="1"/> <eLiterals name="requestresponse" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EndpointReferenceRole"> <eLiterals name="myRole"/> <eLiterals name="partnerRole" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageExchange" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventHandler" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="alarm" upperBound="-1" eType="#//OnAlarm" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#//OnEvent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Source" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="Link" lowerBound="1" eType="#//Link" eOpposite="#//Link/sources"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitionCondition" eType="#//Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Target" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="Link" lowerBound="1" eType="#//Link" eOpposite="#//Link/targets"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PartnerLinks" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//PartnerLink" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageExchanges" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//MessageExchange" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variables" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorrelationSets" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//CorrelationSet" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Links" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Link" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CatchAll" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Correlations" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Correlation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messageType" eType="ecore:EClass platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//Message"/> <eStructuralFeatures xsi:type="ecore:EReference" name="XSDElement" eType="ecore:EClass platform:/plugin/org.eclipse.xsd/model/XSD.ecore#//XSDElementDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass platform:/plugin/org.eclipse.xsd/model/XSD.ecore#//XSDTypeDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//From" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnknownExtensibilityAttribute" eSuperTypes="platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//UnknownExtensibilityElement"/> <eClassifiers xsi:type="ecore:EClass" name="OnEvent" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" eType="#//Activity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="partnerLink" lowerBound="1" eType="#//PartnerLink"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correlations" eType="#//Correlations" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="portType" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//PortType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messageType" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//Message"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correlationSets" eType="#//CorrelationSets" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fromParts" eType="#//FromParts" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messageExchange" lowerBound="1" eType="#//MessageExchange"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rethrow" eSuperTypes="#//Activity"/> <eClassifiers xsi:type="ecore:EClass" name="Condition" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Targets" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Target" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="joinCondition" eType="#//Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sources" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Source" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//WSDLElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="queryLanguage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceRef" eSuperTypes="platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referenceScheme" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Extensions" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Extension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtensionActivity" eSuperTypes="#//Activity"/> <eClassifiers xsi:type="ecore:EClass" name="FromPart" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="toVariable" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="part" eType="ecore:EClass platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//Part"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToPart" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="fromVariable" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="part" eType="ecore:EClass platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//Part"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpaqueActivity" eSuperTypes="#//Activity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Hides detailed information of an existing executable activity. Using an Opaque Activity will turn the process into an abstract process."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForEach" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="startCounterValue" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finalCounterValue" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parallel" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBooleanObject" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="counterName" lowerBound="1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="completionCondition" eType="#//CompletionCondition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RepeatUntil" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TerminationHandler" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" eType="#//Activity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Validate" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="If" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseIf" upperBound="-1" eType="#//ElseIf" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//Else" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElseIf" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Else" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="#//Activity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompletionCondition" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="branches" eType="#//Branches" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Branches" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="countCompletedBranchesOnly" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBooleanObject" defaultValueLiteral="false" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtensibleElement" eSuperTypes="platform:/plugin/org.eclipse.wst.wsdl/model/WSDL.ecore#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="documentation" eType="#//Documentation" unsettable="true" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Documentation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lang" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Compensate" eSuperTypes="#//Activity"/> <eClassifiers xsi:type="ecore:EClass" name="FromParts" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//FromPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToParts" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//ToPart" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/wso2-attic/tools/poc/bps/org.eclipse.bpel.model/src/model/bpel.ecore
ecore
model Process name targetNamespace queryLanguage urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0 expressionLanguage urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0 suppressJoinFailure false variableAccessSerializable false partnerLinks variables activity faultHandlers eventHandlers correlationSets imports extensions exitOnStandardFault true messageExchanges abstractProcessProfile PartnerLink name myRole partnerRole PartnerLinkType initializePartnerRole FaultHandler catch catchAll Activity name suppressJoinFailure targets sources CorrelationSet name properties Invoke outputVariable inputVariable compensationHandler faultHandler fromParts toParts Link name sources targets Catch faultName faultVariable activity faultMessageType faultElement Reply faultName variable toParts messageExchange PartnerActivity partnerLink correlations portType operation Receive createInstance false variable fromParts messageExchange Exit Throw faultName faultVariable Wait for until Empty Sequence activities While activity condition Pick createInstance false messages alarm Flow activities links completionCondition OnAlarm activity for until repeatEvery Assign copy validate false Copy to from keepSrcElementName false ignoreMissingFromData false Extension namespace mustUnderstand false Scope isolated false faultHandlers compensationHandler activity variables correlationSets eventHandlers partnerLinks terminationHandler messageExchanges exitOnStandardFault false CompensateScope target CompensationHandler activity To variable part partnerLink property query expression From opaque endpointReference literal unsafeLiteral expression serviceRef type variable part partnerLink property query OnMessage variable activity portType partnerLink correlations operation fromParts messageExchange Expression body expressionLanguage opaque BooleanExpression Correlation initiate no pattern set CorrelationPattern request request response response requestresponse requestresponse EndpointReferenceRole myRole myRole partnerRole partnerRole MessageExchange name EventHandler alarm events Source Link activity transitionCondition Target Link activity PartnerLinks children MessageExchanges children Variables children CorrelationSets children Links children CatchAll activity Correlations children Variable name messageType XSDElement type from UnknownExtensibilityAttribute OnEvent activity variable partnerLink correlations operation portType messageType correlationSets fromParts messageExchange Import namespace location importType Rethrow Condition Targets children joinCondition Sources children Query value queryLanguage ServiceRef referenceScheme value Extensions children ExtensionActivity FromPart toVariable part ToPart fromVariable part OpaqueActivity ForEach startCounterValue finalCounterValue parallel false counterName completionCondition activity RepeatUntil activity condition TerminationHandler activity Validate variables If condition elseIf else activity ElseIf condition activity Else activity CompletionCondition branches Branches countCompletedBranchesOnly false ExtensibleElement documentation Documentation lang source value Compensate FromParts children ToParts children
null
{"directed":true,"nodes":[{"nsPrefix":"bpws","nsURI":"http://docs.oasis-open.org/wsbpel/2.0/process/executable","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartnerLink","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FaultHandler","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorrelationSet","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Invoke","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Catch","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reply","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartnerActivity","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Receive","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exit","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Throw","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Wait","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Empty","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequence","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pick","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flow","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OnAlarm","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assign","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Copy","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scope","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompensateScope","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompensationHandler","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"To","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"From","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OnMessage","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Correlation","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CorrelationPattern","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EndpointReferenceRole","instanceClass":null,"id":34,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageExchange","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventHandler","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Source","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Target","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartnerLinks","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageExchanges","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variables","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorrelationSets","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Links","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchAll","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Correlations","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnknownExtensibilityAttribute","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OnEvent","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rethrow","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Targets","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sources","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceRef","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extensions","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionActivity","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromPart","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToPart","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueActivity","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEach","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepeatUntil","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminationHandler","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Validate","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElseIf","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Else","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompletionCondition","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Branches","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensibleElement","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Documentation","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Compensate","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromParts","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToParts","instanceClass":null,"abstract":false,"id":74,"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":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":"targetNamespace","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0","unsettable":true,"transient":false,"unique":true,"name":"queryLanguage","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0","unsettable":true,"transient":false,"unique":true,"name":"expressionLanguage","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"suppressJoinFailure","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"variableAccessSerializable","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":"partnerLinks","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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"faultHandlers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eventHandlers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"correlationSets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extensions","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":"true","unsettable":false,"transient":false,"unique":true,"name":"exitOnStandardFault","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"messageExchanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"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":"abstractProcessProfile","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"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"myRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"partnerRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"PartnerLinkType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"initializePartnerRole","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"catchAll","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"suppressJoinFailure","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sources","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputVariable","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":"compensationHandler","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":"faultHandler","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fromParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Link","changeable":true,"resolveProxies":true,"lowerBound":1,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Link","changeable":true,"resolveProxies":true,"lowerBound":1,"id":161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"faultName","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":"faultVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"faultMessageType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"faultElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"faultName","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"container":false,"ordered":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":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":"toParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"messageExchange","changeable":true,"resolveProxies":true,"lowerBound":1,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"partnerLink","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"correlations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":185,"derived":false},{"container":false,"ordered":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":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"createInstance","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"fromParts","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"messageExchange","changeable":true,"resolveProxies":true,"lowerBound":1,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"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":"faultName","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":false,"unsettable":false,"transient":false,"unique":true,"name":"faultVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"for","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"until","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activities","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"activity","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":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"createInstance","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"messages","changeable":true,"resolveProxies":true,"lowerBound":1,"id":222,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alarm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":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":228,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"completionCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"for","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"until","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"repeatEvery","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"copy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":244,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"validate","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":250,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"keepSrcElementName","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"ignoreMissingFromData","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"mustUnderstand","changeable":true,"lowerBound":0,"iD":false,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"isolated","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"faultHandlers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compensationHandler","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":266,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","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":"correlationSets","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":"eventHandlers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"partnerLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"terminationHandler","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"messageExchanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"exitOnStandardFault","changeable":true,"lowerBound":0,"iD":false,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"container":false,"ordered":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":286,"derived":false},{"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":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"partnerLink","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"property","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":"query","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"opaque","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"endpointReference","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":true,"transient":false,"unique":true,"name":"literal","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":"unsafeLiteral","changeable":true,"lowerBound":0,"iD":false,"id":308,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"partnerLink","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"query","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"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":332,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"partnerLink","changeable":true,"resolveProxies":true,"lowerBound":1,"id":333,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"correlations","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":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":335,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fromParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"messageExchange","changeable":true,"resolveProxies":true,"lowerBound":1,"id":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","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":true,"transient":false,"unique":true,"name":"expressionLanguage","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":true,"transient":false,"unique":true,"name":"opaque","changeable":true,"lowerBound":0,"iD":false,"id":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"no","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"no","unsettable":true,"transient":false,"unique":true,"name":"initiate","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"pattern","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"set","changeable":true,"resolveProxies":true,"lowerBound":1,"id":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"name":"request","id":362,"value":0,"literal":"request","eClass":"EEnumLiteral"},{"name":"response","id":363,"value":1,"literal":"response","eClass":"EEnumLiteral"},{"name":"requestresponse","id":364,"value":2,"literal":"requestresponse","eClass":"EEnumLiteral"},{"name":"myRole","id":365,"value":0,"literal":"myRole","eClass":"EEnumLiteral"},{"name":"partnerRole","id":366,"value":1,"literal":"partnerRole","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alarm","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":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":375,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitionCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"container":false,"ordered":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":391,"derived":false},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":406,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"messageType","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":"XSDElement","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":"type","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":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":419,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"partnerLink","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"correlations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"container":false,"ordered":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":422,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"portType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":423,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"messageType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":424,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"correlationSets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":425,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fromParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":426,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"messageExchange","changeable":true,"resolveProxies":true,"lowerBound":1,"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"lowerBound":0,"iD":false,"id":439,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":440,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importType","changeable":true,"lowerBound":0,"iD":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":448,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"joinCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":449,"derived":false},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":453,"derived":false},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":456,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"queryLanguage","changeable":true,"lowerBound":0,"iD":false,"id":457,"derived":false},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"referenceScheme","changeable":true,"lowerBound":0,"iD":false,"id":461,"derived":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":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"toVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":470,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":471,"derived":false},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":475,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":476,"derived":false},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"startCounterValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":481,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finalCounterValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":482,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"parallel","changeable":true,"lowerBound":1,"iD":false,"id":483,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"counterName","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":"completionCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":485,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":486,"derived":false},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":494,"derived":false},{"container":false,"ordered":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":495,"derived":false},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":499,"derived":false},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","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":"elseIf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":506,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":507,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":514,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":515,"derived":false},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"branches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"countCompletedBranchesOnly","changeable":true,"lowerBound":0,"iD":false,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"documentation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":528,"derived":false},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lang","changeable":true,"lowerBound":0,"iD":false,"id":531,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"lowerBound":0,"iD":false,"id":532,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":533,"derived":false},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"container":false,"ordered":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":538,"derived":false},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"container":false,"ordered":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":541,"derived":false},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":1,"target":0},{"source":1,"target":70},{"source":1,"target":75},{"source":1,"target":76},{"source":1,"target":77},{"source":1,"target":78},{"source":1,"target":79},{"source":1,"target":80},{"source":1,"target":81},{"source":1,"target":82},{"source":1,"target":83},{"source":1,"target":84},{"source":1,"target":85},{"source":1,"target":86},{"source":1,"target":87},{"source":1,"target":88},{"source":1,"target":89},{"source":1,"target":90},{"source":1,"target":91},{"source":1,"target":92},{"source":75,"target":93},{"source":75,"target":1},{"source":76,"target":94},{"source":76,"target":1},{"source":77,"target":95},{"source":77,"target":1},{"source":78,"target":96},{"source":78,"target":1},{"source":79,"target":97},{"source":79,"target":1},{"source":80,"target":98},{"source":80,"target":1},{"source":81,"target":39},{"source":81,"target":99},{"source":81,"target":1},{"source":99,"target":39},{"source":82,"target":41},{"source":82,"target":100},{"source":82,"target":1},{"source":100,"target":41},{"source":83,"target":4},{"source":83,"target":101},{"source":83,"target":1},{"source":101,"target":4},{"source":84,"target":3},{"source":84,"target":102},{"source":84,"target":1},{"source":102,"target":3},{"source":85,"target":36},{"source":85,"target":103},{"source":85,"target":1},{"source":103,"target":36},{"source":86,"target":42},{"source":86,"target":104},{"source":86,"target":1},{"source":104,"target":42},{"source":87,"target":49},{"source":87,"target":105},{"source":87,"target":1},{"source":105,"target":49},{"source":88,"target":56},{"source":88,"target":106},{"source":88,"target":1},{"source":106,"target":56},{"source":89,"target":107},{"source":89,"target":1},{"source":90,"target":40},{"source":90,"target":108},{"source":90,"target":1},{"source":108,"target":40},{"source":91,"target":109},{"source":91,"target":1},{"source":92,"target":70},{"source":2,"target":0},{"source":2,"target":70},{"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":110,"target":116},{"source":110,"target":2},{"source":111,"target":117},{"source":111,"target":2},{"source":112,"target":118},{"source":112,"target":2},{"source":113,"target":119},{"source":113,"target":2},{"source":114,"target":120},{"source":114,"target":2},{"source":115,"target":70},{"source":3,"target":0},{"source":3,"target":70},{"source":3,"target":121},{"source":3,"target":122},{"source":3,"target":123},{"source":121,"target":8},{"source":121,"target":124},{"source":121,"target":3},{"source":124,"target":8},{"source":122,"target":44},{"source":122,"target":125},{"source":122,"target":3},{"source":125,"target":44},{"source":123,"target":70},{"source":4,"target":0},{"source":4,"target":70},{"source":4,"target":126},{"source":4,"target":127},{"source":4,"target":128},{"source":4,"target":129},{"source":4,"target":130},{"source":126,"target":131},{"source":126,"target":4},{"source":127,"target":132},{"source":127,"target":4},{"source":128,"target":52},{"source":128,"target":133},{"source":128,"target":4},{"source":133,"target":52},{"source":129,"target":53},{"source":129,"target":134},{"source":129,"target":4},{"source":134,"target":53},{"source":130,"target":70},{"source":5,"target":0},{"source":5,"target":70},{"source":5,"target":135},{"source":5,"target":136},{"source":5,"target":137},{"source":135,"target":138},{"source":135,"target":5},{"source":136,"target":139},{"source":136,"target":5},{"source":137,"target":70},{"source":6,"target":0},{"source":6,"target":10},{"source":6,"target":140},{"source":6,"target":141},{"source":6,"target":142},{"source":6,"target":143},{"source":6,"target":144},{"source":6,"target":145},{"source":6,"target":146},{"source":140,"target":46},{"source":140,"target":147},{"source":140,"target":6},{"source":147,"target":46},{"source":141,"target":46},{"source":141,"target":148},{"source":141,"target":6},{"source":148,"target":46},{"source":142,"target":26},{"source":142,"target":149},{"source":142,"target":6},{"source":149,"target":26},{"source":143,"target":3},{"source":143,"target":150},{"source":143,"target":6},{"source":150,"target":3},{"source":144,"target":73},{"source":144,"target":151},{"source":144,"target":6},{"source":151,"target":73},{"source":145,"target":74},{"source":145,"target":152},{"source":145,"target":6},{"source":152,"target":74},{"source":146,"target":10},{"source":7,"target":0},{"source":7,"target":70},{"source":7,"target":153},{"source":7,"target":154},{"source":7,"target":155},{"source":7,"target":156},{"source":153,"target":157},{"source":153,"target":7},{"source":154,"target":37},{"source":154,"target":158},{"source":154,"target":7},{"source":154,"target":159},{"source":158,"target":37},{"source":155,"target":38},{"source":155,"target":160},{"source":155,"target":7},{"source":155,"target":161},{"source":160,"target":38},{"source":156,"target":70},{"source":8,"target":0},{"source":8,"target":70},{"source":8,"target":162},{"source":8,"target":163},{"source":8,"target":164},{"source":8,"target":165},{"source":8,"target":166},{"source":8,"target":167},{"source":162,"target":168},{"source":162,"target":8},{"source":163,"target":46},{"source":163,"target":169},{"source":163,"target":8},{"source":169,"target":46},{"source":164,"target":4},{"source":164,"target":170},{"source":164,"target":8},{"source":170,"target":4},{"source":165,"target":171},{"source":165,"target":8},{"source":166,"target":172},{"source":166,"target":8},{"source":167,"target":70},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":4},{"source":9,"target":173},{"source":9,"target":174},{"source":9,"target":175},{"source":9,"target":176},{"source":9,"target":177},{"source":9,"target":178},{"source":173,"target":179},{"source":173,"target":9},{"source":174,"target":46},{"source":174,"target":180},{"source":174,"target":9},{"source":180,"target":46},{"source":175,"target":74},{"source":175,"target":181},{"source":175,"target":9},{"source":181,"target":74},{"source":176,"target":35},{"source":176,"target":182},{"source":176,"target":9},{"source":182,"target":35},{"source":177,"target":10},{"source":178,"target":4},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":183},{"source":10,"target":184},{"source":10,"target":185},{"source":10,"target":186},{"source":10,"target":187},{"source":183,"target":2},{"source":183,"target":188},{"source":183,"target":10},{"source":188,"target":2},{"source":184,"target":45},{"source":184,"target":189},{"source":184,"target":10},{"source":189,"target":45},{"source":185,"target":190},{"source":185,"target":10},{"source":186,"target":191},{"source":186,"target":10},{"source":187,"target":4},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":192},{"source":11,"target":193},{"source":11,"target":194},{"source":11,"target":195},{"source":11,"target":196},{"source":192,"target":197},{"source":192,"target":11},{"source":193,"target":46},{"source":193,"target":198},{"source":193,"target":11},{"source":198,"target":46},{"source":194,"target":73},{"source":194,"target":199},{"source":194,"target":11},{"source":199,"target":73},{"source":195,"target":35},{"source":195,"target":200},{"source":195,"target":11},{"source":200,"target":35},{"source":196,"target":10},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":201},{"source":201,"target":4},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":202},{"source":13,"target":203},{"source":13,"target":204},{"source":202,"target":205},{"source":202,"target":13},{"source":203,"target":46},{"source":203,"target":206},{"source":203,"target":13},{"source":206,"target":46},{"source":204,"target":4},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":207},{"source":14,"target":208},{"source":14,"target":209},{"source":207,"target":30},{"source":207,"target":210},{"source":207,"target":14},{"source":210,"target":30},{"source":208,"target":30},{"source":208,"target":211},{"source":208,"target":14},{"source":211,"target":30},{"source":209,"target":4},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":212},{"source":212,"target":4},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":213},{"source":16,"target":214},{"source":213,"target":4},{"source":213,"target":215},{"source":213,"target":16},{"source":215,"target":4},{"source":214,"target":4},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":216},{"source":17,"target":217},{"source":17,"target":218},{"source":216,"target":4},{"source":216,"target":219},{"source":216,"target":17},{"source":219,"target":4},{"source":217,"target":51},{"source":217,"target":220},{"source":217,"target":17},{"source":220,"target":51},{"source":218,"target":4},{"source":18,"target":0},{"source":18,"target":4},{"source":18,"target":221},{"source":18,"target":222},{"source":18,"target":223},{"source":18,"target":224},{"source":221,"target":225},{"source":221,"target":18},{"source":222,"target":29},{"source":222,"target":226},{"source":222,"target":18},{"source":226,"target":29},{"source":223,"target":20},{"source":223,"target":227},{"source":223,"target":18},{"source":227,"target":20},{"source":224,"target":4},{"source":19,"target":0},{"source":19,"target":4},{"source":19,"target":228},{"source":19,"target":229},{"source":19,"target":230},{"source":19,"target":231},{"source":228,"target":4},{"source":228,"target":232},{"source":228,"target":19},{"source":232,"target":4},{"source":229,"target":43},{"source":229,"target":233},{"source":229,"target":19},{"source":233,"target":43},{"source":230,"target":68},{"source":230,"target":234},{"source":230,"target":19},{"source":234,"target":68},{"source":231,"target":4},{"source":20,"target":0},{"source":20,"target":70},{"source":20,"target":235},{"source":20,"target":236},{"source":20,"target":237},{"source":20,"target":238},{"source":20,"target":239},{"source":235,"target":4},{"source":235,"target":240},{"source":235,"target":20},{"source":240,"target":4},{"source":236,"target":30},{"source":236,"target":241},{"source":236,"target":20},{"source":241,"target":30},{"source":237,"target":30},{"source":237,"target":242},{"source":237,"target":20},{"source":242,"target":30},{"source":238,"target":30},{"source":238,"target":243},{"source":238,"target":20},{"source":243,"target":30},{"source":239,"target":70},{"source":21,"target":0},{"source":21,"target":4},{"source":21,"target":244},{"source":21,"target":245},{"source":21,"target":246},{"source":244,"target":22},{"source":244,"target":247},{"source":244,"target":21},{"source":247,"target":22},{"source":245,"target":248},{"source":245,"target":21},{"source":246,"target":4},{"source":22,"target":0},{"source":22,"target":70},{"source":22,"target":249},{"source":22,"target":250},{"source":22,"target":251},{"source":22,"target":252},{"source":22,"target":253},{"source":249,"target":27},{"source":249,"target":254},{"source":249,"target":22},{"source":254,"target":27},{"source":250,"target":28},{"source":250,"target":255},{"source":250,"target":22},{"source":255,"target":28},{"source":251,"target":256},{"source":251,"target":22},{"source":252,"target":257},{"source":252,"target":22},{"source":253,"target":70},{"source":23,"target":0},{"source":23,"target":70},{"source":23,"target":258},{"source":23,"target":259},{"source":23,"target":260},{"source":258,"target":261},{"source":258,"target":23},{"source":259,"target":262},{"source":259,"target":23},{"source":260,"target":70},{"source":24,"target":0},{"source":24,"target":4},{"source":24,"target":263},{"source":24,"target":264},{"source":24,"target":265},{"source":24,"target":266},{"source":24,"target":267},{"source":24,"target":268},{"source":24,"target":269},{"source":24,"target":270},{"source":24,"target":271},{"source":24,"target":272},{"source":24,"target":273},{"source":24,"target":274},{"source":263,"target":275},{"source":263,"target":24},{"source":264,"target":3},{"source":264,"target":276},{"source":264,"target":24},{"source":276,"target":3},{"source":265,"target":26},{"source":265,"target":277},{"source":265,"target":24},{"source":277,"target":26},{"source":266,"target":4},{"source":266,"target":278},{"source":266,"target":24},{"source":278,"target":4},{"source":267,"target":41},{"source":267,"target":279},{"source":267,"target":24},{"source":279,"target":41},{"source":268,"target":42},{"source":268,"target":280},{"source":268,"target":24},{"source":280,"target":42},{"source":269,"target":36},{"source":269,"target":281},{"source":269,"target":24},{"source":281,"target":36},{"source":270,"target":39},{"source":270,"target":282},{"source":270,"target":24},{"source":282,"target":39},{"source":271,"target":63},{"source":271,"target":283},{"source":271,"target":24},{"source":283,"target":63},{"source":272,"target":40},{"source":272,"target":284},{"source":272,"target":24},{"source":284,"target":40},{"source":273,"target":285},{"source":273,"target":24},{"source":274,"target":4},{"source":25,"target":0},{"source":25,"target":4},{"source":25,"target":286},{"source":25,"target":287},{"source":286,"target":4},{"source":286,"target":288},{"source":286,"target":25},{"source":288,"target":4},{"source":287,"target":4},{"source":26,"target":0},{"source":26,"target":70},{"source":26,"target":289},{"source":26,"target":290},{"source":289,"target":4},{"source":289,"target":291},{"source":289,"target":26},{"source":291,"target":4},{"source":290,"target":70},{"source":27,"target":0},{"source":27,"target":70},{"source":27,"target":292},{"source":27,"target":293},{"source":27,"target":294},{"source":27,"target":295},{"source":27,"target":296},{"source":27,"target":297},{"source":27,"target":298},{"source":292,"target":46},{"source":292,"target":299},{"source":292,"target":27},{"source":299,"target":46},{"source":293,"target":300},{"source":293,"target":27},{"source":294,"target":2},{"source":294,"target":301},{"source":294,"target":27},{"source":301,"target":2},{"source":295,"target":302},{"source":295,"target":27},{"source":296,"target":54},{"source":296,"target":303},{"source":296,"target":27},{"source":303,"target":54},{"source":297,"target":30},{"source":297,"target":304},{"source":297,"target":27},{"source":304,"target":30},{"source":298,"target":70},{"source":28,"target":0},{"source":28,"target":70},{"source":28,"target":305},{"source":28,"target":306},{"source":28,"target":307},{"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":305,"target":318},{"source":305,"target":28},{"source":306,"target":34},{"source":306,"target":319},{"source":306,"target":28},{"source":319,"target":34},{"source":307,"target":320},{"source":307,"target":28},{"source":308,"target":321},{"source":308,"target":28},{"source":309,"target":30},{"source":309,"target":322},{"source":309,"target":28},{"source":322,"target":30},{"source":310,"target":55},{"source":310,"target":323},{"source":310,"target":28},{"source":323,"target":55},{"source":311,"target":324},{"source":311,"target":28},{"source":312,"target":46},{"source":312,"target":325},{"source":312,"target":28},{"source":325,"target":46},{"source":313,"target":326},{"source":313,"target":28},{"source":314,"target":2},{"source":314,"target":327},{"source":314,"target":28},{"source":327,"target":2},{"source":315,"target":328},{"source":315,"target":28},{"source":316,"target":54},{"source":316,"target":329},{"source":316,"target":28},{"source":329,"target":54},{"source":317,"target":70},{"source":29,"target":0},{"source":29,"target":70},{"source":29,"target":330},{"source":29,"target":331},{"source":29,"target":332},{"source":29,"target":333},{"source":29,"target":334},{"source":29,"target":335},{"source":29,"target":336},{"source":29,"target":337},{"source":29,"target":338},{"source":330,"target":46},{"source":330,"target":339},{"source":330,"target":29},{"source":339,"target":46},{"source":331,"target":4},{"source":331,"target":340},{"source":331,"target":29},{"source":340,"target":4},{"source":332,"target":341},{"source":332,"target":29},{"source":333,"target":2},{"source":333,"target":342},{"source":333,"target":29},{"source":342,"target":2},{"source":334,"target":45},{"source":334,"target":343},{"source":334,"target":29},{"source":343,"target":45},{"source":335,"target":344},{"source":335,"target":29},{"source":336,"target":73},{"source":336,"target":345},{"source":336,"target":29},{"source":345,"target":73},{"source":337,"target":35},{"source":337,"target":346},{"source":337,"target":29},{"source":346,"target":35},{"source":338,"target":70},{"source":30,"target":0},{"source":30,"target":347},{"source":30,"target":348},{"source":30,"target":349},{"source":30,"target":350},{"source":347,"target":351},{"source":347,"target":30},{"source":348,"target":352},{"source":348,"target":30},{"source":349,"target":353},{"source":349,"target":30},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":354},{"source":354,"target":30},{"source":32,"target":0},{"source":32,"target":70},{"source":32,"target":355},{"source":32,"target":356},{"source":32,"target":357},{"source":32,"target":358},{"source":355,"target":359},{"source":355,"target":32},{"source":356,"target":33},{"source":356,"target":360},{"source":356,"target":32},{"source":360,"target":33},{"source":357,"target":5},{"source":357,"target":361},{"source":357,"target":32},{"source":361,"target":5},{"source":358,"target":70},{"source":33,"target":0},{"source":33,"target":362},{"source":33,"target":363},{"source":33,"target":364},{"source":362,"target":33},{"source":363,"target":33},{"source":364,"target":33},{"source":34,"target":0},{"source":34,"target":365},{"source":34,"target":366},{"source":365,"target":34},{"source":366,"target":34},{"source":35,"target":0},{"source":35,"target":70},{"source":35,"target":367},{"source":35,"target":368},{"source":367,"target":369},{"source":367,"target":35},{"source":368,"target":70},{"source":36,"target":0},{"source":36,"target":70},{"source":36,"target":370},{"source":36,"target":371},{"source":36,"target":372},{"source":370,"target":20},{"source":370,"target":373},{"source":370,"target":36},{"source":373,"target":20},{"source":371,"target":48},{"source":371,"target":374},{"source":371,"target":36},{"source":374,"target":48},{"source":372,"target":70},{"source":37,"target":0},{"source":37,"target":70},{"source":37,"target":159},{"source":37,"target":375},{"source":37,"target":376},{"source":37,"target":377},{"source":159,"target":7},{"source":159,"target":378},{"source":159,"target":37},{"source":159,"target":154},{"source":378,"target":7},{"source":375,"target":4},{"source":375,"target":379},{"source":375,"target":37},{"source":379,"target":4},{"source":376,"target":51},{"source":376,"target":380},{"source":376,"target":37},{"source":380,"target":51},{"source":377,"target":70},{"source":38,"target":0},{"source":38,"target":70},{"source":38,"target":161},{"source":38,"target":381},{"source":38,"target":382},{"source":161,"target":7},{"source":161,"target":383},{"source":161,"target":38},{"source":161,"target":155},{"source":383,"target":7},{"source":381,"target":4},{"source":381,"target":384},{"source":381,"target":38},{"source":384,"target":4},{"source":382,"target":70},{"source":39,"target":0},{"source":39,"target":70},{"source":39,"target":385},{"source":39,"target":386},{"source":385,"target":2},{"source":385,"target":387},{"source":385,"target":39},{"source":387,"target":2},{"source":386,"target":70},{"source":40,"target":0},{"source":40,"target":70},{"source":40,"target":388},{"source":40,"target":389},{"source":388,"target":35},{"source":388,"target":390},{"source":388,"target":40},{"source":390,"target":35},{"source":389,"target":70},{"source":41,"target":0},{"source":41,"target":70},{"source":41,"target":391},{"source":41,"target":392},{"source":391,"target":46},{"source":391,"target":393},{"source":391,"target":41},{"source":393,"target":46},{"source":392,"target":70},{"source":42,"target":0},{"source":42,"target":70},{"source":42,"target":394},{"source":42,"target":395},{"source":394,"target":5},{"source":394,"target":396},{"source":394,"target":42},{"source":396,"target":5},{"source":395,"target":70},{"source":43,"target":0},{"source":43,"target":70},{"source":43,"target":397},{"source":43,"target":398},{"source":397,"target":7},{"source":397,"target":399},{"source":397,"target":43},{"source":399,"target":7},{"source":398,"target":70},{"source":44,"target":0},{"source":44,"target":70},{"source":44,"target":400},{"source":44,"target":401},{"source":400,"target":4},{"source":400,"target":402},{"source":400,"target":44},{"source":402,"target":4},{"source":401,"target":70},{"source":45,"target":0},{"source":45,"target":70},{"source":45,"target":403},{"source":45,"target":404},{"source":403,"target":32},{"source":403,"target":405},{"source":403,"target":45},{"source":405,"target":32},{"source":404,"target":70},{"source":46,"target":0},{"source":46,"target":70},{"source":46,"target":406},{"source":46,"target":407},{"source":46,"target":408},{"source":46,"target":409},{"source":46,"target":410},{"source":46,"target":411},{"source":406,"target":412},{"source":406,"target":46},{"source":407,"target":413},{"source":407,"target":46},{"source":408,"target":414},{"source":408,"target":46},{"source":409,"target":415},{"source":409,"target":46},{"source":410,"target":28},{"source":410,"target":416},{"source":410,"target":46},{"source":416,"target":28},{"source":411,"target":70},{"source":47,"target":0},{"source":47,"target":417},{"source":48,"target":0},{"source":48,"target":70},{"source":48,"target":418},{"source":48,"target":419},{"source":48,"target":420},{"source":48,"target":421},{"source":48,"target":422},{"source":48,"target":423},{"source":48,"target":424},{"source":48,"target":425},{"source":48,"target":426},{"source":48,"target":427},{"source":48,"target":428},{"source":418,"target":4},{"source":418,"target":429},{"source":418,"target":48},{"source":429,"target":4},{"source":419,"target":46},{"source":419,"target":430},{"source":419,"target":48},{"source":430,"target":46},{"source":420,"target":2},{"source":420,"target":431},{"source":420,"target":48},{"source":431,"target":2},{"source":421,"target":45},{"source":421,"target":432},{"source":421,"target":48},{"source":432,"target":45},{"source":422,"target":433},{"source":422,"target":48},{"source":423,"target":434},{"source":423,"target":48},{"source":424,"target":435},{"source":424,"target":48},{"source":425,"target":42},{"source":425,"target":436},{"source":425,"target":48},{"source":436,"target":42},{"source":426,"target":73},{"source":426,"target":437},{"source":426,"target":48},{"source":437,"target":73},{"source":427,"target":35},{"source":427,"target":438},{"source":427,"target":48},{"source":438,"target":35},{"source":428,"target":70},{"source":49,"target":0},{"source":49,"target":70},{"source":49,"target":439},{"source":49,"target":440},{"source":49,"target":441},{"source":49,"target":442},{"source":439,"target":443},{"source":439,"target":49},{"source":440,"target":444},{"source":440,"target":49},{"source":441,"target":445},{"source":441,"target":49},{"source":442,"target":70},{"source":50,"target":0},{"source":50,"target":4},{"source":50,"target":446},{"source":446,"target":4},{"source":51,"target":0},{"source":51,"target":30},{"source":51,"target":447},{"source":447,"target":30},{"source":52,"target":0},{"source":52,"target":70},{"source":52,"target":448},{"source":52,"target":449},{"source":52,"target":450},{"source":448,"target":38},{"source":448,"target":451},{"source":448,"target":52},{"source":451,"target":38},{"source":449,"target":51},{"source":449,"target":452},{"source":449,"target":52},{"source":452,"target":51},{"source":450,"target":70},{"source":53,"target":0},{"source":53,"target":70},{"source":53,"target":453},{"source":53,"target":454},{"source":453,"target":37},{"source":453,"target":455},{"source":453,"target":53},{"source":455,"target":37},{"source":454,"target":70},{"source":54,"target":0},{"source":54,"target":456},{"source":54,"target":457},{"source":54,"target":458},{"source":456,"target":459},{"source":456,"target":54},{"source":457,"target":460},{"source":457,"target":54},{"source":55,"target":0},{"source":55,"target":461},{"source":55,"target":462},{"source":55,"target":463},{"source":461,"target":464},{"source":461,"target":55},{"source":462,"target":465},{"source":462,"target":55},{"source":56,"target":0},{"source":56,"target":70},{"source":56,"target":466},{"source":56,"target":467},{"source":466,"target":23},{"source":466,"target":468},{"source":466,"target":56},{"source":468,"target":23},{"source":467,"target":70},{"source":57,"target":0},{"source":57,"target":4},{"source":57,"target":469},{"source":469,"target":4},{"source":58,"target":0},{"source":58,"target":70},{"source":58,"target":470},{"source":58,"target":471},{"source":58,"target":472},{"source":470,"target":46},{"source":470,"target":473},{"source":470,"target":58},{"source":473,"target":46},{"source":471,"target":474},{"source":471,"target":58},{"source":472,"target":70},{"source":59,"target":0},{"source":59,"target":70},{"source":59,"target":475},{"source":59,"target":476},{"source":59,"target":477},{"source":475,"target":46},{"source":475,"target":478},{"source":475,"target":59},{"source":478,"target":46},{"source":476,"target":479},{"source":476,"target":59},{"source":477,"target":70},{"source":60,"target":0},{"source":60,"target":4},{"source":60,"target":480},{"source":480,"target":4},{"source":61,"target":0},{"source":61,"target":4},{"source":61,"target":481},{"source":61,"target":482},{"source":61,"target":483},{"source":61,"target":484},{"source":61,"target":485},{"source":61,"target":486},{"source":61,"target":487},{"source":481,"target":30},{"source":481,"target":488},{"source":481,"target":61},{"source":488,"target":30},{"source":482,"target":30},{"source":482,"target":489},{"source":482,"target":61},{"source":489,"target":30},{"source":483,"target":490},{"source":483,"target":61},{"source":484,"target":46},{"source":484,"target":491},{"source":484,"target":61},{"source":491,"target":46},{"source":485,"target":68},{"source":485,"target":492},{"source":485,"target":61},{"source":492,"target":68},{"source":486,"target":4},{"source":486,"target":493},{"source":486,"target":61},{"source":493,"target":4},{"source":487,"target":4},{"source":62,"target":0},{"source":62,"target":4},{"source":62,"target":494},{"source":62,"target":495},{"source":62,"target":496},{"source":494,"target":4},{"source":494,"target":497},{"source":494,"target":62},{"source":497,"target":4},{"source":495,"target":51},{"source":495,"target":498},{"source":495,"target":62},{"source":498,"target":51},{"source":496,"target":4},{"source":63,"target":0},{"source":63,"target":70},{"source":63,"target":499},{"source":63,"target":500},{"source":499,"target":4},{"source":499,"target":501},{"source":499,"target":63},{"source":501,"target":4},{"source":500,"target":70},{"source":64,"target":0},{"source":64,"target":4},{"source":64,"target":502},{"source":64,"target":503},{"source":502,"target":46},{"source":502,"target":504},{"source":502,"target":64},{"source":504,"target":46},{"source":503,"target":4},{"source":65,"target":0},{"source":65,"target":4},{"source":65,"target":505},{"source":65,"target":506},{"source":65,"target":507},{"source":65,"target":508},{"source":65,"target":509},{"source":505,"target":51},{"source":505,"target":510},{"source":505,"target":65},{"source":510,"target":51},{"source":506,"target":66},{"source":506,"target":511},{"source":506,"target":65},{"source":511,"target":66},{"source":507,"target":67},{"source":507,"target":512},{"source":507,"target":65},{"source":512,"target":67},{"source":508,"target":4},{"source":508,"target":513},{"source":508,"target":65},{"source":513,"target":4},{"source":509,"target":4},{"source":66,"target":0},{"source":66,"target":70},{"source":66,"target":514},{"source":66,"target":515},{"source":66,"target":516},{"source":514,"target":51},{"source":514,"target":517},{"source":514,"target":66},{"source":517,"target":51},{"source":515,"target":4},{"source":515,"target":518},{"source":515,"target":66},{"source":518,"target":4},{"source":516,"target":70},{"source":67,"target":0},{"source":67,"target":70},{"source":67,"target":519},{"source":67,"target":520},{"source":519,"target":4},{"source":519,"target":521},{"source":519,"target":67},{"source":521,"target":4},{"source":520,"target":70},{"source":68,"target":0},{"source":68,"target":70},{"source":68,"target":522},{"source":68,"target":523},{"source":522,"target":69},{"source":522,"target":524},{"source":522,"target":68},{"source":524,"target":69},{"source":523,"target":70},{"source":69,"target":0},{"source":69,"target":30},{"source":69,"target":525},{"source":69,"target":526},{"source":525,"target":527},{"source":525,"target":69},{"source":526,"target":30},{"source":70,"target":0},{"source":70,"target":528},{"source":70,"target":529},{"source":528,"target":71},{"source":528,"target":530},{"source":528,"target":70},{"source":530,"target":71},{"source":71,"target":0},{"source":71,"target":531},{"source":71,"target":532},{"source":71,"target":533},{"source":531,"target":534},{"source":531,"target":71},{"source":532,"target":535},{"source":532,"target":71},{"source":533,"target":536},{"source":533,"target":71},{"source":72,"target":0},{"source":72,"target":4},{"source":72,"target":537},{"source":537,"target":4},{"source":73,"target":0},{"source":73,"target":70},{"source":73,"target":538},{"source":73,"target":539},{"source":538,"target":58},{"source":538,"target":540},{"source":538,"target":73},{"source":540,"target":58},{"source":539,"target":70},{"source":74,"target":0},{"source":74,"target":70},{"source":74,"target":541},{"source":74,"target":542},{"source":541,"target":59},{"source":541,"target":543},{"source":541,"target":74},{"source":543,"target":59},{"source":542,"target":70}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="component" nsURI="http://www.fujaba.de/reachAnalysis/tsdm/tests/type/0.1.0" nsPrefix="transformationTestComp"> <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"/> </ecore:EPackage>
github:ecore:/data/fraunhofer-iem/mechatronicuml-reconfigurationverification/org.muml.reconfigurationverification.reachanalysis.tsdm.transform/tests/component.ecore
ecore
component Component ports Port
null
{"directed":true,"nodes":[{"nsPrefix":"transformationTestComp","nsURI":"http://www.fujaba.de/reachAnalysis/tsdm/tests/type/0.1.0","name":"component","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"container":false,"ordered":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":3,"derived":false},{"id":4,"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}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="component" nsURI="http://www.fujaba.de/reachAnalysis/sdm/tests/type/0.1.0" nsPrefix="transformationTestComp"> <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"/> </ecore:EPackage>
github:ecore:/data/fraunhofer-iem/mechatronicuml-storydiagram/org.muml.storydiagram.reachanalysis.sdm.transform.test/rules/component.ecore
ecore
component Component ports Port
null
{"directed":true,"nodes":[{"nsPrefix":"transformationTestComp","nsURI":"http://www.fujaba.de/reachAnalysis/sdm/tests/type/0.1.0","name":"component","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"container":false,"ordered":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":3,"derived":false},{"id":4,"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}],"multigraph":true}
false
<?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="qvttemplate" nsURI="http:///qvttemplate.ecore"> <eClassifiers xsi:type="ecore:EClass" name="TemplateExp" abstract="true" eSuperTypes="/7/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="bindsTo" ordered="false" eType="/7/Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="where" ordered="false" eType="/7/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectTemplateExp" eSuperTypes="/0/TemplateExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="part" upperBound="-1" eType="/0/PropertyTemplateItem" containment="true" eOpposite="/0/PropertyTemplateItem/objContainer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredClass" ordered="false" lowerBound="1" eType="/2/Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionTemplateExp" eSuperTypes="/0/TemplateExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="part" upperBound="-1" eType="/7/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" unique="false" eType="/7/CollectionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredCollectionType" ordered="false" eType="/7/CollectionType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="match" ordered="false" eType="/7/OclExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyTemplateItem" eSuperTypes="/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="objContainer" ordered="false" lowerBound="1" eType="/0/ObjectTemplateExp" eOpposite="/0/ObjectTemplateExp/part"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/7/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredProperty" ordered="false" lowerBound="1" eType="/2/Property"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="imperativeocl" nsURI="http:///imperativeocl.ecore"> <eClassifiers xsi:type="ecore:EClass" name="ImperativeIterateExp" eSuperTypes="/1/ImperativeLoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="/7/Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignExp" eSuperTypes="/1/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="/7/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="left" ordered="false" lowerBound="1" eType="/7/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" ordered="false" eType="/7/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReset" ordered="false" unique="false" eType="/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockExp" eSuperTypes="/1/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="/7/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchExp" eSuperTypes="/7/CallExp /1/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="alternativePart" upperBound="-1" eType="/1/AltExp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elsePart" ordered="false" eType="/7/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableInitExp" eSuperTypes="/1/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false" lowerBound="1" eType="/7/Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="withResult" ordered="false" unique="false" eType="/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileExp" eSuperTypes="/1/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="/7/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="/7/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComputeExp" eSuperTypes="/1/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnedElement" ordered="false" lowerBound="1" eType="/7/Variable" containment="true" eOpposite="/7/Variable/computeOwner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="/7/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AltExp" eSuperTypes="/1/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="/7/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="/7/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnlinkExp" eSuperTypes="/1/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="/7/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="item" ordered="false" lowerBound="1" eType="/7/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnExp" eSuperTypes="/1/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/7/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakExp" eSuperTypes="/1/ImperativeExpression"/> <eClassifiers xsi:type="ecore:EClass" name="TryExp" eSuperTypes="/1/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="tryBody" ordered="false" lowerBound="1" eType="/7/OclExpression" containment="true" eOpposite="/7/OclExpression/tryBodyOwner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" upperBound="-1" eType="/2/Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptBody" ordered="false" eType="/7/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RaiseExp" eSuperTypes="/1/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" ordered="false" lowerBound="1" eType="/2/Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContinueExp" eSuperTypes="/1/ImperativeExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ForExp" eSuperTypes="/1/ImperativeLoopExp"/> <eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="/1/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1" upperBound="-1" eType="/7/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Typedef" eSuperTypes="/2/Class"> <eStructuralFeatures xsi:type="ecore:EReference" name="base" ordered="false" lowerBound="1" eType="/2/Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" eType="/7/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstantiationExp" eSuperTypes="/1/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="instantiatedClass" ordered="false" lowerBound="1" eType="/2/Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extent" ordered="false" eType="/7/Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" upperBound="-1" eType="/7/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DictionaryType" eSuperTypes="/7/CollectionType"> <eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false" eType="/2/Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DictLiteralExp" eSuperTypes="/7/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="part" upperBound="-1" eType="/1/DictLiteralPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DictLiteralPart" eSuperTypes="/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false" lowerBound="1" eType="/7/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/7/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateParameterType" eSuperTypes="/2/Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specification" ordered="false" unique="false" eType="/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogExp" eSuperTypes="/1/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" unique="false" eType="/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="level" ordered="false" unique="false" eType="/2/Integer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" eType="/7/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false" eType="/2/Element"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertExp" eSuperTypes="/1/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" ordered="false" unique="false" eType="/1/SeverityKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="log" ordered="false" eType="/1/LogExp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assertion" ordered="false" lowerBound="1" eType="/7/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SeverityKind"> <eLiterals name="error" value="1"/> <eLiterals name="fatal" value="2"/> <eLiterals name="warning" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImperativeLoopExp" abstract="true" eSuperTypes="/7/LoopExp /1/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" eType="/7/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectorExp" eSuperTypes="/1/ImperativeLoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="/7/Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImperativeExpression" abstract="true" eSuperTypes="/7/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="UnpackExp" eSuperTypes="/1/ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" upperBound="-1" eType="/7/Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnonymousTupleType" eSuperTypes="/2/Class"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" upperBound="-1" eType="/2/Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnonymousTupleLiteralExp" eSuperTypes="/7/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="part" upperBound="-1" eType="/1/AnonymousTupleLiteralPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnonymousTupleLiteralPart" eSuperTypes="/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="/7/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListType" eSuperTypes="/7/CollectionType"/> </ecore:EPackage> <ecore:EPackage name="emof" nsURI="http:///emof.ecore"> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="/2/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="/2/Property" containment="true" eOpposite="/2/Property/Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1" eType="/2/Operation" containment="true" eOpposite="/2/Operation/class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" upperBound="-1" eType="/2/Class"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" unique="false" eType="/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType" abstract="true" eSuperTypes="/2/Type"/> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true" eSuperTypes="/2/Object"> <eStructuralFeatures xsi:type="ecore:EReference" name="tag" upperBound="-1" eType="/2/Tag" eOpposite="/2/Tag/element"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedComment" upperBound="-1" eType="/2/Comment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tag" eSuperTypes="/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" upperBound="-1" eType="/2/Element" eOpposite="/2/Element/tag"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transformation" ordered="false" eType="/5/Transformation" eOpposite="/5/Transformation/ownedTag"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" eType="/3/Module" eOpposite="/3/Module/ownedTag"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" eType="/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="/2/DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLiteral" upperBound="-1" eType="/2/EnumerationLiteral" containment="true" eOpposite="/2/EnumerationLiteral/enumeration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="/2/Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" eType="/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Extent" eSuperTypes="/2/Object"/> <eClassifiers xsi:type="ecore:EClass" name="Object"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="/2/MultiplicityElement /2/TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="class" ordered="false" lowerBound="1" eType="/2/Class" eOpposite="/2/Class/ownedOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="/2/Parameter" containment="true" eOpposite="/2/Parameter/operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="raisedException" upperBound="-1" eType="/2/Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" ordered="false" unique="false" eType="/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false" unique="false" eType="/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" ordered="false" unique="false" eType="/2/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" ordered="false" unique="false" eType="/2/UnlimitedNatural"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="/2/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" upperBound="-1" eType="/2/Type" containment="true" eOpposite="/2/Type/package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedPackage" upperBound="-1" eType="/2/Package"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" ordered="false" unique="false" eType="/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="/2/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" lowerBound="1" eType="/2/Package" eOpposite="/2/Package/ownedType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="/2/MultiplicityElement /2/TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" eType="/2/Operation" eOpposite="/2/Operation/ownedParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="/2/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" ordered="false" eType="/2/Enumeration" eOpposite="/2/Enumeration/ownedLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="/2/MultiplicityElement /2/TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="Class" ordered="false" lowerBound="1" eType="/2/Class" eOpposite="/2/Class/ownedAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" ordered="false" eType="/2/Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="module" ordered="false" eType="/3/Module" eOpposite="/3/Module/configProperty"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReadOnly" ordered="false" unique="false" eType="/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" ordered="false" unique="false" eType="/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isComposite" ordered="false" unique="false" eType="/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isId" ordered="false" unique="false" eType="/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" ordered="false" unique="false" eType="/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="/2/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="/2/Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="/2/DataType"/> <eClassifiers xsi:type="ecore:EClass" name="URIExtent" eSuperTypes="/2/Extent"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="String"/> <eClassifiers xsi:type="ecore:EDataType" name="UnlimitedNatural"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="Real"/> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotatedElement" upperBound="-1" eType="/2/NamedElement"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="qvtoperational" nsURI="http:///qvtoperational.ecore"> <eClassifiers xsi:type="ecore:EClass" name="MappingBody" eSuperTypes="/3/OperationBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="initSection" upperBound="-1" eType="/7/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="endSection" upperBound="-1" eType="/7/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Helper" eSuperTypes="/3/ImperativeOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isQuery" ordered="false" unique="false" eType="/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResolveExp" eSuperTypes="/7/CallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" eType="/7/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="one" ordered="false" unique="false" eType="/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInverse" ordered="false" unique="false" eType="/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDeferred" ordered="false" unique="false" eType="/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResolveInExp" eSuperTypes="/3/ResolveExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="inMapping" ordered="false" eType="/3/MappingOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationalTransformation" eSuperTypes="/3/Module"> <eStructuralFeatures xsi:type="ecore:EReference" name="intermediateClass" upperBound="-1" eType="/2/Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refined" ordered="false" eType="/5/Transformation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="intermediateProperty" upperBound="-1" eType="/2/Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelParameter" upperBound="-1" eType="/3/ModelParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entry" ordered="false" eType="/3/EntryOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relation" upperBound="-1" eType="/6/Relation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingParameter" eSuperTypes="/3/VarParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="refinedDomain" ordered="false" eType="/6/RelationDomain"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extent" ordered="false" eType="/3/ModelParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingOperation" eSuperTypes="/3/ImperativeOperation /2/Operation /2/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="disjunct" upperBound="-1" eType="/3/MappingOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refinedRelation" ordered="false" lowerBound="1" eType="/6/Relation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="merged" upperBound="-1" eType="/3/MappingOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inherited" upperBound="-1" eType="/3/MappingOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="when" upperBound="-1" eType="/7/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingCallExp" eSuperTypes="/3/ImperativeCallExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isStrict" ordered="false" unique="false" eType="/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constructor" eSuperTypes="/3/ImperativeOperation"/> <eClassifiers xsi:type="ecore:EClass" name="ContextualProperty" eSuperTypes="/2/Property"> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" lowerBound="1" eType="/2/Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="overridden" ordered="false" eType="/2/Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntryOperation" eSuperTypes="/3/ImperativeOperation"/> <eClassifiers xsi:type="ecore:EClass" name="ImperativeCallExp" eSuperTypes="/7/OperationCallExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isVirtual" ordered="false" unique="false" eType="/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImperativeOperation" eSuperTypes="/2/Operation"> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" eType="/3/VarParameter" containment="true" eOpposite="/3/VarParameter/ctxOwner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" upperBound="-1" eType="/3/VarParameter" containment="true" eOpposite="/3/VarParameter/resOwner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="overridden" ordered="false" eType="/3/ImperativeOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" eType="/3/OperationBody" containment="true" eOpposite="/3/OperationBody/operation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isBlackbox" ordered="false" unique="false" eType="/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DirectionKind"> <eLiterals name="in" value="1"/> <eLiterals name="inout" value="2"/> <eLiterals name="out" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="/3/Module"/> <eClassifiers xsi:type="ecore:EClass" name="ModelParameter" eSuperTypes="/3/VarParameter"/> <eClassifiers xsi:type="ecore:EClass" name="ModelType" eSuperTypes="/2/Class /2/URIExtent"> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" upperBound="-1" eType="/2/Package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="additionalCondition" upperBound="-1" eType="/7/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="conformanceKind" ordered="false" unique="false" eType="/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="/2/Class /2/Package"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTag" upperBound="-1" eType="/2/Tag" containment="true" eOpposite="/2/Tag/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configProperty" upperBound="-1" eType="/2/Property" eOpposite="/2/Property/module"/> <eStructuralFeatures xsi:type="ecore:EReference" name="moduleImport" upperBound="-1" eType="/3/ModuleImport" containment="true" eOpposite="/3/ModuleImport/module"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usedModelType" upperBound="-1" eType="/3/ModelType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isBlackbox" ordered="false" unique="false" eType="/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleImport" eSuperTypes="/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="binding" upperBound="-1" eType="/3/ModelType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="module" ordered="false" eType="/3/Module" eOpposite="/3/Module/moduleImport"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importedModule" ordered="false" lowerBound="1" eType="/3/Module"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" unique="false" eType="/3/ImportKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ImportKind"> <eLiterals name="extension" value="1"/> <eLiterals name="access" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VarParameter" eSuperTypes="/2/Parameter /7/Variable"> <eStructuralFeatures xsi:type="ecore:EReference" name="ctxOwner" ordered="false" eType="/3/ImperativeOperation" eOpposite="/3/ImperativeOperation/context"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resOwner" ordered="false" eType="/3/ImperativeOperation" eOpposite="/3/ImperativeOperation/result"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" unique="false" eType="/3/DirectionKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationBody" eSuperTypes="/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" eType="/3/ImperativeOperation" eOpposite="/3/ImperativeOperation/body"/> <eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1" eType="/7/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructorBody" eSuperTypes="/3/OperationBody"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectExp" eSuperTypes="/1/InstantiationExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredObject" ordered="false" eType="/7/Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="/3/ConstructorBody" containment="true"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="qvtcore" nsURI="http:///qvtcore.ecore"> <eClassifiers xsi:type="ecore:EClass" name="Area" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="guardPattern" ordered="false" lowerBound="1" eType="/4/GuardPattern" containment="true" eOpposite="/4/GuardPattern/area"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bottomPattern" ordered="false" lowerBound="1" eType="/4/BottomPattern" containment="true" eOpposite="/4/BottomPattern/area"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignment"> <eStructuralFeatures xsi:type="ecore:EReference" name="bottomPattern" ordered="false" lowerBound="1" eType="/4/BottomPattern" eOpposite="/4/BottomPattern/assignment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="slotExpression" ordered="false" lowerBound="1" eType="/7/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/7/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetProperty" ordered="false" lowerBound="1" eType="/2/Property"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDefault" ordered="false" unique="false" eType="/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BottomPattern" eSuperTypes="/4/CorePattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="area" ordered="false" lowerBound="1" eType="/4/Area" eOpposite="/4/Area/bottomPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignment" upperBound="-1" eType="/4/Assignment" containment="true" eOpposite="/4/Assignment/bottomPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realizedVariable" upperBound="-1" eType="/4/RealizedVariable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enforcementOperation" upperBound="-1" eType="/4/EnforcementOperation" containment="true" eOpposite="/4/EnforcementOperation/bottomPattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GuardPattern" eSuperTypes="/4/CorePattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="area" ordered="false" lowerBound="1" eType="/4/Area" eOpposite="/4/Area/guardPattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mapping" eSuperTypes="/5/Rule /4/Area"> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" upperBound="-1" eType="/4/Mapping"/> <eStructuralFeatures xsi:type="ecore:EReference" name="local" upperBound="-1" eType="/4/Mapping" eOpposite="/4/Mapping/context"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" eType="/4/Mapping" eOpposite="/4/Mapping/local"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealizedVariable" eSuperTypes="/7/Variable"/> <eClassifiers xsi:type="ecore:EClass" name="CoreDomain" eSuperTypes="/5/Domain /4/Area"/> <eClassifiers xsi:type="ecore:EClass" name="CorePattern" eSuperTypes="/5/Pattern"/> <eClassifiers xsi:type="ecore:EClass" name="EnforcementOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enforcementMode" ordered="false" unique="false" eType="/4/EnforcementMode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bottomPattern" ordered="false" eType="/4/BottomPattern" eOpposite="/4/BottomPattern/enforcementOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operationCallExp" ordered="false" lowerBound="1" eType="/7/OperationCallExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EnforcementMode"> <eLiterals name="Deletion" value="1"/> <eLiterals name="Creation" value="2"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="qvtbase" nsURI="http:///qvtbase.ecore"> <eClassifiers xsi:type="ecore:EClass" name="Domain" eSuperTypes="/2/NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isCheckable" ordered="false" unique="false" eType="/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEnforceable" ordered="false" unique="false" eType="/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="/5/Rule" eOpposite="/5/Rule/domain"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typedModel" ordered="false" lowerBound="1" eType="/5/TypedModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transformation" eSuperTypes="/2/Class /2/Package"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTag" upperBound="-1" eType="/2/Tag" containment="true" eOpposite="/2/Tag/transformation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelParameter" upperBound="-1" eType="/5/TypedModel" containment="true" eOpposite="/5/TypedModel/transformation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" upperBound="-1" eType="/5/Rule" containment="true" eOpposite="/5/Rule/transformation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" ordered="false" eType="/5/Transformation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedModel" eSuperTypes="/2/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="transformation" ordered="false" lowerBound="1" eType="/5/Transformation" eOpposite="/5/Transformation/modelParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usedPackage" lowerBound="1" upperBound="-1" eType="/2/Package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependsOn" upperBound="-1" eType="/5/TypedModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule" eSuperTypes="/2/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="domain" upperBound="-1" eType="/5/Domain" containment="true" eOpposite="/5/Domain/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transformation" ordered="false" lowerBound="1" eType="/5/Transformation" eOpposite="/5/Transformation/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="overrides" ordered="false" eType="/5/Rule"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pattern" eSuperTypes="/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="predicate" upperBound="-1" eType="/5/Predicate" containment="true" eOpposite="/5/Predicate/pattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindsTo" upperBound="-1" eType="/7/Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="whenOwner" ordered="false" eType="/6/Relation" eOpposite="/6/Relation/where"/> <eStructuralFeatures xsi:type="ecore:EReference" name="whereOwner" ordered="false" eType="/6/Relation" eOpposite="/6/Relation/when"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Predicate" eSuperTypes="/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="conditionExpression" ordered="false" lowerBound="1" eType="/7/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pattern" ordered="false" lowerBound="1" eType="/5/Pattern" eOpposite="/5/Pattern/predicate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="/2/Operation"> <eStructuralFeatures xsi:type="ecore:EReference" name="queryExpression" ordered="false" eType="/7/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionParameter" eSuperTypes="/2/Parameter /7/Variable"/> </ecore:EPackage> <ecore:EPackage name="qvtrelation" nsURI="http:///qvtrelation.ecore"> <eClassifiers xsi:type="ecore:EClass" name="RelationalTransformation" eSuperTypes="/5/Transformation"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedKey" ordered="false" upperBound="-1" eType="/6/Key" containment="true" eOpposite="/6/Key/transformation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relation" eSuperTypes="/5/Rule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isTopLevel" ordered="false" unique="false" eType="/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" upperBound="-1" eType="/7/Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operationalImpl" upperBound="-1" eType="/6/RelationImplementation" eOpposite="/6/RelationImplementation/relation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="where" ordered="false" eType="/5/Pattern" containment="true" eOpposite="/5/Pattern/whenOwner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="when" ordered="false" eType="/5/Pattern" containment="true" eOpposite="/5/Pattern/whereOwner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationDomain" eSuperTypes="/5/Domain"> <eStructuralFeatures xsi:type="ecore:EReference" name="pattern" ordered="false" lowerBound="1" eType="/6/DomainPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootVariable" ordered="false" lowerBound="1" eType="/7/Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DomainPattern" eSuperTypes="/5/Pattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="templateExpression" ordered="false" eType="/0/TemplateExp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationImplementation" eSuperTypes="/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="relation" ordered="false" eType="/6/Relation" eOpposite="/6/Relation/operationalImpl"/> <eStructuralFeatures xsi:type="ecore:EReference" name="impl" ordered="false" lowerBound="1" eType="/2/Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inDirectionOf" ordered="false" lowerBound="1" eType="/5/TypedModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Key" eSuperTypes="/2/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="identifies" ordered="false" lowerBound="1" eType="/2/Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="part" lowerBound="1" upperBound="-1" eType="/2/Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transformation" ordered="false" eType="/6/RelationalTransformation" eOpposite="/6/RelationalTransformation/ownedKey"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="essentialocl" nsURI="http:///essentialocl.ecore"> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteralExp" eSuperTypes="/7/PrimitiveLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false" unique="false" eType="/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallExp" abstract="true" eSuperTypes="/7/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" eType="/7/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CollectionKind"> <eLiterals name="OrderedSet" value="1"/> <eLiterals name="Set" value="2"/> <eLiterals name="Bag" value="3"/> <eLiterals name="Sequence" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="/2/TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="tryBodyOwner" ordered="false" eType="/1/TryExp" eOpposite="/1/TryExp/tryBody"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnlimitedNaturalExp" eSuperTypes="/7/NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" ordered="false" unique="false" eType="/2/UnlimitedNatural"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="/7/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="/7/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false" lowerBound="1" eType="/7/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false" lowerBound="1" eType="/7/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="/7/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="in" upperBound="-1" eType="/7/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" lowerBound="1" eType="/7/Variable" containment="true" eOpposite="/7/Variable/LetExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="/2/TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" eType="/7/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="LetExp" ordered="false" eType="/7/LetExp" eOpposite="/7/LetExp/variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="computeOwner" ordered="false" eType="/1/ComputeExp" eOpposite="/1/ComputeExp/returnedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindParameter" ordered="false" eType="/2/Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" eSuperTypes="/7/FeaturePropertyCall"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredProperty" ordered="false" eType="/2/Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="/7/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false" eType="/7/Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeExp" eSuperTypes="/7/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredType" ordered="false" eType="/2/Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="/7/CallExp /7/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="/7/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" upperBound="-1" eType="/7/Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="/7/LoopExp"/> <eClassifiers xsi:type="ecore:EClass" name="StringLiteralExp" eSuperTypes="/7/PrimitiveLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false" unique="false" eType="/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerLiteralExp" eSuperTypes="/7/NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false" unique="false" eType="/2/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="/7/FeaturePropertyCall"> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" upperBound="-1" eType="/7/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredOperation" ordered="false" eType="/2/Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealLiteralExp" eSuperTypes="/7/NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false" unique="false" eType="/2/Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralExp" abstract="true" eSuperTypes="/7/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="/7/LoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" eType="/7/Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveLiteralExp" abstract="true" eSuperTypes="/7/LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="NumericLiteralExp" abstract="true" eSuperTypes="/7/PrimitiveLiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionLiteralExp" eSuperTypes="/7/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" unique="false" eType="/7/CollectionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="part" upperBound="-1" eType="/7/CollectionLiteralPart" containment="true" eOpposite="/7/CollectionLiteralPart/CollectionLiteralExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionLiteralPart" abstract="true" eSuperTypes="/2/TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="CollectionLiteralExp" ordered="false" lowerBound="1" eType="/7/CollectionLiteralExp" eOpposite="/7/CollectionLiteralExp/part"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionItem" eSuperTypes="/7/CollectionLiteralPart"> <eStructuralFeatures xsi:type="ecore:EReference" name="item" ordered="false" lowerBound="1" eType="/7/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionRange" eSuperTypes="/7/CollectionLiteralPart"> <eStructuralFeatures xsi:type="ecore:EReference" name="first" ordered="false" lowerBound="1" eType="/7/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="last" ordered="false" lowerBound="1" eType="/7/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleLiteralExp" eSuperTypes="/7/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="part" upperBound="-1" eType="/7/TupleLiteralPart" containment="true" eOpposite="/7/TupleLiteralPart/TupleLiteralExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteralExp" eSuperTypes="/7/LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionInOcl" eSuperTypes="/7/OpaqueExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyExpression" ordered="false" lowerBound="1" eType="/7/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" ordered="false" eType="/7/Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultVariable" ordered="false" eType="/7/Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterVariable" ordered="false" eType="/7/Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="InvalidLiteralExp" eSuperTypes="/7/LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="FeaturePropertyCall" abstract="true" eSuperTypes="/7/CallExp"/> <eClassifiers xsi:type="ecore:EClass" name="TupleLiteralPart" eSuperTypes="/2/TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="TupleLiteralExp" ordered="false" eType="/7/TupleLiteralExp" eOpposite="/7/TupleLiteralExp/part"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" eType="/2/Property" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="/7/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" abstract="true" eSuperTypes="/2/DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false" eType="/2/Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="/7/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredEnumLiteral" ordered="false" eType="/2/EnumerationLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InvalidType" eSuperTypes="/2/Type"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="/7/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="/7/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="/7/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="/2/Class /2/DataType"/> <eClassifiers xsi:type="ecore:EClass" name="VoidType" eSuperTypes="/2/Type"/> <eClassifiers xsi:type="ecore:EClass" name="AnyType" eSuperTypes="/2/Class /2/Type"/> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/MDEGroup/MDEProfiler/Dataset/ATLZoo/QVT2ATLVM/QVT2ATLVM/Metamodel/QVT.ecore
ecore
qvttemplate TemplateExp bindsTo where ObjectTemplateExp part referredClass CollectionTemplateExp part kind referredCollectionType match PropertyTemplateItem objContainer value referredProperty imperativeocl ImperativeIterateExp target AssignExp value left defaultValue isReset BlockExp body SwitchExp alternativePart elsePart VariableInitExp referredVariable withResult WhileExp condition body ComputeExp returnedElement body AltExp condition body UnlinkExp target item ReturnExp value BreakExp TryExp tryBody exception exceptBody RaiseExp exception ContinueExp ForExp TupleExp element Typedef base condition InstantiationExp instantiatedClass extent argument DictionaryType keyType DictLiteralExp part DictLiteralPart key value TemplateParameterType specification LogExp text level condition element AssertExp severity log assertion SeverityKind error error fatal fatal warning warning ImperativeLoopExp condition CollectorExp target ImperativeExpression UnpackExp variable AnonymousTupleType elementType AnonymousTupleLiteralExp part AnonymousTupleLiteralPart value ListType emof Class ownedAttribute ownedOperation superClass isAbstract DataType Element tag ownedComment Tag element transformation owner value name Enumeration ownedLiteral NamedElement name Extent Object Operation class ownedParameter raisedException MultiplicityElement isOrdered isUnique lower upper Package ownedType nestedPackage uri Type package Parameter operation EnumerationLiteral enumeration Property Class opposite module isReadOnly isDerived isComposite isId default TypedElement type PrimitiveType URIExtent Boolean String UnlimitedNatural Integer Real Comment annotatedElement qvtoperational MappingBody initSection endSection Helper isQuery ResolveExp condition one isInverse isDeferred ResolveInExp inMapping OperationalTransformation intermediateClass refined intermediateProperty modelParameter entry relation MappingParameter refinedDomain extent MappingOperation disjunct refinedRelation merged inherited when MappingCallExp isStrict Constructor ContextualProperty context overridden EntryOperation ImperativeCallExp isVirtual ImperativeOperation context result overridden body isBlackbox DirectionKind in in inout inout out out Library ModelParameter ModelType metamodel additionalCondition conformanceKind Module ownedTag configProperty moduleImport usedModelType isBlackbox ModuleImport binding module importedModule kind ImportKind extension extension access access VarParameter ctxOwner resOwner kind OperationBody operation content ConstructorBody ObjectExp referredObject body qvtcore Area guardPattern bottomPattern Assignment bottomPattern slotExpression value targetProperty isDefault BottomPattern area assignment realizedVariable enforcementOperation GuardPattern area Mapping specification local context RealizedVariable CoreDomain CorePattern EnforcementOperation enforcementMode bottomPattern operationCallExp EnforcementMode Deletion Deletion Creation Creation qvtbase Domain isCheckable isEnforceable rule typedModel Transformation ownedTag modelParameter rule extends TypedModel transformation usedPackage dependsOn Rule domain transformation overrides Pattern predicate bindsTo whenOwner whereOwner Predicate conditionExpression pattern Function queryExpression FunctionParameter qvtrelation RelationalTransformation ownedKey Relation isTopLevel variable operationalImpl where when RelationDomain pattern rootVariable DomainPattern templateExpression RelationImplementation relation impl inDirectionOf Key identifies part transformation essentialocl BooleanLiteralExp booleanSymbol CallExp source CollectionKind OrderedSet OrderedSet Set Set Bag Bag Sequence Sequence OclExpression tryBodyOwner UnlimitedNaturalExp symbol IfExp condition thenExpression elseExpression LetExp in variable Variable initExpression LetExp computeOwner bindParameter PropertyCallExp referredProperty VariableExp referredVariable TypeExp referredType LoopExp body iterator IteratorExp StringLiteralExp stringSymbol IntegerLiteralExp integerSymbol OperationCallExp argument referredOperation RealLiteralExp realSymbol LiteralExp IterateExp result PrimitiveLiteralExp NumericLiteralExp CollectionLiteralExp kind part CollectionLiteralPart CollectionLiteralExp CollectionItem item CollectionRange first last TupleLiteralExp part NullLiteralExp ExpressionInOcl bodyExpression context resultVariable parameterVariable OpaqueExpression InvalidLiteralExp FeaturePropertyCall TupleLiteralPart TupleLiteralExp attribute BagType CollectionType elementType EnumLiteralExp referredEnumLiteral InvalidType OrderedSetType SequenceType SetType TupleType VoidType AnyType
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":"http:///qvttemplate.ecore","name":"qvttemplate","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateExp","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectTemplateExp","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionTemplateExp","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyTemplateItem","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExp","instanceClass":null,"abstract":true,"id":5,"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":"bindsTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"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":"where","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"id":10,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"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":"referredClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"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":"objContainer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"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":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":21,"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":"referredCollectionType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"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":"match","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"CollectionKind","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"id":27,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"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":"referredProperty","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"id":38,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":"http:///imperativeocl.ecore","name":"imperativeocl","id":39,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeIterateExp","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignExp","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockExp","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchExp","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableInitExp","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileExp","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputeExp","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AltExp","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlinkExp","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnExp","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakExp","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryExp","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExp","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueExp","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForExp","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Typedef","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstantiationExp","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictionaryType","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictLiteralExp","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictLiteralPart","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameterType","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogExp","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertExp","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SeverityKind","instanceClass":null,"id":64,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeLoopExp","instanceClass":null,"abstract":true,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectorExp","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeExpression","instanceClass":null,"abstract":true,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnpackExp","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousTupleType","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousTupleLiteralExp","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousTupleLiteralPart","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListType","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":77,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isReset","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":84,"serializable":true,"eClass":"EDataType"},{"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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallExp","instanceClass":null,"abstract":true,"id":89,"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":"alternativePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"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":"elsePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"withResult","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":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":101,"derived":false},{"container":false,"ordered":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":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"container":false,"ordered":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":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"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":"computeOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":112,"derived":false},{"container":false,"ordered":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":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":117,"derived":false},{"container":false,"ordered":false,"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":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tryBody","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"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":"exceptBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"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":"tryBodyOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":132,"interface":false,"eClass":"EClass"},{"id":133,"eClass":"EGenericType"},{"id":134,"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":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"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","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"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":"instantiatedClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extent","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":"argument","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":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":161,"derived":false},{"container":false,"ordered":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":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"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":"specification","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":168,"serializable":true,"eClass":"EDataType"},{"id":169,"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":"text","changeable":true,"lowerBound":0,"iD":false,"id":170,"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":"level","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"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":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":176,"serializable":true,"eClass":"EDataType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"severity","changeable":true,"lowerBound":0,"iD":false,"id":180,"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":"log","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assertion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"name":"error","id":187,"value":1,"literal":"error","eClass":"EEnumLiteral"},{"name":"fatal","id":188,"value":2,"literal":"fatal","eClass":"EEnumLiteral"},{"name":"warning","id":189,"value":3,"literal":"warning","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":190,"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":"condition","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":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"container":false,"ordered":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":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":"http:///emof.ecore","name":"emof","id":212,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":true,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tag","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extent","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":true,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URIExtent","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlimitedNatural","instanceClass":null,"id":227,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Real","instanceClass":null,"id":228,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"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":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"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":true,"resolveProxies":true,"lowerBound":1,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tag","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedComment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"id":247,"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":"transformation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"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":249,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transformation","instanceClass":null,"abstract":false,"id":254,"interface":false,"eClass":"EClass"},{"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":"ownedTag","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":257,"interface":false,"eClass":"EClass"},{"id":258,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTag","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},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"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":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"raisedException","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isOrdered","changeable":true,"lowerBound":0,"iD":false,"id":278,"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":"isUnique","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"lower","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"upper","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedType","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":false,"unsettable":false,"transient":false,"unique":true,"name":"nestedPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"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":"uri","changeable":true,"lowerBound":0,"iD":false,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"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":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"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":"isReadOnly","changeable":true,"lowerBound":0,"iD":false,"id":303,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isDerived","changeable":true,"lowerBound":0,"iD":false,"id":304,"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":"isComposite","changeable":true,"lowerBound":0,"iD":false,"id":305,"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":"isId","changeable":true,"lowerBound":0,"iD":false,"id":306,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"default","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"},{"id":312,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"configProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"container":false,"ordered":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":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":"http:///qvtoperational.ecore","name":"qvtoperational","id":327,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingBody","instanceClass":null,"abstract":false,"id":328,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Helper","instanceClass":null,"abstract":false,"id":329,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveExp","instanceClass":null,"abstract":false,"id":330,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveInExp","instanceClass":null,"abstract":false,"id":331,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationalTransformation","instanceClass":null,"abstract":false,"id":332,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingParameter","instanceClass":null,"abstract":false,"id":333,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingOperation","instanceClass":null,"abstract":false,"id":334,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingCallExp","instanceClass":null,"abstract":false,"id":335,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constructor","instanceClass":null,"abstract":false,"id":336,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextualProperty","instanceClass":null,"abstract":false,"id":337,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryOperation","instanceClass":null,"abstract":false,"id":338,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeCallExp","instanceClass":null,"abstract":false,"id":339,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeOperation","instanceClass":null,"abstract":false,"id":340,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DirectionKind","instanceClass":null,"id":341,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":342,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelParameter","instanceClass":null,"abstract":false,"id":343,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelType","instanceClass":null,"abstract":false,"id":344,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleImport","instanceClass":null,"abstract":false,"id":345,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ImportKind","instanceClass":null,"id":346,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarParameter","instanceClass":null,"abstract":false,"id":347,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationBody","instanceClass":null,"abstract":false,"id":348,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorBody","instanceClass":null,"abstract":false,"id":349,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectExp","instanceClass":null,"abstract":false,"id":350,"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":"initSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"endSection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"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":"isQuery","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":359,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"one","changeable":true,"lowerBound":0,"iD":false,"id":360,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isInverse","changeable":true,"lowerBound":0,"iD":false,"id":361,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isDeferred","changeable":true,"lowerBound":0,"iD":false,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"intermediateClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refined","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intermediateProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entry","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":"relation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":false,"id":383,"interface":false,"eClass":"EClass"},{"id":384,"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":"refinedDomain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"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":"extent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationDomain","instanceClass":null,"abstract":false,"id":388,"interface":false,"eClass":"EClass"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"disjunct","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"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":"refinedRelation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":392,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"merged","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inherited","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"when","changeable":true,"resolveProxies":true,"lowerBound":0,"id":395,"derived":false},{"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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isStrict","changeable":true,"lowerBound":0,"iD":false,"id":404,"derived":false},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"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":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":408,"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":"overridden","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":414,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isVirtual","changeable":true,"lowerBound":0,"iD":false,"id":415,"derived":false},{"id":416,"eClass":"EGenericType"},{"id":417,"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":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":418,"derived":false},{"container":false,"ordered":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":419,"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":"overridden","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"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":"isBlackbox","changeable":true,"lowerBound":0,"iD":false,"id":422,"derived":false},{"id":423,"eClass":"EGenericType"},{"id":424,"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":"ctxOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":425,"derived":false},{"id":426,"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":"resOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"name":"in","id":432,"value":1,"literal":"in","eClass":"EEnumLiteral"},{"name":"inout","id":433,"value":2,"literal":"inout","eClass":"EEnumLiteral"},{"name":"out","id":434,"value":3,"literal":"out","eClass":"EEnumLiteral"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":437,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additionalCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":438,"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":"conformanceKind","changeable":true,"lowerBound":0,"iD":false,"id":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleImport","changeable":true,"resolveProxies":true,"lowerBound":0,"id":445,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedModelType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"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":"isBlackbox","changeable":true,"lowerBound":0,"iD":false,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":453,"derived":false},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"binding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":456,"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":"importedModule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":457,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"name":"extension","id":464,"value":1,"literal":"extension","eClass":"EEnumLiteral"},{"name":"access","id":465,"value":2,"literal":"access","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"container":false,"ordered":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":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":477,"derived":false},{"container":false,"ordered":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":478,"derived":false},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":"http:///qvtcore.ecore","name":"qvtcore","id":482,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Area","instanceClass":null,"abstract":true,"id":483,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":484,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BottomPattern","instanceClass":null,"abstract":false,"id":485,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GuardPattern","instanceClass":null,"abstract":false,"id":486,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":487,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealizedVariable","instanceClass":null,"abstract":false,"id":488,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CoreDomain","instanceClass":null,"abstract":false,"id":489,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorePattern","instanceClass":null,"abstract":false,"id":490,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnforcementOperation","instanceClass":null,"abstract":false,"id":491,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnforcementMode","instanceClass":null,"id":492,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guardPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":493,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bottomPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":494,"derived":false},{"id":495,"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":"area","changeable":true,"resolveProxies":true,"lowerBound":1,"id":496,"derived":false},{"id":497,"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":"area","changeable":true,"resolveProxies":true,"lowerBound":1,"id":498,"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":"bottomPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":499,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"slotExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":500,"derived":false},{"container":false,"ordered":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":501,"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":"targetProperty","changeable":true,"resolveProxies":true,"lowerBound":1,"id":502,"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":"isDefault","changeable":true,"lowerBound":0,"iD":false,"id":503,"derived":false},{"id":504,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignment","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"realizedVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":510,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enforcementOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"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":"bottomPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":517,"derived":false},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":520,"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":"specification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":521,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"local","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domain","instanceClass":null,"abstract":false,"id":530,"interface":false,"eClass":"EClass"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pattern","instanceClass":null,"abstract":false,"id":533,"interface":false,"eClass":"EClass"},{"id":534,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"enforcementMode","changeable":true,"lowerBound":0,"iD":false,"id":535,"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":"operationCallExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":536,"derived":false},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"name":"Deletion","id":540,"value":1,"literal":"Deletion","eClass":"EEnumLiteral"},{"name":"Creation","id":541,"value":2,"literal":"Creation","eClass":"EEnumLiteral"},{"nsPrefix":null,"nsURI":"http:///qvtbase.ecore","name":"qvtbase","id":542,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedModel","instanceClass":null,"abstract":false,"id":543,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Predicate","instanceClass":null,"abstract":false,"id":544,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":545,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionParameter","instanceClass":null,"abstract":false,"id":546,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isCheckable","changeable":true,"lowerBound":0,"iD":false,"id":547,"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":"isEnforceable","changeable":true,"lowerBound":0,"iD":false,"id":548,"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":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":549,"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":"typedModel","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":555,"derived":false},{"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":"modelParameter","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":true,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":558,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":559,"derived":false},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"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":"transformation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":564,"derived":false},{"id":565,"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":"transformation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":566,"derived":false},{"id":567,"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":"usedPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":568,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependsOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":569,"derived":false},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"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":"overrides","changeable":true,"resolveProxies":true,"lowerBound":0,"id":574,"derived":false},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":579,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindsTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":580,"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":"whenOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":581,"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":"whereOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":582,"derived":false},{"id":583,"eClass":"EGenericType"},{"id":584,"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":"pattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":585,"derived":false},{"id":586,"eClass":"EGenericType"},{"id":587,"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":"where","changeable":true,"resolveProxies":true,"lowerBound":0,"id":588,"derived":false},{"id":589,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"when","changeable":true,"resolveProxies":true,"lowerBound":0,"id":590,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":591,"derived":false},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"queryExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":595,"derived":false},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":"http:///qvtrelation.ecore","name":"qvtrelation","id":600,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationalTransformation","instanceClass":null,"abstract":false,"id":601,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainPattern","instanceClass":null,"abstract":false,"id":602,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationImplementation","instanceClass":null,"abstract":false,"id":603,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Key","instanceClass":null,"abstract":false,"id":604,"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":"ownedKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":605,"derived":false},{"id":606,"eClass":"EGenericType"},{"id":607,"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":"transformation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":608,"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":"isTopLevel","changeable":true,"lowerBound":0,"iD":false,"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":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":610,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operationalImpl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":611,"derived":false},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":616,"derived":false},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":619,"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":"rootVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":620,"derived":false},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"templateExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":624,"derived":false},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"impl","changeable":true,"resolveProxies":true,"lowerBound":1,"id":627,"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":"inDirectionOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":628,"derived":false},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"identifies","changeable":true,"resolveProxies":true,"lowerBound":1,"id":633,"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":"part","changeable":true,"resolveProxies":true,"lowerBound":1,"id":634,"derived":false},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"id":638,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":"http:///essentialocl.ecore","name":"essentialocl","id":639,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteralExp","instanceClass":null,"abstract":false,"id":640,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlimitedNaturalExp","instanceClass":null,"abstract":false,"id":641,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":642,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":643,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":false,"id":644,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":645,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeExp","instanceClass":null,"abstract":false,"id":646,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":647,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteralExp","instanceClass":null,"abstract":false,"id":648,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteralExp","instanceClass":null,"abstract":false,"id":649,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteralExp","instanceClass":null,"abstract":false,"id":650,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":651,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveLiteralExp","instanceClass":null,"abstract":true,"id":652,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericLiteralExp","instanceClass":null,"abstract":true,"id":653,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralExp","instanceClass":null,"abstract":false,"id":654,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralPart","instanceClass":null,"abstract":true,"id":655,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionItem","instanceClass":null,"abstract":false,"id":656,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionRange","instanceClass":null,"abstract":false,"id":657,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralExp","instanceClass":null,"abstract":false,"id":658,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteralExp","instanceClass":null,"abstract":false,"id":659,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionInOcl","instanceClass":null,"abstract":false,"id":660,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":661,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidLiteralExp","instanceClass":null,"abstract":false,"id":662,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeaturePropertyCall","instanceClass":null,"abstract":true,"id":663,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralPart","instanceClass":null,"abstract":false,"id":664,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":665,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":666,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidType","instanceClass":null,"abstract":false,"id":667,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":668,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":669,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":670,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":671,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidType","instanceClass":null,"abstract":false,"id":672,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyType","instanceClass":null,"abstract":false,"id":673,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"booleanSymbol","changeable":true,"lowerBound":0,"iD":false,"id":674,"derived":false},{"id":675,"eClass":"EGenericType"},{"id":676,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":677,"derived":false},{"id":678,"eClass":"EGenericType"},{"id":679,"eClass":"EGenericType"},{"name":"OrderedSet","id":680,"value":1,"literal":"OrderedSet","eClass":"EEnumLiteral"},{"name":"Set","id":681,"value":2,"literal":"Set","eClass":"EEnumLiteral"},{"name":"Bag","id":682,"value":3,"literal":"Bag","eClass":"EEnumLiteral"},{"name":"Sequence","id":683,"value":4,"literal":"Sequence","eClass":"EEnumLiteral"},{"id":684,"eClass":"EGenericType"},{"id":685,"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":"symbol","changeable":true,"lowerBound":0,"iD":false,"id":686,"derived":false},{"id":687,"eClass":"EGenericType"},{"id":688,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":689,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":690,"derived":false},{"container":false,"ordered":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":691,"derived":false},{"id":692,"eClass":"EGenericType"},{"id":693,"eClass":"EGenericType"},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"container":false,"ordered":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":696,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":697,"derived":false},{"id":698,"eClass":"EGenericType"},{"id":699,"eClass":"EGenericType"},{"id":700,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"LetExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":701,"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":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":702,"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":"bindParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":703,"derived":false},{"id":704,"eClass":"EGenericType"},{"id":705,"eClass":"EGenericType"},{"id":706,"eClass":"EGenericType"},{"id":707,"eClass":"EGenericType"},{"id":708,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":709,"derived":false},{"id":710,"eClass":"EGenericType"},{"id":711,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":712,"derived":false},{"id":713,"eClass":"EGenericType"},{"id":714,"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":"referredType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":715,"derived":false},{"id":716,"eClass":"EGenericType"},{"id":717,"eClass":"EGenericType"},{"container":false,"ordered":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":718,"derived":false},{"container":false,"ordered":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":719,"derived":false},{"id":720,"eClass":"EGenericType"},{"id":721,"eClass":"EGenericType"},{"id":722,"eClass":"EGenericType"},{"id":723,"eClass":"EGenericType"},{"id":724,"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":"stringSymbol","changeable":true,"lowerBound":0,"iD":false,"id":725,"derived":false},{"id":726,"eClass":"EGenericType"},{"id":727,"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":"integerSymbol","changeable":true,"lowerBound":0,"iD":false,"id":728,"derived":false},{"id":729,"eClass":"EGenericType"},{"id":730,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":731,"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":"referredOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":732,"derived":false},{"id":733,"eClass":"EGenericType"},{"id":734,"eClass":"EGenericType"},{"id":735,"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":"realSymbol","changeable":true,"lowerBound":0,"iD":false,"id":736,"derived":false},{"id":737,"eClass":"EGenericType"},{"id":738,"eClass":"EGenericType"},{"id":739,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":0,"id":740,"derived":false},{"id":741,"eClass":"EGenericType"},{"id":742,"eClass":"EGenericType"},{"id":743,"eClass":"EGenericType"},{"id":744,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":745,"derived":false},{"container":false,"ordered":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":746,"derived":false},{"id":747,"eClass":"EGenericType"},{"id":748,"eClass":"EGenericType"},{"id":749,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"CollectionLiteralExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":750,"derived":false},{"id":751,"eClass":"EGenericType"},{"id":752,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":753,"derived":false},{"id":754,"eClass":"EGenericType"},{"id":755,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":true,"lowerBound":1,"id":756,"derived":false},{"container":false,"ordered":false,"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":757,"derived":false},{"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":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":761,"derived":false},{"id":762,"eClass":"EGenericType"},{"id":763,"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":"TupleLiteralExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":764,"derived":false},{"id":765,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":766,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":767,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resultVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":768,"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":"parameterVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":769,"derived":false},{"id":770,"eClass":"EGenericType"},{"id":771,"eClass":"EGenericType"},{"id":772,"eClass":"EGenericType"},{"id":773,"eClass":"EGenericType"},{"id":774,"eClass":"EGenericType"},{"id":775,"eClass":"EGenericType"},{"id":776,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":777,"derived":false},{"id":778,"eClass":"EGenericType"},{"id":779,"eClass":"EGenericType"},{"id":780,"eClass":"EGenericType"},{"id":781,"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":"elementType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":782,"derived":false},{"id":783,"eClass":"EGenericType"},{"id":784,"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":"referredEnumLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":785,"derived":false},{"id":786,"eClass":"EGenericType"},{"id":787,"eClass":"EGenericType"},{"id":788,"eClass":"EGenericType"},{"id":789,"eClass":"EGenericType"},{"id":790,"eClass":"EGenericType"},{"id":791,"eClass":"EGenericType"},{"id":792,"eClass":"EGenericType"},{"id":793,"eClass":"EGenericType"},{"id":794,"eClass":"EGenericType"},{"id":795,"eClass":"EGenericType"},{"id":796,"eClass":"EGenericType"}],"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":6,"target":9},{"source":6,"target":10},{"source":6,"target":1},{"source":10,"target":9},{"source":7,"target":11},{"source":7,"target":12},{"source":7,"target":1},{"source":12,"target":11},{"source":8,"target":5},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":13,"target":4},{"source":13,"target":16},{"source":13,"target":2},{"source":13,"target":17},{"source":16,"target":4},{"source":14,"target":18},{"source":14,"target":19},{"source":14,"target":2},{"source":19,"target":18},{"source":15,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":20,"target":11},{"source":20,"target":25},{"source":20,"target":3},{"source":25,"target":11},{"source":21,"target":26},{"source":21,"target":27},{"source":21,"target":3},{"source":27,"target":26},{"source":22,"target":28},{"source":22,"target":29},{"source":22,"target":3},{"source":29,"target":28},{"source":23,"target":11},{"source":23,"target":30},{"source":23,"target":3},{"source":30,"target":11},{"source":24,"target":1},{"source":4,"target":0},{"source":4,"target":31},{"source":4,"target":17},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":17,"target":2},{"source":17,"target":35},{"source":17,"target":4},{"source":17,"target":13},{"source":35,"target":2},{"source":32,"target":11},{"source":32,"target":36},{"source":32,"target":4},{"source":36,"target":11},{"source":33,"target":37},{"source":33,"target":38},{"source":33,"target":4},{"source":38,"target":37},{"source":34,"target":31},{"source":39,"target":40},{"source":39,"target":41},{"source":39,"target":42},{"source":39,"target":43},{"source":39,"target":44},{"source":39,"target":45},{"source":39,"target":46},{"source":39,"target":47},{"source":39,"target":48},{"source":39,"target":49},{"source":39,"target":50},{"source":39,"target":51},{"source":39,"target":52},{"source":39,"target":53},{"source":39,"target":54},{"source":39,"target":55},{"source":39,"target":56},{"source":39,"target":57},{"source":39,"target":58},{"source":39,"target":59},{"source":39,"target":60},{"source":39,"target":61},{"source":39,"target":62},{"source":39,"target":63},{"source":39,"target":64},{"source":39,"target":65},{"source":39,"target":66},{"source":39,"target":67},{"source":39,"target":68},{"source":39,"target":69},{"source":39,"target":70},{"source":39,"target":71},{"source":39,"target":72},{"source":40,"target":39},{"source":40,"target":65},{"source":40,"target":73},{"source":40,"target":74},{"source":73,"target":9},{"source":73,"target":75},{"source":73,"target":40},{"source":75,"target":9},{"source":74,"target":65},{"source":41,"target":39},{"source":41,"target":67},{"source":41,"target":76},{"source":41,"target":77},{"source":41,"target":78},{"source":41,"target":79},{"source":41,"target":80},{"source":76,"target":11},{"source":76,"target":81},{"source":76,"target":41},{"source":81,"target":11},{"source":77,"target":11},{"source":77,"target":82},{"source":77,"target":41},{"source":82,"target":11},{"source":78,"target":11},{"source":78,"target":83},{"source":78,"target":41},{"source":83,"target":11},{"source":79,"target":84},{"source":79,"target":85},{"source":79,"target":41},{"source":85,"target":84},{"source":80,"target":67},{"source":42,"target":39},{"source":42,"target":67},{"source":42,"target":86},{"source":42,"target":87},{"source":86,"target":11},{"source":86,"target":88},{"source":86,"target":42},{"source":88,"target":11},{"source":87,"target":67},{"source":43,"target":39},{"source":43,"target":89},{"source":43,"target":67},{"source":43,"target":90},{"source":43,"target":91},{"source":43,"target":92},{"source":43,"target":93},{"source":90,"target":47},{"source":90,"target":94},{"source":90,"target":43},{"source":94,"target":47},{"source":91,"target":11},{"source":91,"target":95},{"source":91,"target":43},{"source":95,"target":11},{"source":92,"target":89},{"source":93,"target":67},{"source":44,"target":39},{"source":44,"target":67},{"source":44,"target":96},{"source":44,"target":97},{"source":44,"target":98},{"source":96,"target":9},{"source":96,"target":99},{"source":96,"target":44},{"source":99,"target":9},{"source":97,"target":84},{"source":97,"target":100},{"source":97,"target":44},{"source":100,"target":84},{"source":98,"target":67},{"source":45,"target":39},{"source":45,"target":67},{"source":45,"target":101},{"source":45,"target":102},{"source":45,"target":103},{"source":101,"target":11},{"source":101,"target":104},{"source":101,"target":45},{"source":104,"target":11},{"source":102,"target":11},{"source":102,"target":105},{"source":102,"target":45},{"source":105,"target":11},{"source":103,"target":67},{"source":46,"target":39},{"source":46,"target":67},{"source":46,"target":106},{"source":46,"target":107},{"source":46,"target":108},{"source":106,"target":9},{"source":106,"target":109},{"source":106,"target":46},{"source":106,"target":110},{"source":109,"target":9},{"source":107,"target":11},{"source":107,"target":111},{"source":107,"target":46},{"source":111,"target":11},{"source":108,"target":67},{"source":47,"target":39},{"source":47,"target":67},{"source":47,"target":112},{"source":47,"target":113},{"source":47,"target":114},{"source":112,"target":11},{"source":112,"target":115},{"source":112,"target":47},{"source":115,"target":11},{"source":113,"target":11},{"source":113,"target":116},{"source":113,"target":47},{"source":116,"target":11},{"source":114,"target":67},{"source":48,"target":39},{"source":48,"target":67},{"source":48,"target":117},{"source":48,"target":118},{"source":48,"target":119},{"source":117,"target":11},{"source":117,"target":120},{"source":117,"target":48},{"source":120,"target":11},{"source":118,"target":11},{"source":118,"target":121},{"source":118,"target":48},{"source":121,"target":11},{"source":119,"target":67},{"source":49,"target":39},{"source":49,"target":67},{"source":49,"target":122},{"source":49,"target":123},{"source":122,"target":11},{"source":122,"target":124},{"source":122,"target":49},{"source":124,"target":11},{"source":123,"target":67},{"source":50,"target":39},{"source":50,"target":67},{"source":50,"target":125},{"source":125,"target":67},{"source":51,"target":39},{"source":51,"target":67},{"source":51,"target":126},{"source":51,"target":127},{"source":51,"target":128},{"source":51,"target":129},{"source":126,"target":11},{"source":126,"target":130},{"source":126,"target":51},{"source":126,"target":131},{"source":130,"target":11},{"source":127,"target":132},{"source":127,"target":133},{"source":127,"target":51},{"source":133,"target":132},{"source":128,"target":11},{"source":128,"target":134},{"source":128,"target":51},{"source":134,"target":11},{"source":129,"target":67},{"source":52,"target":39},{"source":52,"target":67},{"source":52,"target":135},{"source":52,"target":136},{"source":135,"target":132},{"source":135,"target":137},{"source":135,"target":52},{"source":137,"target":132},{"source":136,"target":67},{"source":53,"target":39},{"source":53,"target":67},{"source":53,"target":138},{"source":138,"target":67},{"source":54,"target":39},{"source":54,"target":65},{"source":54,"target":139},{"source":139,"target":65},{"source":55,"target":39},{"source":55,"target":67},{"source":55,"target":140},{"source":55,"target":141},{"source":140,"target":11},{"source":140,"target":142},{"source":140,"target":55},{"source":142,"target":11},{"source":141,"target":67},{"source":56,"target":39},{"source":56,"target":18},{"source":56,"target":143},{"source":56,"target":144},{"source":56,"target":145},{"source":143,"target":132},{"source":143,"target":146},{"source":143,"target":56},{"source":146,"target":132},{"source":144,"target":11},{"source":144,"target":147},{"source":144,"target":56},{"source":147,"target":11},{"source":145,"target":18},{"source":57,"target":39},{"source":57,"target":67},{"source":57,"target":148},{"source":57,"target":149},{"source":57,"target":150},{"source":57,"target":151},{"source":148,"target":18},{"source":148,"target":152},{"source":148,"target":57},{"source":152,"target":18},{"source":149,"target":9},{"source":149,"target":153},{"source":149,"target":57},{"source":153,"target":9},{"source":150,"target":11},{"source":150,"target":154},{"source":150,"target":57},{"source":154,"target":11},{"source":151,"target":67},{"source":58,"target":39},{"source":58,"target":28},{"source":58,"target":155},{"source":58,"target":156},{"source":155,"target":132},{"source":155,"target":157},{"source":155,"target":58},{"source":157,"target":132},{"source":156,"target":28},{"source":59,"target":39},{"source":59,"target":5},{"source":59,"target":158},{"source":59,"target":159},{"source":158,"target":60},{"source":158,"target":160},{"source":158,"target":59},{"source":160,"target":60},{"source":159,"target":5},{"source":60,"target":39},{"source":60,"target":31},{"source":60,"target":161},{"source":60,"target":162},{"source":60,"target":163},{"source":161,"target":11},{"source":161,"target":164},{"source":161,"target":60},{"source":164,"target":11},{"source":162,"target":11},{"source":162,"target":165},{"source":162,"target":60},{"source":165,"target":11},{"source":163,"target":31},{"source":61,"target":39},{"source":61,"target":132},{"source":61,"target":166},{"source":61,"target":167},{"source":166,"target":168},{"source":166,"target":169},{"source":166,"target":61},{"source":169,"target":168},{"source":167,"target":132},{"source":62,"target":39},{"source":62,"target":67},{"source":62,"target":170},{"source":62,"target":171},{"source":62,"target":172},{"source":62,"target":173},{"source":62,"target":174},{"source":170,"target":168},{"source":170,"target":175},{"source":170,"target":62},{"source":175,"target":168},{"source":171,"target":176},{"source":171,"target":177},{"source":171,"target":62},{"source":177,"target":176},{"source":172,"target":11},{"source":172,"target":178},{"source":172,"target":62},{"source":178,"target":11},{"source":173,"target":31},{"source":173,"target":179},{"source":173,"target":62},{"source":179,"target":31},{"source":174,"target":67},{"source":63,"target":39},{"source":63,"target":67},{"source":63,"target":180},{"source":63,"target":181},{"source":63,"target":182},{"source":63,"target":183},{"source":180,"target":64},{"source":180,"target":184},{"source":180,"target":63},{"source":184,"target":64},{"source":181,"target":62},{"source":181,"target":185},{"source":181,"target":63},{"source":185,"target":62},{"source":182,"target":11},{"source":182,"target":186},{"source":182,"target":63},{"source":186,"target":11},{"source":183,"target":67},{"source":64,"target":39},{"source":64,"target":187},{"source":64,"target":188},{"source":64,"target":189},{"source":187,"target":64},{"source":188,"target":64},{"source":189,"target":64},{"source":65,"target":39},{"source":65,"target":190},{"source":65,"target":67},{"source":65,"target":191},{"source":65,"target":192},{"source":65,"target":193},{"source":191,"target":11},{"source":191,"target":194},{"source":191,"target":65},{"source":194,"target":11},{"source":192,"target":190},{"source":193,"target":67},{"source":66,"target":39},{"source":66,"target":65},{"source":66,"target":195},{"source":66,"target":196},{"source":195,"target":9},{"source":195,"target":197},{"source":195,"target":66},{"source":197,"target":9},{"source":196,"target":65},{"source":67,"target":39},{"source":67,"target":11},{"source":67,"target":198},{"source":198,"target":11},{"source":68,"target":39},{"source":68,"target":67},{"source":68,"target":199},{"source":68,"target":200},{"source":199,"target":9},{"source":199,"target":201},{"source":199,"target":68},{"source":201,"target":9},{"source":200,"target":67},{"source":69,"target":39},{"source":69,"target":18},{"source":69,"target":202},{"source":69,"target":203},{"source":202,"target":132},{"source":202,"target":204},{"source":202,"target":69},{"source":204,"target":132},{"source":203,"target":18},{"source":70,"target":39},{"source":70,"target":5},{"source":70,"target":205},{"source":70,"target":206},{"source":205,"target":71},{"source":205,"target":207},{"source":205,"target":70},{"source":207,"target":71},{"source":206,"target":5},{"source":71,"target":39},{"source":71,"target":31},{"source":71,"target":208},{"source":71,"target":209},{"source":208,"target":11},{"source":208,"target":210},{"source":208,"target":71},{"source":210,"target":11},{"source":209,"target":31},{"source":72,"target":39},{"source":72,"target":28},{"source":72,"target":211},{"source":211,"target":28},{"source":212,"target":18},{"source":212,"target":213},{"source":212,"target":31},{"source":212,"target":214},{"source":212,"target":215},{"source":212,"target":216},{"source":212,"target":217},{"source":212,"target":218},{"source":212,"target":219},{"source":212,"target":220},{"source":212,"target":221},{"source":212,"target":132},{"source":212,"target":222},{"source":212,"target":223},{"source":212,"target":37},{"source":212,"target":224},{"source":212,"target":225},{"source":212,"target":226},{"source":212,"target":84},{"source":212,"target":168},{"source":212,"target":227},{"source":212,"target":176},{"source":212,"target":228},{"source":212,"target":229},{"source":18,"target":212},{"source":18,"target":132},{"source":18,"target":230},{"source":18,"target":231},{"source":18,"target":232},{"source":18,"target":233},{"source":18,"target":234},{"source":230,"target":37},{"source":230,"target":235},{"source":230,"target":18},{"source":230,"target":236},{"source":235,"target":37},{"source":231,"target":219},{"source":231,"target":237},{"source":231,"target":18},{"source":231,"target":238},{"source":237,"target":219},{"source":232,"target":18},{"source":232,"target":239},{"source":232,"target":18},{"source":239,"target":18},{"source":233,"target":84},{"source":233,"target":240},{"source":233,"target":18},{"source":240,"target":84},{"source":234,"target":132},{"source":213,"target":212},{"source":213,"target":132},{"source":213,"target":241},{"source":241,"target":132},{"source":31,"target":212},{"source":31,"target":218},{"source":31,"target":242},{"source":31,"target":243},{"source":31,"target":244},{"source":242,"target":214},{"source":242,"target":245},{"source":242,"target":31},{"source":242,"target":246},{"source":245,"target":214},{"source":243,"target":229},{"source":243,"target":247},{"source":243,"target":31},{"source":247,"target":229},{"source":244,"target":218},{"source":214,"target":212},{"source":214,"target":31},{"source":214,"target":246},{"source":214,"target":248},{"source":214,"target":249},{"source":214,"target":250},{"source":214,"target":251},{"source":214,"target":252},{"source":246,"target":31},{"source":246,"target":253},{"source":246,"target":214},{"source":246,"target":242},{"source":253,"target":31},{"source":248,"target":254},{"source":248,"target":255},{"source":248,"target":214},{"source":248,"target":256},{"source":255,"target":254},{"source":249,"target":257},{"source":249,"target":258},{"source":249,"target":214},{"source":249,"target":259},{"source":258,"target":257},{"source":250,"target":168},{"source":250,"target":260},{"source":250,"target":214},{"source":260,"target":168},{"source":251,"target":168},{"source":251,"target":261},{"source":251,"target":214},{"source":261,"target":168},{"source":252,"target":31},{"source":215,"target":212},{"source":215,"target":213},{"source":215,"target":262},{"source":215,"target":263},{"source":262,"target":223},{"source":262,"target":264},{"source":262,"target":215},{"source":262,"target":265},{"source":264,"target":223},{"source":263,"target":213},{"source":216,"target":212},{"source":216,"target":31},{"source":216,"target":266},{"source":216,"target":267},{"source":266,"target":168},{"source":266,"target":268},{"source":266,"target":216},{"source":268,"target":168},{"source":267,"target":31},{"source":217,"target":212},{"source":217,"target":218},{"source":217,"target":269},{"source":269,"target":218},{"source":218,"target":212},{"source":219,"target":212},{"source":219,"target":220},{"source":219,"target":224},{"source":219,"target":238},{"source":219,"target":270},{"source":219,"target":271},{"source":219,"target":272},{"source":219,"target":273},{"source":238,"target":18},{"source":238,"target":274},{"source":238,"target":219},{"source":238,"target":231},{"source":274,"target":18},{"source":270,"target":222},{"source":270,"target":275},{"source":270,"target":219},{"source":270,"target":276},{"source":275,"target":222},{"source":271,"target":132},{"source":271,"target":277},{"source":271,"target":219},{"source":277,"target":132},{"source":272,"target":220},{"source":273,"target":224},{"source":220,"target":212},{"source":220,"target":278},{"source":220,"target":279},{"source":220,"target":280},{"source":220,"target":281},{"source":278,"target":84},{"source":278,"target":282},{"source":278,"target":220},{"source":282,"target":84},{"source":279,"target":84},{"source":279,"target":283},{"source":279,"target":220},{"source":283,"target":84},{"source":280,"target":176},{"source":280,"target":284},{"source":280,"target":220},{"source":284,"target":176},{"source":281,"target":227},{"source":281,"target":285},{"source":281,"target":220},{"source":285,"target":227},{"source":221,"target":212},{"source":221,"target":216},{"source":221,"target":286},{"source":221,"target":287},{"source":221,"target":288},{"source":221,"target":289},{"source":286,"target":132},{"source":286,"target":290},{"source":286,"target":221},{"source":286,"target":291},{"source":290,"target":132},{"source":287,"target":221},{"source":287,"target":292},{"source":287,"target":221},{"source":292,"target":221},{"source":288,"target":168},{"source":288,"target":293},{"source":288,"target":221},{"source":293,"target":168},{"source":289,"target":216},{"source":132,"target":212},{"source":132,"target":216},{"source":132,"target":291},{"source":132,"target":294},{"source":291,"target":221},{"source":291,"target":295},{"source":291,"target":132},{"source":291,"target":286},{"source":295,"target":221},{"source":294,"target":216},{"source":222,"target":212},{"source":222,"target":220},{"source":222,"target":224},{"source":222,"target":276},{"source":222,"target":296},{"source":222,"target":297},{"source":276,"target":219},{"source":276,"target":298},{"source":276,"target":222},{"source":276,"target":270},{"source":298,"target":219},{"source":296,"target":220},{"source":297,"target":224},{"source":223,"target":212},{"source":223,"target":216},{"source":223,"target":265},{"source":223,"target":299},{"source":265,"target":215},{"source":265,"target":300},{"source":265,"target":223},{"source":265,"target":262},{"source":300,"target":215},{"source":299,"target":216},{"source":37,"target":212},{"source":37,"target":220},{"source":37,"target":224},{"source":37,"target":236},{"source":37,"target":301},{"source":37,"target":302},{"source":37,"target":303},{"source":37,"target":304},{"source":37,"target":305},{"source":37,"target":306},{"source":37,"target":307},{"source":37,"target":308},{"source":37,"target":309},{"source":236,"target":18},{"source":236,"target":310},{"source":236,"target":37},{"source":236,"target":230},{"source":310,"target":18},{"source":301,"target":37},{"source":301,"target":311},{"source":301,"target":37},{"source":311,"target":37},{"source":302,"target":257},{"source":302,"target":312},{"source":302,"target":37},{"source":302,"target":313},{"source":312,"target":257},{"source":303,"target":84},{"source":303,"target":314},{"source":303,"target":37},{"source":314,"target":84},{"source":304,"target":84},{"source":304,"target":315},{"source":304,"target":37},{"source":315,"target":84},{"source":305,"target":84},{"source":305,"target":316},{"source":305,"target":37},{"source":316,"target":84},{"source":306,"target":84},{"source":306,"target":317},{"source":306,"target":37},{"source":317,"target":84},{"source":307,"target":168},{"source":307,"target":318},{"source":307,"target":37},{"source":318,"target":168},{"source":308,"target":220},{"source":309,"target":224},{"source":224,"target":212},{"source":224,"target":216},{"source":224,"target":319},{"source":224,"target":320},{"source":319,"target":132},{"source":319,"target":321},{"source":319,"target":224},{"source":321,"target":132},{"source":320,"target":216},{"source":225,"target":212},{"source":225,"target":213},{"source":225,"target":322},{"source":322,"target":213},{"source":226,"target":212},{"source":226,"target":217},{"source":226,"target":323},{"source":323,"target":217},{"source":84,"target":212},{"source":168,"target":212},{"source":227,"target":212},{"source":176,"target":212},{"source":228,"target":212},{"source":229,"target":212},{"source":229,"target":31},{"source":229,"target":324},{"source":229,"target":325},{"source":324,"target":216},{"source":324,"target":326},{"source":324,"target":229},{"source":326,"target":216},{"source":325,"target":31},{"source":327,"target":328},{"source":327,"target":329},{"source":327,"target":330},{"source":327,"target":331},{"source":327,"target":332},{"source":327,"target":333},{"source":327,"target":334},{"source":327,"target":335},{"source":327,"target":336},{"source":327,"target":337},{"source":327,"target":338},{"source":327,"target":339},{"source":327,"target":340},{"source":327,"target":341},{"source":327,"target":342},{"source":327,"target":343},{"source":327,"target":344},{"source":327,"target":257},{"source":327,"target":345},{"source":327,"target":346},{"source":327,"target":347},{"source":327,"target":348},{"source":327,"target":349},{"source":327,"target":350},{"source":328,"target":327},{"source":328,"target":348},{"source":328,"target":351},{"source":328,"target":352},{"source":328,"target":353},{"source":351,"target":11},{"source":351,"target":354},{"source":351,"target":328},{"source":354,"target":11},{"source":352,"target":11},{"source":352,"target":355},{"source":352,"target":328},{"source":355,"target":11},{"source":353,"target":348},{"source":329,"target":327},{"source":329,"target":340},{"source":329,"target":356},{"source":329,"target":357},{"source":356,"target":84},{"source":356,"target":358},{"source":356,"target":329},{"source":358,"target":84},{"source":357,"target":340},{"source":330,"target":327},{"source":330,"target":89},{"source":330,"target":359},{"source":330,"target":360},{"source":330,"target":361},{"source":330,"target":362},{"source":330,"target":363},{"source":359,"target":11},{"source":359,"target":364},{"source":359,"target":330},{"source":364,"target":11},{"source":360,"target":84},{"source":360,"target":365},{"source":360,"target":330},{"source":365,"target":84},{"source":361,"target":84},{"source":361,"target":366},{"source":361,"target":330},{"source":366,"target":84},{"source":362,"target":84},{"source":362,"target":367},{"source":362,"target":330},{"source":367,"target":84},{"source":363,"target":89},{"source":331,"target":327},{"source":331,"target":330},{"source":331,"target":368},{"source":331,"target":369},{"source":368,"target":334},{"source":368,"target":370},{"source":368,"target":331},{"source":370,"target":334},{"source":369,"target":330},{"source":332,"target":327},{"source":332,"target":257},{"source":332,"target":371},{"source":332,"target":372},{"source":332,"target":373},{"source":332,"target":374},{"source":332,"target":375},{"source":332,"target":376},{"source":332,"target":377},{"source":371,"target":18},{"source":371,"target":378},{"source":371,"target":332},{"source":378,"target":18},{"source":372,"target":254},{"source":372,"target":379},{"source":372,"target":332},{"source":379,"target":254},{"source":373,"target":37},{"source":373,"target":380},{"source":373,"target":332},{"source":380,"target":37},{"source":374,"target":343},{"source":374,"target":381},{"source":374,"target":332},{"source":381,"target":343},{"source":375,"target":338},{"source":375,"target":382},{"source":375,"target":332},{"source":382,"target":338},{"source":376,"target":383},{"source":376,"target":384},{"source":376,"target":332},{"source":384,"target":383},{"source":377,"target":257},{"source":333,"target":327},{"source":333,"target":347},{"source":333,"target":385},{"source":333,"target":386},{"source":333,"target":387},{"source":385,"target":388},{"source":385,"target":389},{"source":385,"target":333},{"source":389,"target":388},{"source":386,"target":343},{"source":386,"target":390},{"source":386,"target":333},{"source":390,"target":343},{"source":387,"target":347},{"source":334,"target":327},{"source":334,"target":340},{"source":334,"target":219},{"source":334,"target":216},{"source":334,"target":391},{"source":334,"target":392},{"source":334,"target":393},{"source":334,"target":394},{"source":334,"target":395},{"source":334,"target":396},{"source":334,"target":397},{"source":334,"target":398},{"source":391,"target":334},{"source":391,"target":399},{"source":391,"target":334},{"source":399,"target":334},{"source":392,"target":383},{"source":392,"target":400},{"source":392,"target":334},{"source":400,"target":383},{"source":393,"target":334},{"source":393,"target":401},{"source":393,"target":334},{"source":401,"target":334},{"source":394,"target":334},{"source":394,"target":402},{"source":394,"target":334},{"source":402,"target":334},{"source":395,"target":11},{"source":395,"target":403},{"source":395,"target":334},{"source":403,"target":11},{"source":396,"target":340},{"source":397,"target":219},{"source":398,"target":216},{"source":335,"target":327},{"source":335,"target":339},{"source":335,"target":404},{"source":335,"target":405},{"source":404,"target":84},{"source":404,"target":406},{"source":404,"target":335},{"source":406,"target":84},{"source":405,"target":339},{"source":336,"target":327},{"source":336,"target":340},{"source":336,"target":407},{"source":407,"target":340},{"source":337,"target":327},{"source":337,"target":37},{"source":337,"target":408},{"source":337,"target":409},{"source":337,"target":410},{"source":408,"target":18},{"source":408,"target":411},{"source":408,"target":337},{"source":411,"target":18},{"source":409,"target":37},{"source":409,"target":412},{"source":409,"target":337},{"source":412,"target":37},{"source":410,"target":37},{"source":338,"target":327},{"source":338,"target":340},{"source":338,"target":413},{"source":413,"target":340},{"source":339,"target":327},{"source":339,"target":414},{"source":339,"target":415},{"source":339,"target":416},{"source":415,"target":84},{"source":415,"target":417},{"source":415,"target":339},{"source":417,"target":84},{"source":416,"target":414},{"source":340,"target":327},{"source":340,"target":219},{"source":340,"target":418},{"source":340,"target":419},{"source":340,"target":420},{"source":340,"target":421},{"source":340,"target":422},{"source":340,"target":423},{"source":418,"target":347},{"source":418,"target":424},{"source":418,"target":340},{"source":418,"target":425},{"source":424,"target":347},{"source":419,"target":347},{"source":419,"target":426},{"source":419,"target":340},{"source":419,"target":427},{"source":426,"target":347},{"source":420,"target":340},{"source":420,"target":428},{"source":420,"target":340},{"source":428,"target":340},{"source":421,"target":348},{"source":421,"target":429},{"source":421,"target":340},{"source":421,"target":430},{"source":429,"target":348},{"source":422,"target":84},{"source":422,"target":431},{"source":422,"target":340},{"source":431,"target":84},{"source":423,"target":219},{"source":341,"target":327},{"source":341,"target":432},{"source":341,"target":433},{"source":341,"target":434},{"source":432,"target":341},{"source":433,"target":341},{"source":434,"target":341},{"source":342,"target":327},{"source":342,"target":257},{"source":342,"target":435},{"source":435,"target":257},{"source":343,"target":327},{"source":343,"target":347},{"source":343,"target":436},{"source":436,"target":347},{"source":344,"target":327},{"source":344,"target":18},{"source":344,"target":226},{"source":344,"target":437},{"source":344,"target":438},{"source":344,"target":439},{"source":344,"target":440},{"source":344,"target":441},{"source":437,"target":221},{"source":437,"target":442},{"source":437,"target":344},{"source":442,"target":221},{"source":438,"target":11},{"source":438,"target":443},{"source":438,"target":344},{"source":443,"target":11},{"source":439,"target":168},{"source":439,"target":444},{"source":439,"target":344},{"source":444,"target":168},{"source":440,"target":18},{"source":441,"target":226},{"source":257,"target":327},{"source":257,"target":18},{"source":257,"target":221},{"source":257,"target":259},{"source":257,"target":313},{"source":257,"target":445},{"source":257,"target":446},{"source":257,"target":447},{"source":257,"target":448},{"source":257,"target":449},{"source":259,"target":214},{"source":259,"target":450},{"source":259,"target":257},{"source":259,"target":249},{"source":450,"target":214},{"source":313,"target":37},{"source":313,"target":451},{"source":313,"target":257},{"source":313,"target":302},{"source":451,"target":37},{"source":445,"target":345},{"source":445,"target":452},{"source":445,"target":257},{"source":445,"target":453},{"source":452,"target":345},{"source":446,"target":344},{"source":446,"target":454},{"source":446,"target":257},{"source":454,"target":344},{"source":447,"target":84},{"source":447,"target":455},{"source":447,"target":257},{"source":455,"target":84},{"source":448,"target":18},{"source":449,"target":221},{"source":345,"target":327},{"source":345,"target":31},{"source":345,"target":456},{"source":345,"target":453},{"source":345,"target":457},{"source":345,"target":458},{"source":345,"target":459},{"source":456,"target":344},{"source":456,"target":460},{"source":456,"target":345},{"source":460,"target":344},{"source":453,"target":257},{"source":453,"target":461},{"source":453,"target":345},{"source":453,"target":445},{"source":461,"target":257},{"source":457,"target":257},{"source":457,"target":462},{"source":457,"target":345},{"source":462,"target":257},{"source":458,"target":346},{"source":458,"target":463},{"source":458,"target":345},{"source":463,"target":346},{"source":459,"target":31},{"source":346,"target":327},{"source":346,"target":464},{"source":346,"target":465},{"source":464,"target":346},{"source":465,"target":346},{"source":347,"target":327},{"source":347,"target":222},{"source":347,"target":9},{"source":347,"target":425},{"source":347,"target":427},{"source":347,"target":466},{"source":347,"target":467},{"source":347,"target":468},{"source":425,"target":340},{"source":425,"target":469},{"source":425,"target":347},{"source":425,"target":418},{"source":469,"target":340},{"source":427,"target":340},{"source":427,"target":470},{"source":427,"target":347},{"source":427,"target":419},{"source":470,"target":340},{"source":466,"target":341},{"source":466,"target":471},{"source":466,"target":347},{"source":471,"target":341},{"source":467,"target":222},{"source":468,"target":9},{"source":348,"target":327},{"source":348,"target":31},{"source":348,"target":430},{"source":348,"target":472},{"source":348,"target":473},{"source":430,"target":340},{"source":430,"target":474},{"source":430,"target":348},{"source":430,"target":421},{"source":474,"target":340},{"source":472,"target":11},{"source":472,"target":475},{"source":472,"target":348},{"source":475,"target":11},{"source":473,"target":31},{"source":349,"target":327},{"source":349,"target":348},{"source":349,"target":476},{"source":476,"target":348},{"source":350,"target":327},{"source":350,"target":57},{"source":350,"target":477},{"source":350,"target":478},{"source":350,"target":479},{"source":477,"target":9},{"source":477,"target":480},{"source":477,"target":350},{"source":480,"target":9},{"source":478,"target":349},{"source":478,"target":481},{"source":478,"target":350},{"source":481,"target":349},{"source":479,"target":57},{"source":482,"target":483},{"source":482,"target":484},{"source":482,"target":485},{"source":482,"target":486},{"source":482,"target":487},{"source":482,"target":488},{"source":482,"target":489},{"source":482,"target":490},{"source":482,"target":491},{"source":482,"target":492},{"source":483,"target":482},{"source":483,"target":493},{"source":483,"target":494},{"source":493,"target":486},{"source":493,"target":495},{"source":493,"target":483},{"source":493,"target":496},{"source":495,"target":486},{"source":494,"target":485},{"source":494,"target":497},{"source":494,"target":483},{"source":494,"target":498},{"source":497,"target":485},{"source":484,"target":482},{"source":484,"target":499},{"source":484,"target":500},{"source":484,"target":501},{"source":484,"target":502},{"source":484,"target":503},{"source":499,"target":485},{"source":499,"target":504},{"source":499,"target":484},{"source":499,"target":505},{"source":504,"target":485},{"source":500,"target":11},{"source":500,"target":506},{"source":500,"target":484},{"source":506,"target":11},{"source":501,"target":11},{"source":501,"target":507},{"source":501,"target":484},{"source":507,"target":11},{"source":502,"target":37},{"source":502,"target":508},{"source":502,"target":484},{"source":508,"target":37},{"source":503,"target":84},{"source":503,"target":509},{"source":503,"target":484},{"source":509,"target":84},{"source":485,"target":482},{"source":485,"target":490},{"source":485,"target":498},{"source":485,"target":505},{"source":485,"target":510},{"source":485,"target":511},{"source":485,"target":512},{"source":498,"target":483},{"source":498,"target":513},{"source":498,"target":485},{"source":498,"target":494},{"source":513,"target":483},{"source":505,"target":484},{"source":505,"target":514},{"source":505,"target":485},{"source":505,"target":499},{"source":514,"target":484},{"source":510,"target":488},{"source":510,"target":515},{"source":510,"target":485},{"source":515,"target":488},{"source":511,"target":491},{"source":511,"target":516},{"source":511,"target":485},{"source":511,"target":517},{"source":516,"target":491},{"source":512,"target":490},{"source":486,"target":482},{"source":486,"target":490},{"source":486,"target":496},{"source":486,"target":518},{"source":496,"target":483},{"source":496,"target":519},{"source":496,"target":486},{"source":496,"target":493},{"source":519,"target":483},{"source":518,"target":490},{"source":487,"target":482},{"source":487,"target":520},{"source":487,"target":483},{"source":487,"target":521},{"source":487,"target":522},{"source":487,"target":523},{"source":487,"target":524},{"source":487,"target":525},{"source":521,"target":487},{"source":521,"target":526},{"source":521,"target":487},{"source":526,"target":487},{"source":522,"target":487},{"source":522,"target":527},{"source":522,"target":487},{"source":522,"target":523},{"source":527,"target":487},{"source":523,"target":487},{"source":523,"target":528},{"source":523,"target":487},{"source":523,"target":522},{"source":528,"target":487},{"source":524,"target":520},{"source":525,"target":483},{"source":488,"target":482},{"source":488,"target":9},{"source":488,"target":529},{"source":529,"target":9},{"source":489,"target":482},{"source":489,"target":530},{"source":489,"target":483},{"source":489,"target":531},{"source":489,"target":532},{"source":531,"target":530},{"source":532,"target":483},{"source":490,"target":482},{"source":490,"target":533},{"source":490,"target":534},{"source":534,"target":533},{"source":491,"target":482},{"source":491,"target":535},{"source":491,"target":517},{"source":491,"target":536},{"source":535,"target":492},{"source":535,"target":537},{"source":535,"target":491},{"source":537,"target":492},{"source":517,"target":485},{"source":517,"target":538},{"source":517,"target":491},{"source":517,"target":511},{"source":538,"target":485},{"source":536,"target":414},{"source":536,"target":539},{"source":536,"target":491},{"source":539,"target":414},{"source":492,"target":482},{"source":492,"target":540},{"source":492,"target":541},{"source":540,"target":492},{"source":541,"target":492},{"source":542,"target":530},{"source":542,"target":254},{"source":542,"target":543},{"source":542,"target":520},{"source":542,"target":533},{"source":542,"target":544},{"source":542,"target":545},{"source":542,"target":546},{"source":530,"target":542},{"source":530,"target":216},{"source":530,"target":547},{"source":530,"target":548},{"source":530,"target":549},{"source":530,"target":550},{"source":530,"target":551},{"source":547,"target":84},{"source":547,"target":552},{"source":547,"target":530},{"source":552,"target":84},{"source":548,"target":84},{"source":548,"target":553},{"source":548,"target":530},{"source":553,"target":84},{"source":549,"target":520},{"source":549,"target":554},{"source":549,"target":530},{"source":549,"target":555},{"source":554,"target":520},{"source":550,"target":543},{"source":550,"target":556},{"source":550,"target":530},{"source":556,"target":543},{"source":551,"target":216},{"source":254,"target":542},{"source":254,"target":18},{"source":254,"target":221},{"source":254,"target":256},{"source":254,"target":557},{"source":254,"target":558},{"source":254,"target":559},{"source":254,"target":560},{"source":254,"target":561},{"source":256,"target":214},{"source":256,"target":562},{"source":256,"target":254},{"source":256,"target":248},{"source":562,"target":214},{"source":557,"target":543},{"source":557,"target":563},{"source":557,"target":254},{"source":557,"target":564},{"source":563,"target":543},{"source":558,"target":520},{"source":558,"target":565},{"source":558,"target":254},{"source":558,"target":566},{"source":565,"target":520},{"source":559,"target":254},{"source":559,"target":567},{"source":559,"target":254},{"source":567,"target":254},{"source":560,"target":18},{"source":561,"target":221},{"source":543,"target":542},{"source":543,"target":216},{"source":543,"target":564},{"source":543,"target":568},{"source":543,"target":569},{"source":543,"target":570},{"source":564,"target":254},{"source":564,"target":571},{"source":564,"target":543},{"source":564,"target":557},{"source":571,"target":254},{"source":568,"target":221},{"source":568,"target":572},{"source":568,"target":543},{"source":572,"target":221},{"source":569,"target":543},{"source":569,"target":573},{"source":569,"target":543},{"source":573,"target":543},{"source":570,"target":216},{"source":520,"target":542},{"source":520,"target":216},{"source":520,"target":555},{"source":520,"target":566},{"source":520,"target":574},{"source":520,"target":575},{"source":555,"target":530},{"source":555,"target":576},{"source":555,"target":520},{"source":555,"target":549},{"source":576,"target":530},{"source":566,"target":254},{"source":566,"target":577},{"source":566,"target":520},{"source":566,"target":558},{"source":577,"target":254},{"source":574,"target":520},{"source":574,"target":578},{"source":574,"target":520},{"source":578,"target":520},{"source":575,"target":216},{"source":533,"target":542},{"source":533,"target":31},{"source":533,"target":579},{"source":533,"target":580},{"source":533,"target":581},{"source":533,"target":582},{"source":533,"target":583},{"source":579,"target":544},{"source":579,"target":584},{"source":579,"target":533},{"source":579,"target":585},{"source":584,"target":544},{"source":580,"target":9},{"source":580,"target":586},{"source":580,"target":533},{"source":586,"target":9},{"source":581,"target":383},{"source":581,"target":587},{"source":581,"target":533},{"source":581,"target":588},{"source":587,"target":383},{"source":582,"target":383},{"source":582,"target":589},{"source":582,"target":533},{"source":582,"target":590},{"source":589,"target":383},{"source":583,"target":31},{"source":544,"target":542},{"source":544,"target":31},{"source":544,"target":591},{"source":544,"target":585},{"source":544,"target":592},{"source":591,"target":11},{"source":591,"target":593},{"source":591,"target":544},{"source":593,"target":11},{"source":585,"target":533},{"source":585,"target":594},{"source":585,"target":544},{"source":585,"target":579},{"source":594,"target":533},{"source":592,"target":31},{"source":545,"target":542},{"source":545,"target":219},{"source":545,"target":595},{"source":545,"target":596},{"source":595,"target":11},{"source":595,"target":597},{"source":595,"target":545},{"source":597,"target":11},{"source":596,"target":219},{"source":546,"target":542},{"source":546,"target":222},{"source":546,"target":9},{"source":546,"target":598},{"source":546,"target":599},{"source":598,"target":222},{"source":599,"target":9},{"source":600,"target":601},{"source":600,"target":383},{"source":600,"target":388},{"source":600,"target":602},{"source":600,"target":603},{"source":600,"target":604},{"source":601,"target":600},{"source":601,"target":254},{"source":601,"target":605},{"source":601,"target":606},{"source":605,"target":604},{"source":605,"target":607},{"source":605,"target":601},{"source":605,"target":608},{"source":607,"target":604},{"source":606,"target":254},{"source":383,"target":600},{"source":383,"target":520},{"source":383,"target":609},{"source":383,"target":610},{"source":383,"target":611},{"source":383,"target":588},{"source":383,"target":590},{"source":383,"target":612},{"source":609,"target":84},{"source":609,"target":613},{"source":609,"target":383},{"source":613,"target":84},{"source":610,"target":9},{"source":610,"target":614},{"source":610,"target":383},{"source":614,"target":9},{"source":611,"target":603},{"source":611,"target":615},{"source":611,"target":383},{"source":611,"target":616},{"source":615,"target":603},{"source":588,"target":533},{"source":588,"target":617},{"source":588,"target":383},{"source":588,"target":581},{"source":617,"target":533},{"source":590,"target":533},{"source":590,"target":618},{"source":590,"target":383},{"source":590,"target":582},{"source":618,"target":533},{"source":612,"target":520},{"source":388,"target":600},{"source":388,"target":530},{"source":388,"target":619},{"source":388,"target":620},{"source":388,"target":621},{"source":619,"target":602},{"source":619,"target":622},{"source":619,"target":388},{"source":622,"target":602},{"source":620,"target":9},{"source":620,"target":623},{"source":620,"target":388},{"source":623,"target":9},{"source":621,"target":530},{"source":602,"target":600},{"source":602,"target":533},{"source":602,"target":624},{"source":602,"target":625},{"source":624,"target":1},{"source":624,"target":626},{"source":624,"target":602},{"source":626,"target":1},{"source":625,"target":533},{"source":603,"target":600},{"source":603,"target":31},{"source":603,"target":616},{"source":603,"target":627},{"source":603,"target":628},{"source":603,"target":629},{"source":616,"target":383},{"source":616,"target":630},{"source":616,"target":603},{"source":616,"target":611},{"source":630,"target":383},{"source":627,"target":219},{"source":627,"target":631},{"source":627,"target":603},{"source":631,"target":219},{"source":628,"target":543},{"source":628,"target":632},{"source":628,"target":603},{"source":632,"target":543},{"source":629,"target":31},{"source":604,"target":600},{"source":604,"target":31},{"source":604,"target":633},{"source":604,"target":634},{"source":604,"target":608},{"source":604,"target":635},{"source":633,"target":18},{"source":633,"target":636},{"source":633,"target":604},{"source":636,"target":18},{"source":634,"target":37},{"source":634,"target":637},{"source":634,"target":604},{"source":637,"target":37},{"source":608,"target":601},{"source":608,"target":638},{"source":608,"target":604},{"source":608,"target":605},{"source":638,"target":601},{"source":635,"target":31},{"source":639,"target":640},{"source":639,"target":89},{"source":639,"target":26},{"source":639,"target":11},{"source":639,"target":641},{"source":639,"target":642},{"source":639,"target":643},{"source":639,"target":9},{"source":639,"target":644},{"source":639,"target":645},{"source":639,"target":646},{"source":639,"target":190},{"source":639,"target":647},{"source":639,"target":648},{"source":639,"target":649},{"source":639,"target":414},{"source":639,"target":650},{"source":639,"target":5},{"source":639,"target":651},{"source":639,"target":652},{"source":639,"target":653},{"source":639,"target":654},{"source":639,"target":655},{"source":639,"target":656},{"source":639,"target":657},{"source":639,"target":658},{"source":639,"target":659},{"source":639,"target":660},{"source":639,"target":661},{"source":639,"target":662},{"source":639,"target":663},{"source":639,"target":664},{"source":639,"target":665},{"source":639,"target":28},{"source":639,"target":666},{"source":639,"target":667},{"source":639,"target":668},{"source":639,"target":669},{"source":639,"target":670},{"source":639,"target":671},{"source":639,"target":672},{"source":639,"target":673},{"source":640,"target":639},{"source":640,"target":652},{"source":640,"target":674},{"source":640,"target":675},{"source":674,"target":84},{"source":674,"target":676},{"source":674,"target":640},{"source":676,"target":84},{"source":675,"target":652},{"source":89,"target":639},{"source":89,"target":11},{"source":89,"target":677},{"source":89,"target":678},{"source":677,"target":11},{"source":677,"target":679},{"source":677,"target":89},{"source":679,"target":11},{"source":678,"target":11},{"source":26,"target":639},{"source":26,"target":680},{"source":26,"target":681},{"source":26,"target":682},{"source":26,"target":683},{"source":680,"target":26},{"source":681,"target":26},{"source":682,"target":26},{"source":683,"target":26},{"source":11,"target":639},{"source":11,"target":224},{"source":11,"target":131},{"source":11,"target":684},{"source":131,"target":51},{"source":131,"target":685},{"source":131,"target":11},{"source":131,"target":126},{"source":685,"target":51},{"source":684,"target":224},{"source":641,"target":639},{"source":641,"target":653},{"source":641,"target":686},{"source":641,"target":687},{"source":686,"target":227},{"source":686,"target":688},{"source":686,"target":641},{"source":688,"target":227},{"source":687,"target":653},{"source":642,"target":639},{"source":642,"target":11},{"source":642,"target":689},{"source":642,"target":690},{"source":642,"target":691},{"source":642,"target":692},{"source":689,"target":11},{"source":689,"target":693},{"source":689,"target":642},{"source":693,"target":11},{"source":690,"target":11},{"source":690,"target":694},{"source":690,"target":642},{"source":694,"target":11},{"source":691,"target":11},{"source":691,"target":695},{"source":691,"target":642},{"source":695,"target":11},{"source":692,"target":11},{"source":643,"target":639},{"source":643,"target":11},{"source":643,"target":696},{"source":643,"target":697},{"source":643,"target":698},{"source":696,"target":11},{"source":696,"target":699},{"source":696,"target":643},{"source":699,"target":11},{"source":697,"target":9},{"source":697,"target":700},{"source":697,"target":643},{"source":697,"target":701},{"source":700,"target":9},{"source":698,"target":11},{"source":9,"target":639},{"source":9,"target":224},{"source":9,"target":702},{"source":9,"target":701},{"source":9,"target":110},{"source":9,"target":703},{"source":9,"target":704},{"source":702,"target":11},{"source":702,"target":705},{"source":702,"target":9},{"source":705,"target":11},{"source":701,"target":643},{"source":701,"target":706},{"source":701,"target":9},{"source":701,"target":697},{"source":706,"target":643},{"source":110,"target":46},{"source":110,"target":707},{"source":110,"target":9},{"source":110,"target":106},{"source":707,"target":46},{"source":703,"target":222},{"source":703,"target":708},{"source":703,"target":9},{"source":708,"target":222},{"source":704,"target":224},{"source":644,"target":639},{"source":644,"target":663},{"source":644,"target":709},{"source":644,"target":710},{"source":709,"target":37},{"source":709,"target":711},{"source":709,"target":644},{"source":711,"target":37},{"source":710,"target":663},{"source":645,"target":639},{"source":645,"target":11},{"source":645,"target":712},{"source":645,"target":713},{"source":712,"target":9},{"source":712,"target":714},{"source":712,"target":645},{"source":714,"target":9},{"source":713,"target":11},{"source":646,"target":639},{"source":646,"target":11},{"source":646,"target":715},{"source":646,"target":716},{"source":715,"target":132},{"source":715,"target":717},{"source":715,"target":646},{"source":717,"target":132},{"source":716,"target":11},{"source":190,"target":639},{"source":190,"target":89},{"source":190,"target":11},{"source":190,"target":718},{"source":190,"target":719},{"source":190,"target":720},{"source":190,"target":721},{"source":718,"target":11},{"source":718,"target":722},{"source":718,"target":190},{"source":722,"target":11},{"source":719,"target":9},{"source":719,"target":723},{"source":719,"target":190},{"source":723,"target":9},{"source":720,"target":89},{"source":721,"target":11},{"source":647,"target":639},{"source":647,"target":190},{"source":647,"target":724},{"source":724,"target":190},{"source":648,"target":639},{"source":648,"target":652},{"source":648,"target":725},{"source":648,"target":726},{"source":725,"target":168},{"source":725,"target":727},{"source":725,"target":648},{"source":727,"target":168},{"source":726,"target":652},{"source":649,"target":639},{"source":649,"target":653},{"source":649,"target":728},{"source":649,"target":729},{"source":728,"target":176},{"source":728,"target":730},{"source":728,"target":649},{"source":730,"target":176},{"source":729,"target":653},{"source":414,"target":639},{"source":414,"target":663},{"source":414,"target":731},{"source":414,"target":732},{"source":414,"target":733},{"source":731,"target":11},{"source":731,"target":734},{"source":731,"target":414},{"source":734,"target":11},{"source":732,"target":219},{"source":732,"target":735},{"source":732,"target":414},{"source":735,"target":219},{"source":733,"target":663},{"source":650,"target":639},{"source":650,"target":653},{"source":650,"target":736},{"source":650,"target":737},{"source":736,"target":228},{"source":736,"target":738},{"source":736,"target":650},{"source":738,"target":228},{"source":737,"target":653},{"source":5,"target":639},{"source":5,"target":11},{"source":5,"target":739},{"source":739,"target":11},{"source":651,"target":639},{"source":651,"target":190},{"source":651,"target":740},{"source":651,"target":741},{"source":740,"target":9},{"source":740,"target":742},{"source":740,"target":651},{"source":742,"target":9},{"source":741,"target":190},{"source":652,"target":639},{"source":652,"target":5},{"source":652,"target":743},{"source":743,"target":5},{"source":653,"target":639},{"source":653,"target":652},{"source":653,"target":744},{"source":744,"target":652},{"source":654,"target":639},{"source":654,"target":5},{"source":654,"target":745},{"source":654,"target":746},{"source":654,"target":747},{"source":745,"target":26},{"source":745,"target":748},{"source":745,"target":654},{"source":748,"target":26},{"source":746,"target":655},{"source":746,"target":749},{"source":746,"target":654},{"source":746,"target":750},{"source":749,"target":655},{"source":747,"target":5},{"source":655,"target":639},{"source":655,"target":224},{"source":655,"target":750},{"source":655,"target":751},{"source":750,"target":654},{"source":750,"target":752},{"source":750,"target":655},{"source":750,"target":746},{"source":752,"target":654},{"source":751,"target":224},{"source":656,"target":639},{"source":656,"target":655},{"source":656,"target":753},{"source":656,"target":754},{"source":753,"target":11},{"source":753,"target":755},{"source":753,"target":656},{"source":755,"target":11},{"source":754,"target":655},{"source":657,"target":639},{"source":657,"target":655},{"source":657,"target":756},{"source":657,"target":757},{"source":657,"target":758},{"source":756,"target":11},{"source":756,"target":759},{"source":756,"target":657},{"source":759,"target":11},{"source":757,"target":11},{"source":757,"target":760},{"source":757,"target":657},{"source":760,"target":11},{"source":758,"target":655},{"source":658,"target":639},{"source":658,"target":5},{"source":658,"target":761},{"source":658,"target":762},{"source":761,"target":664},{"source":761,"target":763},{"source":761,"target":658},{"source":761,"target":764},{"source":763,"target":664},{"source":762,"target":5},{"source":659,"target":639},{"source":659,"target":5},{"source":659,"target":765},{"source":765,"target":5},{"source":660,"target":639},{"source":660,"target":661},{"source":660,"target":766},{"source":660,"target":767},{"source":660,"target":768},{"source":660,"target":769},{"source":660,"target":770},{"source":766,"target":11},{"source":766,"target":771},{"source":766,"target":660},{"source":771,"target":11},{"source":767,"target":9},{"source":767,"target":772},{"source":767,"target":660},{"source":772,"target":9},{"source":768,"target":9},{"source":768,"target":773},{"source":768,"target":660},{"source":773,"target":9},{"source":769,"target":9},{"source":769,"target":774},{"source":769,"target":660},{"source":774,"target":9},{"source":770,"target":661},{"source":661,"target":639},{"source":662,"target":639},{"source":662,"target":5},{"source":662,"target":775},{"source":775,"target":5},{"source":663,"target":639},{"source":663,"target":89},{"source":663,"target":776},{"source":776,"target":89},{"source":664,"target":639},{"source":664,"target":224},{"source":664,"target":764},{"source":664,"target":777},{"source":664,"target":778},{"source":764,"target":658},{"source":764,"target":779},{"source":764,"target":664},{"source":764,"target":761},{"source":779,"target":658},{"source":777,"target":37},{"source":777,"target":780},{"source":777,"target":664},{"source":780,"target":37},{"source":778,"target":224},{"source":665,"target":639},{"source":665,"target":28},{"source":665,"target":781},{"source":781,"target":28},{"source":28,"target":639},{"source":28,"target":213},{"source":28,"target":782},{"source":28,"target":783},{"source":782,"target":132},{"source":782,"target":784},{"source":782,"target":28},{"source":784,"target":132},{"source":783,"target":213},{"source":666,"target":639},{"source":666,"target":5},{"source":666,"target":785},{"source":666,"target":786},{"source":785,"target":223},{"source":785,"target":787},{"source":785,"target":666},{"source":787,"target":223},{"source":786,"target":5},{"source":667,"target":639},{"source":667,"target":132},{"source":667,"target":788},{"source":788,"target":132},{"source":668,"target":639},{"source":668,"target":28},{"source":668,"target":789},{"source":789,"target":28},{"source":669,"target":639},{"source":669,"target":28},{"source":669,"target":790},{"source":790,"target":28},{"source":670,"target":639},{"source":670,"target":28},{"source":670,"target":791},{"source":791,"target":28},{"source":671,"target":639},{"source":671,"target":18},{"source":671,"target":213},{"source":671,"target":792},{"source":671,"target":793},{"source":792,"target":18},{"source":793,"target":213},{"source":672,"target":639},{"source":672,"target":132},{"source":672,"target":794},{"source":794,"target":132},{"source":673,"target":639},{"source":673,"target":18},{"source":673,"target":132},{"source":673,"target":795},{"source":673,"target":796},{"source":795,"target":18},{"source":796,"target":132}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="package2" nsURI="http://cdo.eclipse.org/tests/PackageRegistry/SubclassTest2.ecore" nsPrefix="p2"> <eClassifiers xsi:type="ecore:EClass" name="Child7" eSuperTypes="SubclassTest1.ecore#//RootClass"/> <eClassifiers xsi:type="ecore:EClass" name="Child8" eSuperTypes="SubclassTest1.ecore#//RootAbstractClass SubclassTest1.ecore#//RootClass SubclassTest1.ecore#//RootInterface"/> </ecore:EPackage>
github:ecore:/data/krisboutthat5/cdo-light/cdo/org.eclipse.emf.cdo.tests/SubclassTest2.ecore
ecore
package2 Child7 Child8
null
{"directed":true,"nodes":[{"nsPrefix":"p2","nsURI":"http://cdo.eclipse.org/tests/PackageRegistry/SubclassTest2.ecore","name":"package2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Child7","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Child8","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"id":3,"eClass":"EGenericType"},{"id":4,"eClass":"EGenericType"},{"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":2,"target":0},{"source":2,"target":4},{"source":2,"target":5},{"source":2,"target":6}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ecore" nsURI="http://conflictingoperation/" nsPrefix="ecore"> <eClassifiers xsi:type="ecore:EClass" name="EClass"> <eOperations name="getOperationID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="nonRelevant" eType="#//EOperation"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EOperation"/> </ecore:EPackage>
github:ecore:/data/diverse-project/melange/tests/fr.inria.diverse.melange.tests/tests-inputs/metamodels/merge/ConflictingOperation.ecore
ecore
ecore EClass getOperationID nonRelevant EOperation
null
{"directed":true,"nodes":[{"nsPrefix":"ecore","nsURI":"http://conflictingoperation/","name":"ecore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EOperation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationID","lowerBound":0,"id":3,"many":false,"required":false,"eClass":"EOperation"},{"id":4,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"nonRelevant","lowerBound":0,"id":5,"many":false,"required":false,"eClass":"EParameter"},{"id":6,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":4},{"source":3,"target":1},{"source":3,"target":5},{"source":5,"target":2},{"source":5,"target":6},{"source":5,"target":3},{"source":6,"target":2},{"source":2,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="form" nsURI="http://www.big.tuwien.ac.at/form/1.0" nsPrefix="form"> <eClassifiers xsi:type="ecore:EClass" name="Form"> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" upperBound="-1" eType="#//Page" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="welcomePage" lowerBound="1" eType="#//Page"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Page"> <eStructuralFeatures xsi:type="ecore:EReference" name="allPreviousPages" ordered="false" upperBound="-1" eType="#//Page" changeable="false" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="previousPage&#xA;&#x9;&#x9;&#x9;&#x9;->asSet()&#xA;&#x9;&#x9;&#x9;&#x9;->union(previousPage&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;->asSet()&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;->closure(previousPage))"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="allNextPages" ordered="false" upperBound="-1" eType="#//Page" changeable="false" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="nextPage&#xA;&#x9;&#x9;&#x9;&#x9;->asSet()&#xA;&#x9;&#x9;&#x9;&#x9;->union(nextPage&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;->asSet()&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;->closure(nextPage))"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nextPage" eType="#//Page" eOpposite="#//Page/previousPage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//PageElement" containment="true" eOpposite="#//PageElement/page"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="previousPage" eType="#//Page" eOpposite="#//Page/nextPage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="visibilityConditions" upperBound="-1" eType="#//VisibilityCondition" containment="true" eOpposite="#//VisibilityCondition/page"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PageElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elementId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="page" lowerBound="1" eType="#//Page" eOpposite="#//Page/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputField" abstract="true" eSuperTypes="#//PageElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mandatory" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextField" eSuperTypes="#//InputField"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="encrypted" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectionField" eSuperTypes="#//InputField"> <eStructuralFeatures xsi:type="ecore:EReference" name="items" lowerBound="1" upperBound="-1" eType="#//SelectionItem" containment="true" eOpposite="#//SelectionItem/field"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selectionFieldType" eType="#//SelectionFieldType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextArea" eSuperTypes="#//InputField"/> <eClassifiers xsi:type="ecore:EClass" name="SelectionItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selected" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="field" lowerBound="1" eType="#//SelectionField" eOpposite="#//SelectionField/items"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SelectionFieldType"> <eLiterals name="Radio"/> <eLiterals name="Checkbox" value="1"/> <eLiterals name="Combobox" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Text" abstract="true" eSuperTypes="#//PageElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Heading" eSuperTypes="#//Text"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="level" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Paragraph" eSuperTypes="#//Text"/> <eClassifiers xsi:type="ecore:EClass" name="List" eSuperTypes="#//PageElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="items" lowerBound="1" upperBound="-1" eType="#//ListItem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VisibilityCondition" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="page" lowerBound="1" eType="#//Page" eOpposite="#//Page/visibilityConditions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="concernsElements" upperBound="-1" eType="#//PageElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectionCondition" eSuperTypes="#//VisibilityCondition"> <eStructuralFeatures xsi:type="ecore:EReference" name="item" lowerBound="1" eType="#//SelectionItem"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/tue-mdse/ocl-dataset/dataset/repos/drubas/model_engineering_lab3/metamodels/form.ecore
ecore
form Form pages welcomePage Page allPreviousPages allNextPages nextPage elements title previousPage visibilityConditions PageElement elementId page InputField label mandatory true TextField encrypted false SelectionField items selectionFieldType TextArea SelectionItem label selected false field SelectionFieldType Radio Radio Checkbox Checkbox Combobox Combobox Text content Heading level Paragraph List ordered false items ListItem label VisibilityCondition page concernsElements SelectionCondition item
null
{"directed":true,"nodes":[{"nsPrefix":"form","nsURI":"http://www.big.tuwien.ac.at/form/1.0","name":"form","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Form","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":"PageElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputField","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextField","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectionField","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextArea","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectionItem","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SelectionFieldType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Heading","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paragraph","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"List","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListItem","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisibilityCondition","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectionCondition","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"welcomePage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"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":"allPreviousPages","changeable":false,"resolveProxies":true,"lowerBound":0,"id":21,"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":"allNextPages","changeable":false,"resolveProxies":true,"lowerBound":0,"id":22,"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":"nextPage","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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"previousPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"visibilityConditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"page","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"page","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementId","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":1,"iD":false,"id":40,"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":"mandatory","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"encrypted","changeable":true,"lowerBound":0,"iD":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selectionFieldType","changeable":true,"lowerBound":0,"iD":false,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":55,"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":"selected","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"name":"Radio","id":60,"value":0,"literal":"Radio","eClass":"EEnumLiteral"},{"name":"Checkbox","id":61,"value":1,"literal":"Checkbox","eClass":"EEnumLiteral"},{"name":"Combobox","id":62,"value":2,"literal":"Combobox","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":"content","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"level","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"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":"ordered","changeable":true,"lowerBound":0,"iD":false,"id":70,"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":"items","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"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":"concernsElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":17,"target":2},{"source":17,"target":19},{"source":17,"target":1},{"source":19,"target":2},{"source":18,"target":2},{"source":18,"target":20},{"source":18,"target":1},{"source":20,"target":2},{"source":2,"target":0},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":21,"target":2},{"source":21,"target":28},{"source":21,"target":2},{"source":28,"target":2},{"source":22,"target":2},{"source":22,"target":29},{"source":22,"target":2},{"source":29,"target":2},{"source":23,"target":2},{"source":23,"target":30},{"source":23,"target":2},{"source":23,"target":26},{"source":30,"target":2},{"source":24,"target":3},{"source":24,"target":31},{"source":24,"target":2},{"source":24,"target":32},{"source":31,"target":3},{"source":25,"target":33},{"source":25,"target":2},{"source":26,"target":2},{"source":26,"target":34},{"source":26,"target":2},{"source":26,"target":23},{"source":34,"target":2},{"source":27,"target":15},{"source":27,"target":35},{"source":27,"target":2},{"source":27,"target":36},{"source":35,"target":15},{"source":3,"target":0},{"source":3,"target":37},{"source":3,"target":32},{"source":37,"target":38},{"source":37,"target":3},{"source":32,"target":2},{"source":32,"target":39},{"source":32,"target":3},{"source":32,"target":24},{"source":39,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":40,"target":43},{"source":40,"target":4},{"source":41,"target":44},{"source":41,"target":4},{"source":42,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":45},{"source":5,"target":46},{"source":45,"target":47},{"source":45,"target":5},{"source":46,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":48,"target":8},{"source":48,"target":51},{"source":48,"target":6},{"source":48,"target":52},{"source":51,"target":8},{"source":49,"target":9},{"source":49,"target":53},{"source":49,"target":6},{"source":53,"target":9},{"source":50,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":54},{"source":54,"target":4},{"source":8,"target":0},{"source":8,"target":55},{"source":8,"target":56},{"source":8,"target":52},{"source":55,"target":57},{"source":55,"target":8},{"source":56,"target":58},{"source":56,"target":8},{"source":52,"target":6},{"source":52,"target":59},{"source":52,"target":8},{"source":52,"target":48},{"source":59,"target":6},{"source":9,"target":0},{"source":9,"target":60},{"source":9,"target":61},{"source":9,"target":62},{"source":60,"target":9},{"source":61,"target":9},{"source":62,"target":9},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":63},{"source":10,"target":64},{"source":63,"target":65},{"source":63,"target":10},{"source":64,"target":3},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":66},{"source":11,"target":67},{"source":66,"target":68},{"source":66,"target":11},{"source":67,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":69},{"source":69,"target":10},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":70},{"source":13,"target":71},{"source":13,"target":72},{"source":70,"target":73},{"source":70,"target":13},{"source":71,"target":14},{"source":71,"target":74},{"source":71,"target":13},{"source":74,"target":14},{"source":72,"target":3},{"source":14,"target":0},{"source":14,"target":75},{"source":75,"target":76},{"source":75,"target":14},{"source":15,"target":0},{"source":15,"target":36},{"source":15,"target":77},{"source":36,"target":2},{"source":36,"target":78},{"source":36,"target":15},{"source":36,"target":27},{"source":78,"target":2},{"source":77,"target":3},{"source":77,"target":79},{"source":77,"target":15},{"source":79,"target":3},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":80},{"source":16,"target":81},{"source":80,"target":8},{"source":80,"target":82},{"source":80,"target":16},{"source":82,"target":8},{"source":81,"target":15}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="node" nsURI="nodeUri" nsPrefix="nodePrefix"> <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="children" upperBound="-1" eType="#//Node" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/epsilonlabs/emf-cbp/org.eclipse.epsilon.cbp.hybrid.test/models/node.ecore
ecore
node Node name children
null
{"directed":true,"nodes":[{"nsPrefix":"nodePrefix","nsURI":"nodeUri","name":"node","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"container":false,"ordered":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":3,"derived":false},{"id":4,"eClass":"EGenericType"},{"id":5,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3},{"source":2,"target":4},{"source":2,"target":1},{"source":3,"target":1},{"source":3,"target":5},{"source":3,"target":1},{"source":5,"target":1}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="emof" nsURI="http:///emof.ecore" nsPrefix="emof"> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="#//Property" containment="true" eOpposite="#//Property/class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1" eType="#//Operation" containment="true" eOpposite="#//Operation/class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" upperBound="-1" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="#//Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true" eSuperTypes="#//Object"> <eStructuralFeatures xsi:type="ecore:EReference" name="tag" upperBound="-1" eType="#//Tag" eOpposite="#//Tag/element"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedComment" upperBound="-1" eType="#//Comment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tag" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" upperBound="-1" eType="#//Element" eOpposite="#//Element/tag"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLiteral" upperBound="-1" eType="#//EnumerationLiteral" containment="true" eOpposite="#//EnumerationLiteral/enumeration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Extent" eSuperTypes="#//Object"/> <eClassifiers xsi:type="ecore:EClass" name="Object"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//MultiplicityElement #//TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="class" lowerBound="1" eType="#//Class" transient="true" eOpposite="#//Class/ownedOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//Parameter" containment="true" eOpposite="#//Parameter/operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="raisedException" upperBound="-1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" eType="#//Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" eType="#//UnlimitedNatural"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" upperBound="-1" eType="#//Type" containment="true" eOpposite="#//Type/package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedPackage" upperBound="-1" eType="#//Package" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="package" lowerBound="1" eType="#//Package" transient="true" eOpposite="#//Package/ownedType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//MultiplicityElement #//TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" eType="#//Operation" transient="true" eOpposite="#//Operation/ownedParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" eType="#//Enumeration" transient="true" eOpposite="#//Enumeration/ownedLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//MultiplicityElement #//TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="class" lowerBound="1" eType="#//Class" transient="true" eOpposite="#//Class/ownedAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" eType="#//Property"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReadOnly" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isComposite" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isId" eType="#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="URIExtent" eSuperTypes="#//Extent"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="java.lang.Boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="UnlimitedNatural" instanceClassName="java.lang.Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="java.lang.Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="Real" instanceClassName="java.lang.Float"/> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotatedElement" upperBound="-1" eType="#//NamedElement"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/rwl/cimgym/RollQVT/model/emof.ecore
ecore
emof Class ownedAttribute ownedOperation superClass isAbstract DataType Element tag ownedComment Tag element value name Enumeration ownedLiteral NamedElement name Extent Object Operation class ownedParameter raisedException MultiplicityElement isOrdered isUnique lower upper Package ownedType nestedPackage uri Type package Parameter operation EnumerationLiteral enumeration Property class opposite isReadOnly isDerived isComposite isId default TypedElement type PrimitiveType URIExtent Boolean java.lang.Boolean java.lang.Boolean String java.lang.String java.lang.String UnlimitedNatural java.lang.Integer java.lang.Integer Integer java.lang.Integer java.lang.Integer Real java.lang.Float java.lang.Float Comment annotatedElement
null
{"directed":true,"nodes":[{"nsPrefix":"emof","nsURI":"http:///emof.ecore","name":"emof","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tag","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extent","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URIExtent","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":20,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"UnlimitedNatural","instanceClass":"java.lang.Integer","id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"Real","instanceClass":"java.lang.Float","id":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tag","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedComment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"raisedException","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isOrdered","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isUnique","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lower","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upper","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isReadOnly","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDerived","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isComposite","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isId","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":1,"target":0},{"source":1,"target":12},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":25,"target":15},{"source":25,"target":30},{"source":25,"target":1},{"source":25,"target":31},{"source":30,"target":15},{"source":26,"target":9},{"source":26,"target":32},{"source":26,"target":1},{"source":26,"target":33},{"source":32,"target":9},{"source":27,"target":1},{"source":27,"target":34},{"source":27,"target":1},{"source":34,"target":1},{"source":28,"target":19},{"source":28,"target":35},{"source":28,"target":1},{"source":35,"target":19},{"source":29,"target":12},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":36},{"source":36,"target":12},{"source":3,"target":0},{"source":3,"target":8},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":37,"target":4},{"source":37,"target":40},{"source":37,"target":3},{"source":37,"target":41},{"source":40,"target":4},{"source":38,"target":24},{"source":38,"target":42},{"source":38,"target":3},{"source":42,"target":24},{"source":39,"target":8},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":41},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":41,"target":3},{"source":41,"target":46},{"source":41,"target":4},{"source":41,"target":37},{"source":46,"target":3},{"source":43,"target":20},{"source":43,"target":47},{"source":43,"target":4},{"source":47,"target":20},{"source":44,"target":20},{"source":44,"target":48},{"source":44,"target":4},{"source":48,"target":20},{"source":45,"target":3},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":49},{"source":5,"target":50},{"source":49,"target":14},{"source":49,"target":51},{"source":49,"target":5},{"source":49,"target":52},{"source":51,"target":14},{"source":50,"target":2},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":53},{"source":6,"target":54},{"source":53,"target":20},{"source":53,"target":55},{"source":53,"target":6},{"source":55,"target":20},{"source":54,"target":3},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":56},{"source":56,"target":8},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":16},{"source":9,"target":33},{"source":9,"target":57},{"source":9,"target":58},{"source":9,"target":59},{"source":9,"target":60},{"source":33,"target":1},{"source":33,"target":61},{"source":33,"target":9},{"source":33,"target":26},{"source":61,"target":1},{"source":57,"target":13},{"source":57,"target":62},{"source":57,"target":9},{"source":57,"target":63},{"source":62,"target":13},{"source":58,"target":12},{"source":58,"target":64},{"source":58,"target":9},{"source":64,"target":12},{"source":59,"target":10},{"source":60,"target":16},{"source":10,"target":0},{"source":10,"target":65},{"source":10,"target":66},{"source":10,"target":67},{"source":10,"target":68},{"source":65,"target":19},{"source":65,"target":69},{"source":65,"target":10},{"source":69,"target":19},{"source":66,"target":19},{"source":66,"target":70},{"source":66,"target":10},{"source":70,"target":19},{"source":67,"target":22},{"source":67,"target":71},{"source":67,"target":10},{"source":71,"target":22},{"source":68,"target":21},{"source":68,"target":72},{"source":68,"target":10},{"source":72,"target":21},{"source":11,"target":0},{"source":11,"target":6},{"source":11,"target":73},{"source":11,"target":74},{"source":11,"target":75},{"source":11,"target":76},{"source":73,"target":12},{"source":73,"target":77},{"source":73,"target":11},{"source":73,"target":78},{"source":77,"target":12},{"source":74,"target":11},{"source":74,"target":79},{"source":74,"target":11},{"source":79,"target":11},{"source":75,"target":20},{"source":75,"target":80},{"source":75,"target":11},{"source":80,"target":20},{"source":76,"target":6},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":78},{"source":12,"target":81},{"source":78,"target":11},{"source":78,"target":82},{"source":78,"target":12},{"source":78,"target":73},{"source":82,"target":11},{"source":81,"target":6},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":16},{"source":13,"target":63},{"source":13,"target":83},{"source":13,"target":84},{"source":63,"target":9},{"source":63,"target":85},{"source":63,"target":13},{"source":63,"target":57},{"source":85,"target":9},{"source":83,"target":10},{"source":84,"target":16},{"source":14,"target":0},{"source":14,"target":6},{"source":14,"target":52},{"source":14,"target":86},{"source":52,"target":5},{"source":52,"target":87},{"source":52,"target":14},{"source":52,"target":49},{"source":87,"target":5},{"source":86,"target":6},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":16},{"source":15,"target":31},{"source":15,"target":88},{"source":15,"target":89},{"source":15,"target":90},{"source":15,"target":91},{"source":15,"target":92},{"source":15,"target":93},{"source":15,"target":94},{"source":15,"target":95},{"source":31,"target":1},{"source":31,"target":96},{"source":31,"target":15},{"source":31,"target":25},{"source":96,"target":1},{"source":88,"target":15},{"source":88,"target":97},{"source":88,"target":15},{"source":97,"target":15},{"source":89,"target":19},{"source":89,"target":98},{"source":89,"target":15},{"source":98,"target":19},{"source":90,"target":19},{"source":90,"target":99},{"source":90,"target":15},{"source":99,"target":19},{"source":91,"target":19},{"source":91,"target":100},{"source":91,"target":15},{"source":100,"target":19},{"source":92,"target":19},{"source":92,"target":101},{"source":92,"target":15},{"source":101,"target":19},{"source":93,"target":20},{"source":93,"target":102},{"source":93,"target":15},{"source":102,"target":20},{"source":94,"target":10},{"source":95,"target":16},{"source":16,"target":0},{"source":16,"target":6},{"source":16,"target":103},{"source":16,"target":104},{"source":103,"target":12},{"source":103,"target":105},{"source":103,"target":16},{"source":105,"target":12},{"source":104,"target":6},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":106},{"source":106,"target":2},{"source":18,"target":0},{"source":18,"target":7},{"source":18,"target":107},{"source":107,"target":7},{"source":19,"target":0},{"source":20,"target":0},{"source":21,"target":0},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":24,"target":3},{"source":24,"target":108},{"source":24,"target":109},{"source":108,"target":6},{"source":108,"target":110},{"source":108,"target":24},{"source":110,"target":6},{"source":109,"target":3}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="extlibrary" nsURI="http:///org/eclipse/emf/examples/library/extlibrary.ecore/1.0.0" nsPrefix="extlib"> <eClassifiers xsi:type="ecore:EClass" name="Book" eSuperTypes="#//CirculatingItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="100"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="#//BookCategory" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1" eType="#//Writer" eOpposite="#//Writer/books"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#//Addressable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writers" upperBound="-1" eType="#//Writer" derived="true" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="employees" upperBound="-1" eType="#//Employee" derived="true" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="borrowers" upperBound="-1" eType="#//Borrower" derived="true" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stock" ordered="false" upperBound="-1" eType="#//Item" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" ordered="false" upperBound="-1" eType="#//Book" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="branches" upperBound="-1" eType="#//Library" containment="true" eOpposite="#//Library/parentBranch"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentBranch" eType="#//Library" eOpposite="#//Library/branches"/> <eStructuralFeatures xsi:type="ecore:EReference" name="casts" upperBound="-1" eType="#//Person" derived="true" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="readers" upperBound="-1" eType="#//Person" derived="true" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Writer" eSuperTypes="#//Person"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" eOpposite="#//Book/author"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BookCategory"> <eLiterals name="Mystery"/> <eLiterals name="ScienceFiction" value="1"/> <eLiterals name="Biography" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Item" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="publicationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Lendable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="copies" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="borrowers" ordered="false" upperBound="-1" eType="#//Borrower" eOpposite="#//Borrower/borrowed"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CirculatingItem" abstract="true" eSuperTypes="#//Item #//Lendable"/> <eClassifiers xsi:type="ecore:EClass" name="Periodical" eSuperTypes="#//Item"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="issuesPerYear" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AudioVisualItem" abstract="true" eSuperTypes="#//CirculatingItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minutesLength" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="damaged" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BookOnTape" eSuperTypes="#//AudioVisualItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="reader" eType="#//Person"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="#//Writer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VideoCassette" eSuperTypes="#//AudioVisualItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="cast" upperBound="-1" eType="#//Person"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Borrower" eSuperTypes="#//Person"> <eStructuralFeatures xsi:type="ecore:EReference" name="borrowed" upperBound="-1" eType="#//Lendable" eOpposite="#//Lendable/borrowers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Person" eSuperTypes="#//Addressable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Employee" eSuperTypes="#//Person"> <eStructuralFeatures xsi:type="ecore:EReference" name="manager" eType="#//Employee"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Addressable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/tomsontom/emf-databinding-example/org.eclipse.emf.examples.library/model/extlibrary.ecore
ecore
extlibrary Book title pages 100 category author Library name writers employees borrowers stock books branches parentBranch casts readers Writer name books BookCategory Mystery Mystery ScienceFiction ScienceFiction Biography Biography Item publicationDate Lendable copies borrowers CirculatingItem Periodical title issuesPerYear AudioVisualItem title minutesLength damaged BookOnTape reader author VideoCassette cast Borrower borrowed Person firstName lastName Employee manager Addressable address
null
{"directed":true,"nodes":[{"nsPrefix":"extlib","nsURI":"http:///org/eclipse/emf/examples/library/extlibrary.ecore/1.0.0","name":"extlibrary","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Writer","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BookCategory","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lendable","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CirculatingItem","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Periodical","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AudioVisualItem","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookOnTape","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VideoCassette","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Borrower","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Addressable","instanceClass":null,"abstract":true,"id":15,"interface":true,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":100,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"100","unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"writers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":27,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"employees","changeable":true,"resolveProxies":false,"lowerBound":0,"id":28,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"borrowers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":29,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stock","changeable":true,"resolveProxies":false,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"branches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentBranch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"casts","changeable":true,"resolveProxies":false,"lowerBound":0,"id":34,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"readers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"derived":true},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"name":"Mystery","id":51,"value":0,"literal":"Mystery","eClass":"EEnumLiteral"},{"name":"ScienceFiction","id":52,"value":1,"literal":"ScienceFiction","eClass":"EEnumLiteral"},{"name":"Biography","id":53,"value":2,"literal":"Biography","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"publicationDate","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"copies","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"borrowers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"borrowed","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"issuesPerYear","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minutesLength","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"damaged","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reader","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cast","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","changeable":true,"lowerBound":1,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastName","changeable":true,"lowerBound":1,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"manager","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":16,"target":21},{"source":16,"target":1},{"source":17,"target":22},{"source":17,"target":1},{"source":18,"target":4},{"source":18,"target":23},{"source":18,"target":1},{"source":23,"target":4},{"source":19,"target":3},{"source":19,"target":24},{"source":19,"target":1},{"source":19,"target":25},{"source":24,"target":3},{"source":20,"target":7},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":26,"target":37},{"source":26,"target":2},{"source":27,"target":3},{"source":27,"target":38},{"source":27,"target":2},{"source":38,"target":3},{"source":28,"target":14},{"source":28,"target":39},{"source":28,"target":2},{"source":39,"target":14},{"source":29,"target":12},{"source":29,"target":40},{"source":29,"target":2},{"source":40,"target":12},{"source":30,"target":5},{"source":30,"target":41},{"source":30,"target":2},{"source":41,"target":5},{"source":31,"target":1},{"source":31,"target":42},{"source":31,"target":2},{"source":42,"target":1},{"source":32,"target":2},{"source":32,"target":43},{"source":32,"target":2},{"source":32,"target":33},{"source":43,"target":2},{"source":33,"target":2},{"source":33,"target":44},{"source":33,"target":2},{"source":33,"target":32},{"source":44,"target":2},{"source":34,"target":13},{"source":34,"target":45},{"source":34,"target":2},{"source":45,"target":13},{"source":35,"target":13},{"source":35,"target":46},{"source":35,"target":2},{"source":46,"target":13},{"source":36,"target":15},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":47},{"source":3,"target":25},{"source":3,"target":48},{"source":47,"target":49},{"source":47,"target":3},{"source":25,"target":1},{"source":25,"target":50},{"source":25,"target":3},{"source":25,"target":19},{"source":50,"target":1},{"source":48,"target":13},{"source":4,"target":0},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":53},{"source":51,"target":4},{"source":52,"target":4},{"source":53,"target":4},{"source":5,"target":0},{"source":5,"target":54},{"source":54,"target":55},{"source":54,"target":5},{"source":6,"target":0},{"source":6,"target":56},{"source":6,"target":57},{"source":56,"target":58},{"source":56,"target":6},{"source":57,"target":12},{"source":57,"target":59},{"source":57,"target":6},{"source":57,"target":60},{"source":59,"target":12},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":6},{"source":7,"target":61},{"source":7,"target":62},{"source":61,"target":5},{"source":62,"target":6},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":63},{"source":8,"target":64},{"source":8,"target":65},{"source":63,"target":66},{"source":63,"target":8},{"source":64,"target":67},{"source":64,"target":8},{"source":65,"target":5},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":68},{"source":9,"target":69},{"source":9,"target":70},{"source":9,"target":71},{"source":68,"target":72},{"source":68,"target":9},{"source":69,"target":73},{"source":69,"target":9},{"source":70,"target":74},{"source":70,"target":9},{"source":71,"target":7},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":75},{"source":10,"target":76},{"source":10,"target":77},{"source":75,"target":13},{"source":75,"target":78},{"source":75,"target":10},{"source":78,"target":13},{"source":76,"target":3},{"source":76,"target":79},{"source":76,"target":10},{"source":79,"target":3},{"source":77,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":80},{"source":11,"target":81},{"source":80,"target":13},{"source":80,"target":82},{"source":80,"target":11},{"source":82,"target":13},{"source":81,"target":9},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":60},{"source":12,"target":83},{"source":60,"target":6},{"source":60,"target":84},{"source":60,"target":12},{"source":60,"target":57},{"source":84,"target":6},{"source":83,"target":13},{"source":13,"target":0},{"source":13,"target":15},{"source":13,"target":85},{"source":13,"target":86},{"source":13,"target":87},{"source":85,"target":88},{"source":85,"target":13},{"source":86,"target":89},{"source":86,"target":13},{"source":87,"target":15},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":90},{"source":14,"target":91},{"source":90,"target":14},{"source":90,"target":92},{"source":90,"target":14},{"source":92,"target":14},{"source":91,"target":13},{"source":15,"target":0},{"source":15,"target":93},{"source":93,"target":94},{"source":93,"target":15}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="genmodel" nsURI="http://www.eclipse.org/emf/2002/GenModel" nsPrefix="genmodel"> <eClassifiers xsi:type="ecore:EClass" name="GenModel" eSuperTypes="#//GenBase"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="copyrightText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelDirectory" eType="#//Path"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creationCommands" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creationIcons" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creationSubmenus" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editDirectory" eType="#//Path" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editorDirectory" eType="#//Path" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelPluginID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="templateDirectory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="runtimeJar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="foreignModel" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamicTemplates" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="redirection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="forceOverwrite" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nonExternalizedStringTag" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelPluginClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editPluginClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editorPluginClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="updateClasspath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateSchema" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nonNLSMarkers" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="staticPackages" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelPluginVariables" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rootExtendsInterface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="org.eclipse.emf.ecore.EObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rootExtendsClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="org.eclipse.emf.ecore.impl.EObjectImpl"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rootImplementsInterface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suppressEMFTypes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suppressEMFMetaData" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suppressEMFModelTags" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suppressInterfaces" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureMapWrapperInterface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureMapWrapperInternalInterface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureMapWrapperClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="runtimeCompatibility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="richClientPlatform" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reflectiveDelegation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" volatile="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codeFormatting" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentFormatting" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="testsDirectory" eType="#//Path" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="testSuiteClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanFlagsField" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanFlagsReservedBits" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importerID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bundleManifest" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureDelegation" eType="#//GenDelegationKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="containmentProxies" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minimalReflectiveMethods" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suppressContainment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suppressNotification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arrayAccessors" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suppressUnsettable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="facadeHelperClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The default value must be always equals to JMerger.DEFAULT_FACADE_HELPER_CLASS."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="complianceLevel" eType="#//GenJDKLevel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suppressGenModelAnnotations" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="copyrightFields" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="binaryCompatibleReflectiveMethods" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="publicConstructors" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="templatePluginVariables" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="providerRootExtendsClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editPluginID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editPluginVariables" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editorPluginID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editorPluginVariables" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="testsPluginID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="testsPluginVariables" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optimizedHasChildren" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tableProviders" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="colorProviders" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fontProviders" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="runtimeVersion" eType="#//GenRuntimeVersion" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packedEnums" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="genPackages" upperBound="-1" eType="#//GenPackage" containment="true" eOpposite="#//GenPackage/genModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usedGenPackages" upperBound="-1" eType="#//GenPackage"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interfaceNamePattern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classNamePattern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operationReflection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="richAjaxPlatform" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="runtimePlatform" eType="#//GenRuntimePlatform"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importOrganizing" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pluginKey" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decoration" eType="#//GenDecoration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="styleProviders" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cleanup" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oSGiCompatible" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eclipsePlatformVersion" eType="#//GenEclipsePlatformVersion" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelDocumentation" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="autoResizeProperties" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="autoExpandProperties" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="findAction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expandAllAction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collapseAllAction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="revertAction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codeStyle" upperBound="-1" eType="#//GenCodeStyle"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.19"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenPackage" eSuperTypes="#//GenBase"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="basePackage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resource" eType="#//GenResourceKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="disposableProviderFactory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="adapterFactory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loadInitialization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interfacePackageSuffix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metaDataPackageSuffix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classPackageSuffix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="impl"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="utilityPackageSuffix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="util"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="providerPackageSuffix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="provider"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="presentationPackageSuffix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="presentation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="testsPackageSuffix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="tests"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateExampleClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literalsInterface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataTypeConverters" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multipleEditorPages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="generateModelWizard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extensibleProviderFactory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="childCreationExtenders" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contentTypeIdentifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileExtensions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ecorePackage" lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="genModel" eType="#//GenModel" transient="true" eOpposite="#//GenModel/genPackages"/> <eStructuralFeatures xsi:type="ecore:EReference" name="genEnums" upperBound="-1" eType="#//GenEnum" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="genDataTypes" upperBound="-1" eType="#//GenDataType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="genClasses" upperBound="-1" eType="#//GenClass" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedGenPackages" upperBound="-1" eType="#//GenPackage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="genClassifiers" upperBound="-1" eType="#//GenClassifier" changeable="false" volatile="true" transient="true" resolveProxies="false" eOpposite="#//GenClassifier/genPackage"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="publicationLocation" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loadInitializationFileExtension" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString" defaultValueLiteral="ecore"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.15"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenClass" eSuperTypes="#//GenClassifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="provider" eType="#//GenProviderKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="image" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ecoreClass" lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="genFeatures" upperBound="-1" eType="#//GenFeature" containment="true" eOpposite="#//GenFeature/genClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="genOperations" upperBound="-1" eType="#//GenOperation" containment="true" eOpposite="#//GenOperation/genClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="labelFeature" eType="#//GenFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenFeature" eSuperTypes="#//GenTypedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="property" eType="#//GenPropertyKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notify" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="children" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createChild" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyCategory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyFilterFlags" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyDescription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyMultiLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertySortChoices" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="genClass" lowerBound="1" eType="#//GenClass" transient="true" eOpposite="#//GenClass/genFeatures"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ecoreFeature" lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suppressedGetVisibility" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suppressedSetVisibility" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suppressedIsSetVisibility" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suppressedUnsetVisibility" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="get" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> <details key="suppressedGetVisibility" value="true"/> <details key="suppressedSetVisibility" value="true"/> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyEditorFactory" eType="#//PropertyEditorFactory" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenBase" abstract="true"> <eOperations name="getGenAnnotation" eType="#//GenAnnotation"> <eParameters name="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="genAnnotations" upperBound="-1" eType="#//GenAnnotation" containment="true" eOpposite="#//GenAnnotation/genBase"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenEnum" eSuperTypes="#//GenDataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NoEcoreDataType"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeSafeEnumCompatible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ecoreEnum" lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EEnum"/> <eStructuralFeatures xsi:type="ecore:EReference" name="genEnumLiterals" upperBound="-1" eType="#//GenEnumLiteral" containment="true" eOpposite="#//GenEnumLiteral/genEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenEnumLiteral" eSuperTypes="#//GenBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="genEnum" lowerBound="1" eType="#//GenEnum" transient="true" eOpposite="#//GenEnum/genEnumLiterals"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ecoreEnumLiteral" lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EEnumLiteral"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenClassifier" abstract="true" eSuperTypes="#//GenBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="genPackage" lowerBound="1" eType="#//GenPackage" changeable="false" volatile="true" transient="true" resolveProxies="false" eOpposite="#//GenPackage/genClassifiers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="genTypeParameters" upperBound="-1" eType="#//GenTypeParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenDataType" eSuperTypes="#//GenClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="ecoreDataType" lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDataType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="create" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> <details key="suppressedGetVisibility" value="true"/> <details key="suppressedSetVisibility" value="true"/> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="convert" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> <details key="suppressedGetVisibility" value="true"/> <details key="suppressedSetVisibility" value="true"/> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyEditorFactory" eType="#//PropertyEditorFactory" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenOperation" eSuperTypes="#//GenTypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="genClass" lowerBound="1" eType="#//GenClass" transient="true" eOpposite="#//GenClass/genOperations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ecoreOperation" lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="genParameters" upperBound="-1" eType="#//GenParameter" containment="true" eOpposite="#//GenParameter/genOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="genTypeParameters" upperBound="-1" eType="#//GenTypeParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suppressedVisibility" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> <details key="suppressedGetVisibility" value="true"/> <details key="suppressedSetVisibility" value="true"/> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenParameter" eSuperTypes="#//GenTypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="genOperation" lowerBound="1" eType="#//GenOperation" transient="true" eOpposite="#//GenOperation/genParameters"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ecoreParameter" lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GenProviderKind"> <eLiterals name="Singleton"/> <eLiterals name="Stateful" value="1"/> <eLiterals name="None" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GenPropertyKind"> <eLiterals name="Editable"/> <eLiterals name="Readonly" value="1"/> <eLiterals name="None" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GenResourceKind"> <eLiterals name="None"/> <eLiterals name="Basic" value="1"/> <eLiterals name="XMI" value="2"/> <eLiterals name="XML" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenTypedElement" abstract="true" eSuperTypes="#//GenBase"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GenDelegationKind"> <eLiterals name="None"/> <eLiterals name="Reflective" value="1"/> <eLiterals name="Virtual" value="2"/> <eLiterals name="Dynamic" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenAnnotation" eSuperTypes="#//GenBase"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="details" upperBound="-1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EStringToStringMapEntry" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="genBase" eType="#//GenBase" transient="true" eOpposite="#//GenBase/genAnnotations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GenJDKLevel"> <eLiterals name="JDK14" literal="1.4"/> <eLiterals name="JDK50" value="1" literal="5.0"/> <eLiterals name="JDK60" value="2" literal="6.0"/> <eLiterals name="JDK70" value="3" literal="7.0"/> <eLiterals name="JDK80" value="4" literal="8.0"/> <eLiterals name="JDK90" value="5" literal="9.0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> </eAnnotations> </eLiterals> <eLiterals name="JDK100" value="6" literal="10.0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> </eAnnotations> </eLiterals> <eLiterals name="JDK110" value="7" literal="11.0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.16"/> </eAnnotations> </eLiterals> <eLiterals name="JDK120" value="8" literal="12.0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.17"/> </eAnnotations> </eLiterals> <eLiterals name="JDK130" value="9" literal="13.0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.19"/> </eAnnotations> </eLiterals> <eLiterals name="JDK140" value="10" literal="14.0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.21"/> </eAnnotations> </eLiterals> <eLiterals name="JDK150" value="11" literal="15.0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.22"/> </eAnnotations> </eLiterals> <eLiterals name="JDK160" value="12" literal="16.0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.24"/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenTypeParameter" eSuperTypes="#//GenBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="ecoreTypeParameter" lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//ETypeParameter"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GenRuntimeVersion"> <eLiterals name="EMF22" literal="2.2"/> <eLiterals name="EMF23" value="1" literal="2.3"/> <eLiterals name="EMF24" value="2" literal="2.4"/> <eLiterals name="EMF25" value="3" literal="2.5"/> <eLiterals name="EMF26" value="4" literal="2.6"/> <eLiterals name="EMF27" value="5" literal="2.7"/> <eLiterals name="EMF28" value="6" literal="2.8"/> <eLiterals name="EMF29" value="7" literal="2.9"/> <eLiterals name="EMF210" value="8" literal="2.10"/> <eLiterals name="EMF211" value="9" literal="2.11"/> <eLiterals name="EMF212" value="10" literal="2.12"/> <eLiterals name="EMF213" value="11" literal="2.13"/> <eLiterals name="EMF214" value="12" literal="2.14"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> </eAnnotations> </eLiterals> <eLiterals name="EMF215" value="13" literal="2.15"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.16"/> </eAnnotations> </eLiterals> <eLiterals name="EMF216" value="14" literal="2.16"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.16"/> </eAnnotations> </eLiterals> <eLiterals name="EMF217" value="15" literal="2.17"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.17"/> </eAnnotations> </eLiterals> <eLiterals name="EMF218" value="16" literal="2.18"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.18"/> </eAnnotations> </eLiterals> <eLiterals name="EMF219" value="17" literal="2.19"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.19"/> </eAnnotations> </eLiterals> <eLiterals name="EMF220" value="18" literal="2.20"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.20"/> </eAnnotations> </eLiterals> <eLiterals name="EMF221" value="19" literal="2.21"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.21"/> </eAnnotations> </eLiterals> <eLiterals name="EMF222" value="20" literal="2.22"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.22"/> </eAnnotations> </eLiterals> <eLiterals name="EMF223" value="21" literal="2.23"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.23"/> </eAnnotations> </eLiterals> <eLiterals name="EMF224" value="22" literal="2.24"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.24"/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GenRuntimePlatform"> <eLiterals name="IDE"/> <eLiterals name="RCP" value="1"/> <eLiterals name="RAP" value="2"/> <eLiterals name="GWT" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GenDecoration"> <eLiterals name="None"/> <eLiterals name="Manual" value="1"/> <eLiterals name="Live" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GenEclipsePlatformVersion"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> </eAnnotations> <eLiterals name="Juno"/> <eLiterals name="Kepler" value="1"/> <eLiterals name="Luna" value="2"/> <eLiterals name="Mars" value="3"/> <eLiterals name="Neon" value="4"/> <eLiterals name="Oxygen" value="5"/> <eLiterals name="Photon" value="6"/> <eLiterals name="Eclipse_2018_09" value="7" literal="2018-09"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.16"/> </eAnnotations> </eLiterals> <eLiterals name="Eclipse_2018_12" value="8" literal="2018-12"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.16"/> </eAnnotations> </eLiterals> <eLiterals name="Eclipse_2019_03" value="9" literal="2019-03"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.17"/> </eAnnotations> </eLiterals> <eLiterals name="Eclipse_2019_06" value="10" literal="2019-06"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.18"/> </eAnnotations> </eLiterals> <eLiterals name="Eclipse_2019_09" value="11" literal="2019-09"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.19"/> </eAnnotations> </eLiterals> <eLiterals name="Eclipse_2019_12" value="12" literal="2019-12"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.20"/> </eAnnotations> </eLiterals> <eLiterals name="Eclipse_2020_03" value="13" literal="2020-03"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.21"/> </eAnnotations> </eLiterals> <eLiterals name="Eclipse_2020_06" value="14" literal="2020-06"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.22"/> </eAnnotations> </eLiterals> <eLiterals name="Eclipse_2020_09" value="15" literal="2020-09"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.23"/> </eAnnotations> </eLiterals> <eLiterals name="Eclipse_2020_12" value="16" literal="2020-12"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.24"/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Path" instanceClassName="java.lang.String"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedPath"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="PropertyEditorFactory" instanceClassName="java.lang.String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.14"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GenCodeStyle"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@since 2.19"/> </eAnnotations> <eLiterals name="UnnecessaryElse"/> <eLiterals name="SwitchMissingDefaultCase" value="1"/> <eLiterals name="UnnecessaryAssignmentBeforeReturn" value="2"/> <eLiterals name="UnnecessaryDeprecatedMethod" value="3"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eclipse/emf/plugins/org.eclipse.emf.codegen.ecore/model/GenModel.ecore
ecore
genmodel GenModel copyrightText modelDirectory creationCommands true creationIcons true creationSubmenus editDirectory editorDirectory modelPluginID templateDirectory runtimeJar foreignModel dynamicTemplates redirection forceOverwrite nonExternalizedStringTag modelName modelPluginClass editPluginClass editorPluginClass updateClasspath true generateSchema nonNLSMarkers false staticPackages modelPluginVariables rootExtendsInterface org.eclipse.emf.ecore.EObject rootExtendsClass org.eclipse.emf.ecore.impl.EObjectImpl rootImplementsInterface suppressEMFTypes suppressEMFMetaData suppressEMFModelTags suppressInterfaces featureMapWrapperInterface featureMapWrapperInternalInterface featureMapWrapperClass runtimeCompatibility richClientPlatform reflectiveDelegation codeFormatting commentFormatting testsDirectory testSuiteClass booleanFlagsField booleanFlagsReservedBits -1 importerID bundleManifest true featureDelegation containmentProxies minimalReflectiveMethods true suppressContainment suppressNotification arrayAccessors suppressUnsettable facadeHelperClass org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper complianceLevel suppressGenModelAnnotations true copyrightFields true binaryCompatibleReflectiveMethods publicConstructors templatePluginVariables providerRootExtendsClass editPluginID editPluginVariables editorPluginID editorPluginVariables testsPluginID testsPluginVariables optimizedHasChildren tableProviders colorProviders fontProviders runtimeVersion language packedEnums genPackages usedGenPackages interfaceNamePattern classNamePattern operationReflection false richAjaxPlatform runtimePlatform importOrganizing pluginKey decoration styleProviders cleanup oSGiCompatible eclipsePlatformVersion modelDocumentation autoResizeProperties autoExpandProperties findAction expandAllAction collapseAllAction revertAction codeStyle GenPackage prefix basePackage resource disposableProviderFactory adapterFactory true loadInitialization interfacePackageSuffix metaDataPackageSuffix classPackageSuffix impl utilityPackageSuffix util providerPackageSuffix provider presentationPackageSuffix presentation testsPackageSuffix tests generateExampleClass true literalsInterface true dataTypeConverters multipleEditorPages true generateModelWizard true extensibleProviderFactory childCreationExtenders contentTypeIdentifier fileExtensions ecorePackage genModel genEnums genDataTypes genClasses nestedGenPackages genClassifiers publicationLocation documentation loadInitializationFileExtension ecore GenClass provider image true dynamic ecoreClass genFeatures genOperations labelFeature GenFeature property notify true children createChild propertyCategory propertyFilterFlags propertyDescription propertyMultiLine propertySortChoices genClass ecoreFeature suppressedGetVisibility suppressedSetVisibility suppressedIsSetVisibility suppressedUnsetVisibility get propertyEditorFactory GenBase getGenAnnotation source genAnnotations GenEnum typeSafeEnumCompatible true ecoreEnum genEnumLiterals GenEnumLiteral genEnum ecoreEnumLiteral documentation GenClassifier genPackage genTypeParameters documentation GenDataType ecoreDataType create convert propertyEditorFactory GenOperation genClass ecoreOperation genParameters genTypeParameters suppressedVisibility body GenParameter genOperation ecoreParameter GenProviderKind Singleton Singleton Stateful Stateful None None GenPropertyKind Editable Editable Readonly Readonly None None GenResourceKind None None Basic Basic XMI XMI XML XML GenTypedElement documentation GenDelegationKind None None Reflective Reflective Virtual Virtual Dynamic Dynamic GenAnnotation source details genBase references contents GenJDKLevel JDK14 1.4 JDK50 5.0 JDK60 6.0 JDK70 7.0 JDK80 8.0 JDK90 9.0 JDK100 10.0 JDK110 11.0 JDK120 12.0 JDK130 13.0 JDK140 14.0 JDK150 15.0 JDK160 16.0 GenTypeParameter ecoreTypeParameter documentation GenRuntimeVersion EMF22 2.2 EMF23 2.3 EMF24 2.4 EMF25 2.5 EMF26 2.6 EMF27 2.7 EMF28 2.8 EMF29 2.9 EMF210 2.10 EMF211 2.11 EMF212 2.12 EMF213 2.13 EMF214 2.14 EMF215 2.15 EMF216 2.16 EMF217 2.17 EMF218 2.18 EMF219 2.19 EMF220 2.20 EMF221 2.21 EMF222 2.22 EMF223 2.23 EMF224 2.24 GenRuntimePlatform IDE IDE RCP RCP RAP RAP GWT GWT GenDecoration None None Manual Manual Live Live GenEclipsePlatformVersion Juno Juno Kepler Kepler Luna Luna Mars Mars Neon Neon Oxygen Oxygen Photon Photon Eclipse_2018_09 2018-09 Eclipse_2018_12 2018-12 Eclipse_2019_03 2019-03 Eclipse_2019_06 2019-06 Eclipse_2019_09 2019-09 Eclipse_2019_12 2019-12 Eclipse_2020_03 2020-03 Eclipse_2020_06 2020-06 Eclipse_2020_09 2020-09 Eclipse_2020_12 2020-12 Path java.lang.String java.lang.String PropertyEditorFactory java.lang.String java.lang.String GenCodeStyle UnnecessaryElse UnnecessaryElse SwitchMissingDefaultCase SwitchMissingDefaultCase UnnecessaryAssignmentBeforeReturn UnnecessaryAssignmentBeforeReturn UnnecessaryDeprecatedMethod UnnecessaryDeprecatedMethod
null
{"directed":true,"nodes":[{"nsPrefix":"genmodel","nsURI":"http://www.eclipse.org/emf/2002/GenModel","name":"genmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenPackage","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenClass","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenFeature","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenBase","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenEnum","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenEnumLiteral","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenClassifier","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenDataType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenOperation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenParameter","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"GenProviderKind","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"GenPropertyKind","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"GenResourceKind","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenTypedElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"GenDelegationKind","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenAnnotation","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"GenJDKLevel","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenTypeParameter","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"GenRuntimeVersion","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"GenRuntimePlatform","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"GenDecoration","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"GenEclipsePlatformVersion","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Path","instanceClass":"java.lang.String","id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"PropertyEditorFactory","instanceClass":"java.lang.String","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"GenCodeStyle","instanceClass":null,"id":26,"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":"copyrightText","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":"modelDirectory","changeable":true,"lowerBound":0,"iD":false,"id":28,"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":"creationCommands","changeable":true,"lowerBound":0,"iD":false,"id":29,"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":"creationIcons","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationSubmenus","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"editDirectory","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":true,"transient":false,"unique":true,"name":"editorDirectory","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modelPluginID","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"templateDirectory","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"runtimeJar","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"foreignModel","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dynamicTemplates","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":"redirection","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"forceOverwrite","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nonExternalizedStringTag","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modelName","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modelPluginClass","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"editPluginClass","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":true,"transient":false,"unique":true,"name":"editorPluginClass","changeable":true,"lowerBound":0,"iD":false,"id":45,"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":"updateClasspath","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"generateSchema","changeable":true,"lowerBound":0,"iD":false,"id":47,"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":"nonNLSMarkers","changeable":true,"lowerBound":0,"iD":false,"id":48,"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":"staticPackages","changeable":true,"lowerBound":0,"iD":false,"id":49,"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":"modelPluginVariables","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"org.eclipse.emf.ecore.EObject","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"org.eclipse.emf.ecore.EObject","unsettable":false,"transient":false,"unique":true,"name":"rootExtendsInterface","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"org.eclipse.emf.ecore.impl.EObjectImpl","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"org.eclipse.emf.ecore.impl.EObjectImpl","unsettable":false,"transient":false,"unique":true,"name":"rootExtendsClass","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":"rootImplementsInterface","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"suppressEMFTypes","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"suppressEMFMetaData","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"suppressEMFModelTags","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":"suppressInterfaces","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureMapWrapperInterface","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureMapWrapperInternalInterface","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":"featureMapWrapperClass","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"runtimeCompatibility","changeable":true,"lowerBound":0,"iD":false,"id":61,"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":"richClientPlatform","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reflectiveDelegation","changeable":true,"lowerBound":0,"iD":false,"id":63,"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":"codeFormatting","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":"commentFormatting","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":true,"transient":false,"unique":true,"name":"testsDirectory","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"testSuiteClass","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"booleanFlagsField","changeable":true,"lowerBound":0,"iD":false,"id":68,"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":"booleanFlagsReservedBits","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":"importerID","changeable":true,"lowerBound":0,"iD":false,"id":70,"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":"bundleManifest","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureDelegation","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"containmentProxies","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"minimalReflectiveMethods","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"suppressContainment","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"suppressNotification","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"arrayAccessors","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"suppressUnsettable","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"org.eclipse.emf.codegen.merge.java.facade.ast.ASTFacadeHelper","unsettable":false,"transient":false,"unique":true,"name":"facadeHelperClass","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":"complianceLevel","changeable":true,"lowerBound":0,"iD":false,"id":80,"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":"suppressGenModelAnnotations","changeable":true,"lowerBound":0,"iD":false,"id":81,"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":"copyrightFields","changeable":true,"lowerBound":0,"iD":false,"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":"binaryCompatibleReflectiveMethods","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"publicConstructors","changeable":true,"lowerBound":0,"iD":false,"id":84,"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":"templatePluginVariables","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"providerRootExtendsClass","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"editPluginID","changeable":true,"lowerBound":0,"iD":false,"id":87,"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":"editPluginVariables","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"editorPluginID","changeable":true,"lowerBound":0,"iD":false,"id":89,"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":"editorPluginVariables","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":"testsPluginID","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"testsPluginVariables","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optimizedHasChildren","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":"tableProviders","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"colorProviders","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fontProviders","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"runtimeVersion","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":"language","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packedEnums","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"genPackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedGenPackages","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":"interfaceNamePattern","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":"classNamePattern","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"operationReflection","changeable":true,"lowerBound":0,"iD":false,"id":104,"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":"richAjaxPlatform","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":true},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"runtimePlatform","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importOrganizing","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pluginKey","changeable":true,"lowerBound":0,"iD":false,"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":"decoration","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":"styleProviders","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":"cleanup","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oSGiCompatible","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"eclipsePlatformVersion","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"modelDocumentation","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"autoResizeProperties","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"autoExpandProperties","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"findAction","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expandAllAction","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"collapseAllAction","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revertAction","changeable":true,"lowerBound":0,"iD":false,"id":120,"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":"codeStyle","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"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"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"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":"genModel","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"},{"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"},{"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":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":"basePackage","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resource","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"disposableProviderFactory","changeable":true,"lowerBound":0,"iD":false,"id":222,"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":"adapterFactory","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"loadInitialization","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"interfacePackageSuffix","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"metaDataPackageSuffix","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"impl","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"impl","unsettable":false,"transient":false,"unique":true,"name":"classPackageSuffix","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"util","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"util","unsettable":false,"transient":false,"unique":true,"name":"utilityPackageSuffix","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"provider","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"provider","unsettable":false,"transient":false,"unique":true,"name":"providerPackageSuffix","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"presentation","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"presentation","unsettable":false,"transient":false,"unique":true,"name":"presentationPackageSuffix","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"tests","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"tests","unsettable":false,"transient":false,"unique":true,"name":"testsPackageSuffix","changeable":true,"lowerBound":0,"iD":false,"id":231,"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":"generateExampleClass","changeable":true,"lowerBound":0,"iD":false,"id":232,"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":"literalsInterface","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":"dataTypeConverters","changeable":true,"lowerBound":0,"iD":false,"id":234,"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":"multipleEditorPages","changeable":true,"lowerBound":0,"iD":false,"id":235,"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":"generateModelWizard","changeable":true,"lowerBound":0,"iD":false,"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":"extensibleProviderFactory","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":"childCreationExtenders","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":"contentTypeIdentifier","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileExtensions","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ecorePackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"genEnums","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"genDataTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"genClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedGenPackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"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":"genClassifiers","changeable":false,"resolveProxies":false,"lowerBound":0,"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":"publicationLocation","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":true,"transient":false,"unique":true,"name":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"ecore","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"ecore","unsettable":false,"transient":false,"unique":true,"name":"loadInitializationFileExtension","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"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":"genPackage","changeable":false,"resolveProxies":false,"lowerBound":1,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"provider","changeable":true,"lowerBound":0,"iD":false,"id":284,"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":"image","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dynamic","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ecoreClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":287,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"genFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"genOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"labelFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"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":"genClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":297,"derived":false},{"id":298,"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":"genClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"lowerBound":0,"iD":false,"id":301,"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":"notify","changeable":true,"lowerBound":0,"iD":false,"id":302,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"lowerBound":0,"iD":false,"id":303,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"createChild","changeable":true,"lowerBound":0,"iD":false,"id":304,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propertyCategory","changeable":true,"lowerBound":0,"iD":false,"id":305,"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":"propertyFilterFlags","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":"propertyDescription","changeable":true,"lowerBound":0,"iD":false,"id":307,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propertyMultiLine","changeable":true,"lowerBound":0,"iD":false,"id":308,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propertySortChoices","changeable":true,"lowerBound":0,"iD":false,"id":309,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ecoreFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":310,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"suppressedGetVisibility","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"suppressedSetVisibility","changeable":true,"lowerBound":0,"iD":false,"id":312,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"suppressedIsSetVisibility","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"suppressedUnsetVisibility","changeable":true,"lowerBound":0,"iD":false,"id":314,"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":"get","changeable":true,"lowerBound":0,"iD":false,"id":315,"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":"propertyEditorFactory","changeable":true,"lowerBound":0,"iD":false,"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"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getGenAnnotation","lowerBound":0,"id":335,"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":"genAnnotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":338,"many":false,"required":false,"eClass":"EParameter"},{"id":339,"eClass":"EGenericType"},{"id":340,"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":"genBase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"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":"typeSafeEnumCompatible","changeable":true,"lowerBound":0,"iD":false,"id":342,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ecoreEnum","changeable":true,"resolveProxies":true,"lowerBound":1,"id":343,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"genEnumLiterals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"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":"genEnum","changeable":true,"resolveProxies":true,"lowerBound":1,"id":349,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ecoreEnumLiteral","changeable":true,"resolveProxies":true,"lowerBound":1,"id":350,"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":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"genTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":356,"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":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ecoreDataType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":362,"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":"create","changeable":true,"lowerBound":0,"iD":false,"id":363,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"convert","changeable":true,"lowerBound":0,"iD":false,"id":364,"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":"propertyEditorFactory","changeable":true,"lowerBound":0,"iD":false,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ecoreOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":371,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"genParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"genTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"suppressedVisibility","changeable":true,"lowerBound":0,"iD":false,"id":374,"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":"body","changeable":true,"lowerBound":0,"iD":false,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"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":"genOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ecoreParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"name":"Singleton","id":388,"value":0,"literal":"Singleton","eClass":"EEnumLiteral"},{"name":"Stateful","id":389,"value":1,"literal":"Stateful","eClass":"EEnumLiteral"},{"name":"None","id":390,"value":2,"literal":"None","eClass":"EEnumLiteral"},{"name":"Editable","id":391,"value":0,"literal":"Editable","eClass":"EEnumLiteral"},{"name":"Readonly","id":392,"value":1,"literal":"Readonly","eClass":"EEnumLiteral"},{"name":"None","id":393,"value":2,"literal":"None","eClass":"EEnumLiteral"},{"name":"None","id":394,"value":0,"literal":"None","eClass":"EEnumLiteral"},{"name":"Basic","id":395,"value":1,"literal":"Basic","eClass":"EEnumLiteral"},{"name":"XMI","id":396,"value":2,"literal":"XMI","eClass":"EEnumLiteral"},{"name":"XML","id":397,"value":3,"literal":"XML","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"name":"None","id":401,"value":0,"literal":"None","eClass":"EEnumLiteral"},{"name":"Reflective","id":402,"value":1,"literal":"Reflective","eClass":"EEnumLiteral"},{"name":"Virtual","id":403,"value":2,"literal":"Virtual","eClass":"EEnumLiteral"},{"name":"Dynamic","id":404,"value":3,"literal":"Dynamic","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":"source","changeable":true,"lowerBound":0,"iD":false,"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":"details","changeable":true,"resolveProxies":false,"lowerBound":0,"id":406,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":407,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"name":"JDK14","id":415,"value":0,"literal":"1.4","eClass":"EEnumLiteral"},{"name":"JDK50","id":416,"value":1,"literal":"5.0","eClass":"EEnumLiteral"},{"name":"JDK60","id":417,"value":2,"literal":"6.0","eClass":"EEnumLiteral"},{"name":"JDK70","id":418,"value":3,"literal":"7.0","eClass":"EEnumLiteral"},{"name":"JDK80","id":419,"value":4,"literal":"8.0","eClass":"EEnumLiteral"},{"name":"JDK90","id":420,"value":5,"literal":"9.0","eClass":"EEnumLiteral"},{"name":"JDK100","id":421,"value":6,"literal":"10.0","eClass":"EEnumLiteral"},{"name":"JDK110","id":422,"value":7,"literal":"11.0","eClass":"EEnumLiteral"},{"name":"JDK120","id":423,"value":8,"literal":"12.0","eClass":"EEnumLiteral"},{"name":"JDK130","id":424,"value":9,"literal":"13.0","eClass":"EEnumLiteral"},{"name":"JDK140","id":425,"value":10,"literal":"14.0","eClass":"EEnumLiteral"},{"name":"JDK150","id":426,"value":11,"literal":"15.0","eClass":"EEnumLiteral"},{"name":"JDK160","id":427,"value":12,"literal":"16.0","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":"ecoreTypeParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":428,"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":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":429,"derived":false},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"name":"EMF22","id":433,"value":0,"literal":"2.2","eClass":"EEnumLiteral"},{"name":"EMF23","id":434,"value":1,"literal":"2.3","eClass":"EEnumLiteral"},{"name":"EMF24","id":435,"value":2,"literal":"2.4","eClass":"EEnumLiteral"},{"name":"EMF25","id":436,"value":3,"literal":"2.5","eClass":"EEnumLiteral"},{"name":"EMF26","id":437,"value":4,"literal":"2.6","eClass":"EEnumLiteral"},{"name":"EMF27","id":438,"value":5,"literal":"2.7","eClass":"EEnumLiteral"},{"name":"EMF28","id":439,"value":6,"literal":"2.8","eClass":"EEnumLiteral"},{"name":"EMF29","id":440,"value":7,"literal":"2.9","eClass":"EEnumLiteral"},{"name":"EMF210","id":441,"value":8,"literal":"2.10","eClass":"EEnumLiteral"},{"name":"EMF211","id":442,"value":9,"literal":"2.11","eClass":"EEnumLiteral"},{"name":"EMF212","id":443,"value":10,"literal":"2.12","eClass":"EEnumLiteral"},{"name":"EMF213","id":444,"value":11,"literal":"2.13","eClass":"EEnumLiteral"},{"name":"EMF214","id":445,"value":12,"literal":"2.14","eClass":"EEnumLiteral"},{"name":"EMF215","id":446,"value":13,"literal":"2.15","eClass":"EEnumLiteral"},{"name":"EMF216","id":447,"value":14,"literal":"2.16","eClass":"EEnumLiteral"},{"name":"EMF217","id":448,"value":15,"literal":"2.17","eClass":"EEnumLiteral"},{"name":"EMF218","id":449,"value":16,"literal":"2.18","eClass":"EEnumLiteral"},{"name":"EMF219","id":450,"value":17,"literal":"2.19","eClass":"EEnumLiteral"},{"name":"EMF220","id":451,"value":18,"literal":"2.20","eClass":"EEnumLiteral"},{"name":"EMF221","id":452,"value":19,"literal":"2.21","eClass":"EEnumLiteral"},{"name":"EMF222","id":453,"value":20,"literal":"2.22","eClass":"EEnumLiteral"},{"name":"EMF223","id":454,"value":21,"literal":"2.23","eClass":"EEnumLiteral"},{"name":"EMF224","id":455,"value":22,"literal":"2.24","eClass":"EEnumLiteral"},{"name":"IDE","id":456,"value":0,"literal":"IDE","eClass":"EEnumLiteral"},{"name":"RCP","id":457,"value":1,"literal":"RCP","eClass":"EEnumLiteral"},{"name":"RAP","id":458,"value":2,"literal":"RAP","eClass":"EEnumLiteral"},{"name":"GWT","id":459,"value":3,"literal":"GWT","eClass":"EEnumLiteral"},{"name":"None","id":460,"value":0,"literal":"None","eClass":"EEnumLiteral"},{"name":"Manual","id":461,"value":1,"literal":"Manual","eClass":"EEnumLiteral"},{"name":"Live","id":462,"value":2,"literal":"Live","eClass":"EEnumLiteral"},{"name":"Juno","id":463,"value":0,"literal":"Juno","eClass":"EEnumLiteral"},{"name":"Kepler","id":464,"value":1,"literal":"Kepler","eClass":"EEnumLiteral"},{"name":"Luna","id":465,"value":2,"literal":"Luna","eClass":"EEnumLiteral"},{"name":"Mars","id":466,"value":3,"literal":"Mars","eClass":"EEnumLiteral"},{"name":"Neon","id":467,"value":4,"literal":"Neon","eClass":"EEnumLiteral"},{"name":"Oxygen","id":468,"value":5,"literal":"Oxygen","eClass":"EEnumLiteral"},{"name":"Photon","id":469,"value":6,"literal":"Photon","eClass":"EEnumLiteral"},{"name":"Eclipse_2018_09","id":470,"value":7,"literal":"2018-09","eClass":"EEnumLiteral"},{"name":"Eclipse_2018_12","id":471,"value":8,"literal":"2018-12","eClass":"EEnumLiteral"},{"name":"Eclipse_2019_03","id":472,"value":9,"literal":"2019-03","eClass":"EEnumLiteral"},{"name":"Eclipse_2019_06","id":473,"value":10,"literal":"2019-06","eClass":"EEnumLiteral"},{"name":"Eclipse_2019_09","id":474,"value":11,"literal":"2019-09","eClass":"EEnumLiteral"},{"name":"Eclipse_2019_12","id":475,"value":12,"literal":"2019-12","eClass":"EEnumLiteral"},{"name":"Eclipse_2020_03","id":476,"value":13,"literal":"2020-03","eClass":"EEnumLiteral"},{"name":"Eclipse_2020_06","id":477,"value":14,"literal":"2020-06","eClass":"EEnumLiteral"},{"name":"Eclipse_2020_09","id":478,"value":15,"literal":"2020-09","eClass":"EEnumLiteral"},{"name":"Eclipse_2020_12","id":479,"value":16,"literal":"2020-12","eClass":"EEnumLiteral"},{"name":"UnnecessaryElse","id":480,"value":0,"literal":"UnnecessaryElse","eClass":"EEnumLiteral"},{"name":"SwitchMissingDefaultCase","id":481,"value":1,"literal":"SwitchMissingDefaultCase","eClass":"EEnumLiteral"},{"name":"UnnecessaryAssignmentBeforeReturn","id":482,"value":2,"literal":"UnnecessaryAssignmentBeforeReturn","eClass":"EEnumLiteral"},{"name":"UnnecessaryDeprecatedMethod","id":483,"value":3,"literal":"UnnecessaryDeprecatedMethod","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":1,"target":0},{"source":1,"target":5},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":1,"target":61},{"source":1,"target":62},{"source":1,"target":63},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":1,"target":70},{"source":1,"target":71},{"source":1,"target":72},{"source":1,"target":73},{"source":1,"target":74},{"source":1,"target":75},{"source":1,"target":76},{"source":1,"target":77},{"source":1,"target":78},{"source":1,"target":79},{"source":1,"target":80},{"source":1,"target":81},{"source":1,"target":82},{"source":1,"target":83},{"source":1,"target":84},{"source":1,"target":85},{"source":1,"target":86},{"source":1,"target":87},{"source":1,"target":88},{"source":1,"target":89},{"source":1,"target":90},{"source":1,"target":91},{"source":1,"target":92},{"source":1,"target":93},{"source":1,"target":94},{"source":1,"target":95},{"source":1,"target":96},{"source":1,"target":97},{"source":1,"target":98},{"source":1,"target":99},{"source":1,"target":100},{"source":1,"target":101},{"source":1,"target":102},{"source":1,"target":103},{"source":1,"target":104},{"source":1,"target":105},{"source":1,"target":106},{"source":1,"target":107},{"source":1,"target":108},{"source":1,"target":109},{"source":1,"target":110},{"source":1,"target":111},{"source":1,"target":112},{"source":1,"target":113},{"source":1,"target":114},{"source":1,"target":115},{"source":1,"target":116},{"source":1,"target":117},{"source":1,"target":118},{"source":1,"target":119},{"source":1,"target":120},{"source":1,"target":121},{"source":1,"target":122},{"source":27,"target":123},{"source":27,"target":1},{"source":28,"target":24},{"source":28,"target":124},{"source":28,"target":1},{"source":124,"target":24},{"source":29,"target":125},{"source":29,"target":1},{"source":30,"target":126},{"source":30,"target":1},{"source":31,"target":127},{"source":31,"target":1},{"source":32,"target":24},{"source":32,"target":128},{"source":32,"target":1},{"source":128,"target":24},{"source":33,"target":24},{"source":33,"target":129},{"source":33,"target":1},{"source":129,"target":24},{"source":34,"target":130},{"source":34,"target":1},{"source":35,"target":131},{"source":35,"target":1},{"source":36,"target":132},{"source":36,"target":1},{"source":37,"target":133},{"source":37,"target":1},{"source":38,"target":134},{"source":38,"target":1},{"source":39,"target":135},{"source":39,"target":1},{"source":40,"target":136},{"source":40,"target":1},{"source":41,"target":137},{"source":41,"target":1},{"source":42,"target":138},{"source":42,"target":1},{"source":43,"target":139},{"source":43,"target":1},{"source":44,"target":140},{"source":44,"target":1},{"source":45,"target":141},{"source":45,"target":1},{"source":46,"target":142},{"source":46,"target":1},{"source":47,"target":143},{"source":47,"target":1},{"source":48,"target":144},{"source":48,"target":1},{"source":49,"target":145},{"source":49,"target":1},{"source":50,"target":146},{"source":50,"target":1},{"source":51,"target":147},{"source":51,"target":1},{"source":52,"target":148},{"source":52,"target":1},{"source":53,"target":149},{"source":53,"target":1},{"source":54,"target":150},{"source":54,"target":1},{"source":55,"target":151},{"source":55,"target":1},{"source":56,"target":152},{"source":56,"target":1},{"source":57,"target":153},{"source":57,"target":1},{"source":58,"target":154},{"source":58,"target":1},{"source":59,"target":155},{"source":59,"target":1},{"source":60,"target":156},{"source":60,"target":1},{"source":61,"target":157},{"source":61,"target":1},{"source":62,"target":158},{"source":62,"target":1},{"source":63,"target":159},{"source":63,"target":1},{"source":64,"target":160},{"source":64,"target":1},{"source":65,"target":161},{"source":65,"target":1},{"source":66,"target":24},{"source":66,"target":162},{"source":66,"target":1},{"source":162,"target":24},{"source":67,"target":163},{"source":67,"target":1},{"source":68,"target":164},{"source":68,"target":1},{"source":69,"target":165},{"source":69,"target":1},{"source":70,"target":166},{"source":70,"target":1},{"source":71,"target":167},{"source":71,"target":1},{"source":72,"target":16},{"source":72,"target":168},{"source":72,"target":1},{"source":168,"target":16},{"source":73,"target":169},{"source":73,"target":1},{"source":74,"target":170},{"source":74,"target":1},{"source":75,"target":171},{"source":75,"target":1},{"source":76,"target":172},{"source":76,"target":1},{"source":77,"target":173},{"source":77,"target":1},{"source":78,"target":174},{"source":78,"target":1},{"source":79,"target":175},{"source":79,"target":1},{"source":80,"target":18},{"source":80,"target":176},{"source":80,"target":1},{"source":176,"target":18},{"source":81,"target":177},{"source":81,"target":1},{"source":82,"target":178},{"source":82,"target":1},{"source":83,"target":179},{"source":83,"target":1},{"source":84,"target":180},{"source":84,"target":1},{"source":85,"target":181},{"source":85,"target":1},{"source":86,"target":182},{"source":86,"target":1},{"source":87,"target":183},{"source":87,"target":1},{"source":88,"target":184},{"source":88,"target":1},{"source":89,"target":185},{"source":89,"target":1},{"source":90,"target":186},{"source":90,"target":1},{"source":91,"target":187},{"source":91,"target":1},{"source":92,"target":188},{"source":92,"target":1},{"source":93,"target":189},{"source":93,"target":1},{"source":94,"target":190},{"source":94,"target":1},{"source":95,"target":191},{"source":95,"target":1},{"source":96,"target":192},{"source":96,"target":1},{"source":97,"target":20},{"source":97,"target":193},{"source":97,"target":1},{"source":193,"target":20},{"source":98,"target":194},{"source":98,"target":1},{"source":99,"target":195},{"source":99,"target":1},{"source":100,"target":2},{"source":100,"target":196},{"source":100,"target":1},{"source":100,"target":197},{"source":196,"target":2},{"source":101,"target":2},{"source":101,"target":198},{"source":101,"target":1},{"source":198,"target":2},{"source":102,"target":199},{"source":102,"target":1},{"source":103,"target":200},{"source":103,"target":1},{"source":104,"target":201},{"source":104,"target":1},{"source":105,"target":202},{"source":105,"target":1},{"source":106,"target":21},{"source":106,"target":203},{"source":106,"target":1},{"source":203,"target":21},{"source":107,"target":204},{"source":107,"target":1},{"source":108,"target":205},{"source":108,"target":1},{"source":109,"target":22},{"source":109,"target":206},{"source":109,"target":1},{"source":206,"target":22},{"source":110,"target":207},{"source":110,"target":1},{"source":111,"target":208},{"source":111,"target":1},{"source":112,"target":209},{"source":112,"target":1},{"source":113,"target":23},{"source":113,"target":210},{"source":113,"target":1},{"source":210,"target":23},{"source":114,"target":211},{"source":114,"target":1},{"source":115,"target":212},{"source":115,"target":1},{"source":116,"target":213},{"source":116,"target":1},{"source":117,"target":214},{"source":117,"target":1},{"source":118,"target":215},{"source":118,"target":1},{"source":119,"target":216},{"source":119,"target":1},{"source":120,"target":217},{"source":120,"target":1},{"source":121,"target":26},{"source":121,"target":218},{"source":121,"target":1},{"source":218,"target":26},{"source":122,"target":5},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":219},{"source":2,"target":220},{"source":2,"target":221},{"source":2,"target":222},{"source":2,"target":223},{"source":2,"target":224},{"source":2,"target":225},{"source":2,"target":226},{"source":2,"target":227},{"source":2,"target":228},{"source":2,"target":229},{"source":2,"target":230},{"source":2,"target":231},{"source":2,"target":232},{"source":2,"target":233},{"source":2,"target":234},{"source":2,"target":235},{"source":2,"target":236},{"source":2,"target":237},{"source":2,"target":238},{"source":2,"target":239},{"source":2,"target":240},{"source":2,"target":241},{"source":2,"target":197},{"source":2,"target":242},{"source":2,"target":243},{"source":2,"target":244},{"source":2,"target":245},{"source":2,"target":246},{"source":2,"target":247},{"source":2,"target":248},{"source":2,"target":249},{"source":2,"target":250},{"source":219,"target":251},{"source":219,"target":2},{"source":220,"target":252},{"source":220,"target":2},{"source":221,"target":14},{"source":221,"target":253},{"source":221,"target":2},{"source":253,"target":14},{"source":222,"target":254},{"source":222,"target":2},{"source":223,"target":255},{"source":223,"target":2},{"source":224,"target":256},{"source":224,"target":2},{"source":225,"target":257},{"source":225,"target":2},{"source":226,"target":258},{"source":226,"target":2},{"source":227,"target":259},{"source":227,"target":2},{"source":228,"target":260},{"source":228,"target":2},{"source":229,"target":261},{"source":229,"target":2},{"source":230,"target":262},{"source":230,"target":2},{"source":231,"target":263},{"source":231,"target":2},{"source":232,"target":264},{"source":232,"target":2},{"source":233,"target":265},{"source":233,"target":2},{"source":234,"target":266},{"source":234,"target":2},{"source":235,"target":267},{"source":235,"target":2},{"source":236,"target":268},{"source":236,"target":2},{"source":237,"target":269},{"source":237,"target":2},{"source":238,"target":270},{"source":238,"target":2},{"source":239,"target":271},{"source":239,"target":2},{"source":240,"target":272},{"source":240,"target":2},{"source":241,"target":273},{"source":241,"target":2},{"source":197,"target":1},{"source":197,"target":274},{"source":197,"target":2},{"source":197,"target":100},{"source":274,"target":1},{"source":242,"target":6},{"source":242,"target":275},{"source":242,"target":2},{"source":275,"target":6},{"source":243,"target":9},{"source":243,"target":276},{"source":243,"target":2},{"source":276,"target":9},{"source":244,"target":3},{"source":244,"target":277},{"source":244,"target":2},{"source":277,"target":3},{"source":245,"target":2},{"source":245,"target":278},{"source":245,"target":2},{"source":278,"target":2},{"source":246,"target":8},{"source":246,"target":279},{"source":246,"target":2},{"source":246,"target":280},{"source":279,"target":8},{"source":247,"target":281},{"source":247,"target":2},{"source":248,"target":282},{"source":248,"target":2},{"source":249,"target":283},{"source":249,"target":2},{"source":250,"target":5},{"source":3,"target":0},{"source":3,"target":8},{"source":3,"target":284},{"source":3,"target":285},{"source":3,"target":286},{"source":3,"target":287},{"source":3,"target":288},{"source":3,"target":289},{"source":3,"target":290},{"source":3,"target":291},{"source":284,"target":12},{"source":284,"target":292},{"source":284,"target":3},{"source":292,"target":12},{"source":285,"target":293},{"source":285,"target":3},{"source":286,"target":294},{"source":286,"target":3},{"source":287,"target":295},{"source":287,"target":3},{"source":288,"target":4},{"source":288,"target":296},{"source":288,"target":3},{"source":288,"target":297},{"source":296,"target":4},{"source":289,"target":10},{"source":289,"target":298},{"source":289,"target":3},{"source":289,"target":299},{"source":298,"target":10},{"source":290,"target":4},{"source":290,"target":300},{"source":290,"target":3},{"source":300,"target":4},{"source":291,"target":8},{"source":4,"target":0},{"source":4,"target":15},{"source":4,"target":301},{"source":4,"target":302},{"source":4,"target":303},{"source":4,"target":304},{"source":4,"target":305},{"source":4,"target":306},{"source":4,"target":307},{"source":4,"target":308},{"source":4,"target":309},{"source":4,"target":297},{"source":4,"target":310},{"source":4,"target":311},{"source":4,"target":312},{"source":4,"target":313},{"source":4,"target":314},{"source":4,"target":315},{"source":4,"target":316},{"source":4,"target":317},{"source":301,"target":13},{"source":301,"target":318},{"source":301,"target":4},{"source":318,"target":13},{"source":302,"target":319},{"source":302,"target":4},{"source":303,"target":320},{"source":303,"target":4},{"source":304,"target":321},{"source":304,"target":4},{"source":305,"target":322},{"source":305,"target":4},{"source":306,"target":323},{"source":306,"target":4},{"source":307,"target":324},{"source":307,"target":4},{"source":308,"target":325},{"source":308,"target":4},{"source":309,"target":326},{"source":309,"target":4},{"source":297,"target":3},{"source":297,"target":327},{"source":297,"target":4},{"source":297,"target":288},{"source":327,"target":3},{"source":310,"target":328},{"source":310,"target":4},{"source":311,"target":329},{"source":311,"target":4},{"source":312,"target":330},{"source":312,"target":4},{"source":313,"target":331},{"source":313,"target":4},{"source":314,"target":332},{"source":314,"target":4},{"source":315,"target":333},{"source":315,"target":4},{"source":316,"target":25},{"source":316,"target":334},{"source":316,"target":4},{"source":334,"target":25},{"source":317,"target":15},{"source":5,"target":0},{"source":5,"target":335},{"source":5,"target":336},{"source":335,"target":17},{"source":335,"target":337},{"source":335,"target":5},{"source":335,"target":338},{"source":337,"target":17},{"source":338,"target":339},{"source":338,"target":335},{"source":336,"target":17},{"source":336,"target":340},{"source":336,"target":5},{"source":336,"target":341},{"source":340,"target":17},{"source":6,"target":0},{"source":6,"target":9},{"source":6,"target":342},{"source":6,"target":343},{"source":6,"target":344},{"source":6,"target":345},{"source":342,"target":346},{"source":342,"target":6},{"source":343,"target":347},{"source":343,"target":6},{"source":344,"target":7},{"source":344,"target":348},{"source":344,"target":6},{"source":344,"target":349},{"source":348,"target":7},{"source":345,"target":9},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":349},{"source":7,"target":350},{"source":7,"target":351},{"source":7,"target":352},{"source":349,"target":6},{"source":349,"target":353},{"source":349,"target":7},{"source":349,"target":344},{"source":353,"target":6},{"source":350,"target":354},{"source":350,"target":7},{"source":351,"target":355},{"source":351,"target":7},{"source":352,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":280},{"source":8,"target":356},{"source":8,"target":357},{"source":8,"target":358},{"source":280,"target":2},{"source":280,"target":359},{"source":280,"target":8},{"source":280,"target":246},{"source":359,"target":2},{"source":356,"target":19},{"source":356,"target":360},{"source":356,"target":8},{"source":360,"target":19},{"source":357,"target":361},{"source":357,"target":8},{"source":358,"target":5},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":362},{"source":9,"target":363},{"source":9,"target":364},{"source":9,"target":365},{"source":9,"target":366},{"source":362,"target":367},{"source":362,"target":9},{"source":363,"target":368},{"source":363,"target":9},{"source":364,"target":369},{"source":364,"target":9},{"source":365,"target":25},{"source":365,"target":370},{"source":365,"target":9},{"source":370,"target":25},{"source":366,"target":8},{"source":10,"target":0},{"source":10,"target":15},{"source":10,"target":299},{"source":10,"target":371},{"source":10,"target":372},{"source":10,"target":373},{"source":10,"target":374},{"source":10,"target":375},{"source":10,"target":376},{"source":299,"target":3},{"source":299,"target":377},{"source":299,"target":10},{"source":299,"target":289},{"source":377,"target":3},{"source":371,"target":378},{"source":371,"target":10},{"source":372,"target":11},{"source":372,"target":379},{"source":372,"target":10},{"source":372,"target":380},{"source":379,"target":11},{"source":373,"target":19},{"source":373,"target":381},{"source":373,"target":10},{"source":381,"target":19},{"source":374,"target":382},{"source":374,"target":10},{"source":375,"target":383},{"source":375,"target":10},{"source":376,"target":15},{"source":11,"target":0},{"source":11,"target":15},{"source":11,"target":380},{"source":11,"target":384},{"source":11,"target":385},{"source":380,"target":10},{"source":380,"target":386},{"source":380,"target":11},{"source":380,"target":372},{"source":386,"target":10},{"source":384,"target":387},{"source":384,"target":11},{"source":385,"target":15},{"source":12,"target":0},{"source":12,"target":388},{"source":12,"target":389},{"source":12,"target":390},{"source":388,"target":12},{"source":389,"target":12},{"source":390,"target":12},{"source":13,"target":0},{"source":13,"target":391},{"source":13,"target":392},{"source":13,"target":393},{"source":391,"target":13},{"source":392,"target":13},{"source":393,"target":13},{"source":14,"target":0},{"source":14,"target":394},{"source":14,"target":395},{"source":14,"target":396},{"source":14,"target":397},{"source":394,"target":14},{"source":395,"target":14},{"source":396,"target":14},{"source":397,"target":14},{"source":15,"target":0},{"source":15,"target":5},{"source":15,"target":398},{"source":15,"target":399},{"source":398,"target":400},{"source":398,"target":15},{"source":399,"target":5},{"source":16,"target":0},{"source":16,"target":401},{"source":16,"target":402},{"source":16,"target":403},{"source":16,"target":404},{"source":401,"target":16},{"source":402,"target":16},{"source":403,"target":16},{"source":404,"target":16},{"source":17,"target":0},{"source":17,"target":5},{"source":17,"target":405},{"source":17,"target":406},{"source":17,"target":341},{"source":17,"target":407},{"source":17,"target":408},{"source":17,"target":409},{"source":405,"target":410},{"source":405,"target":17},{"source":406,"target":411},{"source":406,"target":17},{"source":341,"target":5},{"source":341,"target":412},{"source":341,"target":17},{"source":341,"target":336},{"source":412,"target":5},{"source":407,"target":413},{"source":407,"target":17},{"source":408,"target":414},{"source":408,"target":17},{"source":409,"target":5},{"source":18,"target":0},{"source":18,"target":415},{"source":18,"target":416},{"source":18,"target":417},{"source":18,"target":418},{"source":18,"target":419},{"source":18,"target":420},{"source":18,"target":421},{"source":18,"target":422},{"source":18,"target":423},{"source":18,"target":424},{"source":18,"target":425},{"source":18,"target":426},{"source":18,"target":427},{"source":415,"target":18},{"source":416,"target":18},{"source":417,"target":18},{"source":418,"target":18},{"source":419,"target":18},{"source":420,"target":18},{"source":421,"target":18},{"source":422,"target":18},{"source":423,"target":18},{"source":424,"target":18},{"source":425,"target":18},{"source":426,"target":18},{"source":427,"target":18},{"source":19,"target":0},{"source":19,"target":5},{"source":19,"target":428},{"source":19,"target":429},{"source":19,"target":430},{"source":428,"target":431},{"source":428,"target":19},{"source":429,"target":432},{"source":429,"target":19},{"source":430,"target":5},{"source":20,"target":0},{"source":20,"target":433},{"source":20,"target":434},{"source":20,"target":435},{"source":20,"target":436},{"source":20,"target":437},{"source":20,"target":438},{"source":20,"target":439},{"source":20,"target":440},{"source":20,"target":441},{"source":20,"target":442},{"source":20,"target":443},{"source":20,"target":444},{"source":20,"target":445},{"source":20,"target":446},{"source":20,"target":447},{"source":20,"target":448},{"source":20,"target":449},{"source":20,"target":450},{"source":20,"target":451},{"source":20,"target":452},{"source":20,"target":453},{"source":20,"target":454},{"source":20,"target":455},{"source":433,"target":20},{"source":434,"target":20},{"source":435,"target":20},{"source":436,"target":20},{"source":437,"target":20},{"source":438,"target":20},{"source":439,"target":20},{"source":440,"target":20},{"source":441,"target":20},{"source":442,"target":20},{"source":443,"target":20},{"source":444,"target":20},{"source":445,"target":20},{"source":446,"target":20},{"source":447,"target":20},{"source":448,"target":20},{"source":449,"target":20},{"source":450,"target":20},{"source":451,"target":20},{"source":452,"target":20},{"source":453,"target":20},{"source":454,"target":20},{"source":455,"target":20},{"source":21,"target":0},{"source":21,"target":456},{"source":21,"target":457},{"source":21,"target":458},{"source":21,"target":459},{"source":456,"target":21},{"source":457,"target":21},{"source":458,"target":21},{"source":459,"target":21},{"source":22,"target":0},{"source":22,"target":460},{"source":22,"target":461},{"source":22,"target":462},{"source":460,"target":22},{"source":461,"target":22},{"source":462,"target":22},{"source":23,"target":0},{"source":23,"target":463},{"source":23,"target":464},{"source":23,"target":465},{"source":23,"target":466},{"source":23,"target":467},{"source":23,"target":468},{"source":23,"target":469},{"source":23,"target":470},{"source":23,"target":471},{"source":23,"target":472},{"source":23,"target":473},{"source":23,"target":474},{"source":23,"target":475},{"source":23,"target":476},{"source":23,"target":477},{"source":23,"target":478},{"source":23,"target":479},{"source":463,"target":23},{"source":464,"target":23},{"source":465,"target":23},{"source":466,"target":23},{"source":467,"target":23},{"source":468,"target":23},{"source":469,"target":23},{"source":470,"target":23},{"source":471,"target":23},{"source":472,"target":23},{"source":473,"target":23},{"source":474,"target":23},{"source":475,"target":23},{"source":476,"target":23},{"source":477,"target":23},{"source":478,"target":23},{"source":479,"target":23},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":480},{"source":26,"target":481},{"source":26,"target":482},{"source":26,"target":483},{"source":480,"target":26},{"source":481,"target":26},{"source":482,"target":26},{"source":483,"target":26}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name=""> <eClassifiers xsi:type="ecore:EClass" name="Person" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="age" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dad" eSuperTypes="#//Person"/> <eClassifiers xsi:type="ecore:EClass" name="Son" eSuperTypes="#//Person"/> </ecore:EPackage>
github:ecore:/data/classicwuhao/asmig/test/OCL/T2/T2.ecore
ecore
Person age Dad Son
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dad","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Son","instanceClass":null,"abstract":false,"id":3,"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":"age","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":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":4,"target":5},{"source":4,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":6},{"source":6,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":7},{"source":7,"target":1}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="FederationOffice" nsURI="http://www.panlab.org/FederationOffice" nsPrefix="org.panlab.FederationOffice"> <eClassifiers xsi:type="ecore:EEnum" name="VTStatus"> <eLiterals name="NEW"/> <eLiterals name="REQUESTED" value="1"/> <eLiterals name="SCHEDULED_PROVISIONING" value="2" literal="SCHEDULED_PROVISIONING"/> <eLiterals name="MODIFIED" value="3"/> <eLiterals name="REJECTED" value="4"/> <eLiterals name="RUNNING" value="5" literal="RUNNING"/> <eLiterals name="PROVISIONING" value="6" literal="PROVISIONING"/> <eLiterals name="SHUT_DOWN" value="7" literal="SHUT_DOWN"/> <eLiterals name="DELETED" value="8" literal="DELETED"/> <eLiterals name="SHUTTING_DOWN" value="9" literal="SHUTTING_DOWN"/> <eLiterals name="SCHEDULED_SHUT_DOWN" value="10" literal="SCHEDULED_SHUT_DOWN"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Office" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The class representing an office. Usually will be a singleton class&#xD;&#xA;It could be also from NDL: Administrative Domain, the organization that actually controls and provisions the resources, such as network resources and computing resources. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="registeredUsers" upperBound="-1" eType="#//users/OfficeUser" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contributedTaxonomies" upperBound="-1" eType="#//services/Taxonomy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="offeredServices" upperBound="-1" eType="#//services/OfferedService" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="availableFederationScenarios" upperBound="-1" eType="#//federationscenarios/RequestedFederationScenario" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="offeredServiceCompositions" upperBound="-1" eType="#//services/ServiceComposition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ResourceServiceContracts" upperBound="-1" eType="#//availabilityContract/ResourceServiceContract" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="SLAs" upperBound="-1" eType="#//slareservations/SLA" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="APIGateway" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uniqueID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eSubpackages name="users" nsURI="http://www.panlab.org/FederationOffice/model/users" nsPrefix="org.panlab.FederationOffice.model.users"> <eClassifiers xsi:type="ecore:EClass" name="Account" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="username" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="authorizationKey" eType="#//fcielements/AuthorizationKey" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourcesProvider" eSuperTypes="#//users/OfficeUser"> <eStructuralFeatures xsi:type="ecore:EReference" name="offeredSiteList" upperBound="-1" eType="#//providersite/Site" containment="true" eOpposite="#//providersite/Site/belongsToProvider"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestbedDesigner" eSuperTypes="#//users/OfficeUser"> <eStructuralFeatures xsi:type="ecore:EReference" name="designsVirtualTestbeds" upperBound="-1" eType="#//federationscenarios/RequestedFederationScenario"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Admin" eSuperTypes="#//users/OfficePersonel"/> <eClassifiers xsi:type="ecore:EClass" name="OfficeCustomer" eSuperTypes="#//users/OfficeUser"> <eStructuralFeatures xsi:type="ecore:EReference" name="utilizesVirtualTestbed" upperBound="-1" eType="#//federationscenarios/RequestedFederationScenario"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasTestbedDesigner" eType="#//users/TestbedDesigner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OfficeUser" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasAccount" eType="#//users/Account" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="organization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="telephone" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OfficePersonel" eSuperTypes="#//users/OfficeUser"/> </eSubpackages> <eSubpackages name="resources" nsURI="http://www.panlab.org/FederationOffice/model/resources" nsPrefix="org.panlab.FederationOffice.model.resources"> <eClassifiers xsi:type="ecore:EClass" name="Resource" eSuperTypes="#//NamedElement"> <eOperations name="getFullQualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceSettings" upperBound="-1" eType="#//resources/ResourceSetting" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contributesToCategories" upperBound="-1" eType="#//resources/ResourceCategory" eOpposite="#//resources/ResourceCategory/resourcelist"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiresResources" upperBound="-1" eType="#//resources/Resource"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A resource requires another resources Rb to be present in the scenario in order to be able to operate"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OfferedResource" eSuperTypes="#//resources/Resource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceType" eType="#//resources/ResourceType" defaultValueLiteral="SINGLETON"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="resourceType can be SINGLETON or MULTITON"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="belongsToSite" eType="#//providersite/Site" eOpposite="#//providersite/Site/offeredResourcesList"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implOfferedService" eType="#//services/Service"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multitonMaxOccur" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If MULTITON type then this value has a meaning. For example&#xD;&#xA;suppose that UoP has a Dynamic Resource that can offer until 20 Virtual Machines. So this Offered Resource might be instantiated until 20 times&#xD;&#xA;Default will be -1 which means unlimited instances"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="geocoords" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceSetting" eSuperTypes="#//services/AbstractSetting"> <eStructuralFeatures xsi:type="ecore:EReference" name="OnlyConfiguredByResources" upperBound="-1" eType="#//resources/Resource"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="OnlyConfiguredByResources shows that this ResourceSetting can be configured by only other ResourceSetting of the OnlyConfiguredByResources list"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="implServiceSetting" eType="#//services/ServiceSetting"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceCategory" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourcelist" upperBound="-1" eType="#//resources/Resource" eOpposite="#//resources/Resource/contributesToCategories"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ResourceType"> <eLiterals name="SINGLETON"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Singleton Resource:&#xD;&#xA;One VT can use it each time; &#xD;&#xA;CAN be reserved; &#xD;&#xA;installation fee + rent fee&#xD;&#xA;For example Asterisk server of UoP &#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> </eLiterals> <eLiterals name="MULTITON" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Multiton resource:&#xD;&#xA;Many testbeds can &quot;instantiate&quot; the same resource, but when instantiated each instance is unique; &#xD;&#xA;CANNOT be reserved; Although availability might be affected by multitonMaxOccur &#xD;&#xA;optional installation fee + optional rent fee&#xD;&#xA;For example VOIP_UA , or a resource which installs a software on a machine which can be anywhere just given only ie ssh access"/> </eAnnotations> </eLiterals> </eClassifiers> </eSubpackages> <eSubpackages name="networkelements" nsURI="http://www.panlab.org/FederationOffice/model/networkelements" nsPrefix="org.panlab.FederationOffice.model.networkelements"> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//networkelements/NetworkElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Device, a physical network device. &#xD;&#xA;"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NetworkElement" eSuperTypes="#//NamedElement"/> </eSubpackages> <eSubpackages name="providersite" nsURI="http://www.panlab.org/FederationOffice/model/providersite" nsPrefix="org.panlab.FederationOffice.model.providersite"> <eClassifiers xsi:type="ecore:EClass" name="PTM" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="IP" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="belongsToSite" eType="#//providersite/Site" eOpposite="#//providersite/Site/ptm"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IGW" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="belongsToSite" eType="#//providersite/Site" eOpposite="#//providersite/Site/igwlist"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="IP" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Site" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ptm" lowerBound="1" eType="#//providersite/PTM" containment="true" eOpposite="#//providersite/PTM/belongsToSite"/> <eStructuralFeatures xsi:type="ecore:EReference" name="igwlist" lowerBound="1" upperBound="-1" eType="#//providersite/IGW" containment="true" eOpposite="#//providersite/IGW/belongsToSite"/> <eStructuralFeatures xsi:type="ecore:EReference" name="locatedAt" lowerBound="1" eType="#//providersite/SiteLocation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="offeredResourcesList" upperBound="-1" eType="#//resources/OfferedResource" containment="true" eOpposite="#//resources/OfferedResource/belongsToSite"/> <eStructuralFeatures xsi:type="ecore:EReference" name="belongsToProvider" eType="#//users/ResourcesProvider" eOpposite="#//users/ResourcesProvider/offeredSiteList"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SiteLocation" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="geocoords" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> <eSubpackages name="slareservations" nsURI="http://www.panlab.org/FederationOffice/model/slareservations" nsPrefix="org.panlab.FederationOffice.model.slareservations"> <eClassifiers xsi:type="ecore:EClass" name="SLA" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ReservedRsources" upperBound="-1" eType="#//slareservations/ReservedResourceContract" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forVT" eType="#//federationscenarios/RequestedFederationScenario"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ValidFrom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ValidUntil" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReservedResourceContract" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ValidFrom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forResource" eType="#//resources/OfferedResource"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ValidUntil" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> </eSubpackages> <eSubpackages name="federationscenarios" nsURI="http://www.panlab.org/FederationOffice/model/federationscenarios" nsPrefix="org.panlab.FederationOffice.model.federationscenarios"> <eClassifiers xsi:type="ecore:EClass" name="RequestedFederationScenario" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Just an offerting of the office. A collection of VT that VT designers can implement but always the office owns"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isShared" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//VTStatus"/> <eStructuralFeatures xsi:type="ecore:EReference" name="VTCredentials" eType="#//federationscenarios/Credentials" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="servicesRequest" eType="#//federationscenarios/ServicesRequest" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="infrastructureRequest" eType="#//federationscenarios/InfrastructureRequest" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scheduledPlan" eType="#//federationscenarios/ScheduledPlan" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//federationscenarios/Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="runtimeInfo" eType="#//experimentRuntime/RuntimeElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceRequest" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="refService" lowerBound="1" eType="#//services/Service"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="namespace" value=""/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="OfferedByProviders" eType="#//users/ResourcesProvider"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reqServiceSettings" upperBound="-1" eType="#//federationscenarios/ServiceSettingInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numOfServices" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceRequest" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="refOfferedResource" lowerBound="1" eType="#//resources/OfferedResource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reqResourceSettings" upperBound="-1" eType="#//federationscenarios/ResourceSettingInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="runtimeInfo" eType="#//experimentRuntime/RuntimeElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SettingInstance" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="staticValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignSetting" upperBound="-1" eType="#//federationscenarios/SettingInstance"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Assignments work differently from VCT tool. in vct tool the arrows are references.. where in us assign means that the assignedSetting value is the source and the current element Setting is the consumer target&#xD;&#xA;This allows us to assign in a Setting Instance many source Setting values from other Services/Resource&#xD;&#xA;For example: Assume That we have a Setting of a Service that accepts an arbitrary list of IPs. Then we can have&#xD;&#xA;Setting &quot;myIPList&quot;: myIPlist assign &quot;machine1.IP&quot;, &quot;machine2.IP&quot;, &quot;machine3.IP&quot;"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceSettingInstance" eSuperTypes="#//federationscenarios/SettingInstance"> <eStructuralFeatures xsi:type="ecore:EReference" name="refServiceSetting" lowerBound="1" eType="#//services/ServiceSetting"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceSettingInstance" eSuperTypes="#//federationscenarios/SettingInstance"> <eStructuralFeatures xsi:type="ecore:EReference" name="refResourceSetting" lowerBound="1" eType="#//resources/ResourceSetting"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Credentials" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="username" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServicesRequest" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceRequestList" upperBound="-1" eType="#//federationscenarios/ServiceRequest" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfrastructureRequest" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="reqOfferedResources" upperBound="-1" eType="#//federationscenarios/ResourceRequest" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceGroups" upperBound="-1" eType="#//federationscenarios/ResourceGroup" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScheduledPlan"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ValidFrom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ValidUntil" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceGroup" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="groupedResources" upperBound="-1" eType="#//federationscenarios/ResourceRequest"/> </eClassifiers> </eSubpackages> <eSubpackages name="services" nsURI="http://www.panlab.org/FederationOffice/model/services" nsPrefix="org.panlab.FederationOffice.model.services"> <eClassifiers xsi:type="ecore:EClass" name="Service" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing services &#xD;&#xA;e.g. a MySQL server. The MySQL server might be &quot;providedByResources&quot; by &quot;any one&quot; of uopMySQL, FokusMySQL, etc&#xD;&#xA;Bettet to inherit this class and live services even maybe unimplemented. (not abstract yet thoug)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceSettings" upperBound="-1" eType="#//services/ServiceSetting" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiresServices" upperBound="-1" eType="#//services/Service"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A service Sa requires another service Sb to be present in the scenario in order to be able to operate"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceSetting" eSuperTypes="#//services/AbstractSetting"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Service setting that a service has.&#xD;&#xA;For example &quot;MySQLserver&quot; service has a setting &quot;mUser&quot;.&#xD;&#xA;This setting later can be mapped to another Offered resource's setting.&#xD;&#xA;Example:&#xD;&#xA;The &quot;MySQLserver&quot; service might be &quot;providedByResources&quot; (anyone of) uopMySQL, FokusMySQL, etc&#xD;&#xA;So if uopMySQL offeredResource, has a setting &quot;uopMyUser&quot; then&quot;mUser&quot; is mapped to &quot;uopMyUser&quot; of uopMySQL.&#xD;&#xA;Also if FokusMySQL offeredResource, has a setting &quot;fokusMyUser&quot; then&quot;mUser&quot; is mapped to &quot;fokusMyUser&quot; of FokusMySQL.&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="mappedToResourceSettings" upperBound="-1" eType="#//resources/ResourceSetting"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providedByResources" upperBound="-1" eType="#//resources/Resource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OfferedService" eSuperTypes="#//services/Service"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing Offered services by the office.&#xD;&#xA;e.g. a MySQL server. The MySQL server might be &quot;providedByResources&quot; by &quot;any one&quot; of uopMySQL, FokusMySQL, etc&#xD;&#xA;"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceComposition" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Representing Offered ready composed services by the office.&#xD;&#xA;e.g. an IMS network and services. The IMS has a list of services like an HSS , presence server, etc. &#xD;&#xA;When a user asks for an IMS service, the fed will locate any of each service (HSS , presence server) even on different provider locations although might give priority on an IMS ServiceComposition from a single provide to enhance speed, provisioning, etc&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="hasServices" upperBound="-1" eType="#//services/Service"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SettingType" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="tideTypeString" eSuperTypes="#//services/SettingType"> <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="tideTypeEnum" eSuperTypes="#//services/SettingType"> <eStructuralFeatures xsi:type="ecore:EReference" name="tideEnumlist" upperBound="-1" eType="#//services/tideTypeEnumItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//services/tideTypeEnumItem"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="tideTypeList" eSuperTypes="#//services/SettingType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ContainsElementsOf" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="tideTypeEnumItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="tideTypeTideElement" eSuperTypes="#//services/SettingType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ofTideElement" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Taxonomy" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="taxonomies" upperBound="-1" eType="#//services/Taxonomy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1" eType="#//resources/ResourceCategory" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasScenarios" upperBound="-1" eType="#//federationscenarios/RequestedFederationScenario"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasServices" upperBound="-1" eType="#//services/Service"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractSetting" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="settingType" eType="#//services/SettingType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userExposed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userEditable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="canBePublished" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Readable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Writable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="settingConstraints" upperBound="-1" eType="#//services/SettingConstraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiresParams" upperBound="-1" eType="#//services/AbstractSetting"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="-&#x9;A parameter Pa of a resource/service Ra requires a parameter(s) Pb of another Resource/Service Rb"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Optional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="displays if this is an optional value for the user to set"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SettingConstraint" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ForOperation" eType="#//services/ServiceResourceOperation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="AvailableAfterOperation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="-&#x9;if set A parameter is available only after a certain CRUD operation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="RequiredBeforeOperation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="-&#x9;If set A parameter must be present, must have a not null value before a CRUD operation"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ServiceResourceOperation"> <eLiterals name="OP_CREATE"/> <eLiterals name="OP_READ" value="1"/> <eLiterals name="OP_UPDATE" value="2"/> <eLiterals name="OP_DELETE" value="3"/> </eClassifiers> </eSubpackages> <eSubpackages name="settingdependencies" nsURI="http://www.panlab.org/FederationOffice/model/settingdependencies" nsPrefix="org.panlab.FederationOffice.model.settingdependencies"/> <eSubpackages name="availabilityContract" nsURI="http://www.panlab.org/FederationOffice/model/availabilitycontract" nsPrefix="org.panlab.FederationOffice.model.availabilitycontract"> <eClassifiers xsi:type="ecore:EClass" name="ResourceServiceContract" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="forOfferedService" lowerBound="1" eType="#//services/Service"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forOfferedResource" lowerBound="1" eType="#//resources/OfferedResource"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="StartDate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="EndDate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="availability" eType="#//availabilityContract/Availability" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Availability"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="FromTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ToTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cost" eType="#//availabilityContract/Cost" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="FromDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ToDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Repeatability" eType="#//availabilityContract/RepatabilityScheme"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Repeat" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="RepeatUntil" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cost"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="perUnit" eType="#//availabilityContract/costUnit"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Amount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="costUnit"> <eLiterals name="MIN"/> <eLiterals name="HOUR" value="1"/> <eLiterals name="DAY" value="2"/> <eLiterals name="USAGE" value="3"/> <eLiterals name="OTHER" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RepatabilityScheme"> <eLiterals name="DAILY"/> <eLiterals name="WEEKLY" value="1"/> <eLiterals name="MONTHLY" value="2"/> <eLiterals name="YEARLY" value="3"/> </eClassifiers> </eSubpackages> <eSubpackages name="uiObjects" nsURI="http://www.panlab.org/FederationOffice/model/uiObjects" nsPrefix="org.panlab.FederationOffice.model.uiObjects"> <eClassifiers xsi:type="ecore:EClass" name="ui_TaxonomyTreeItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="parentNode" eType="#//uiObjects/ui_TaxonomyTreeItem"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="DisplayName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childNodes" upperBound="-1" eType="#//uiObjects/ui_TaxonomyTreeItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="officeElement" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OfficeManager"> <eStructuralFeatures xsi:type="ecore:EReference" name="officesRef" upperBound="-1" eType="#//Office"/> </eClassifiers> </eSubpackages> <eSubpackages name="experimentRuntime" nsURI="http://www.panlab.org/FederationOffice/model/experimentRuntime" nsPrefix="org.panlab.FederationOffice.model.experimentRuntime"> <eClassifiers xsi:type="ecore:EClass" name="RuntimeElement" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//experimentRuntime/RuntimeElementStatus"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="GUID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RuntimeElementStatus"> <eLiterals name="NOT_EXISTS"/> <eLiterals name="ONLINE" value="1"/> <eLiterals name="OFFLINE" value="2"/> <eLiterals name="STARTING" value="3"/> <eLiterals name="STOPPING" value="4"/> <eLiterals name="UPDATING" value="5"/> <eLiterals name="ERROR" value="6"/> <eLiterals name="UNKNOWN" value="7"/> <eLiterals name="INITIALIZING" value="8" literal="INITIALIZING"/> <eLiterals name="WAITING" value="9" literal="WAITING"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RunningScenarios"> <eStructuralFeatures xsi:type="ecore:EReference" name="requestedScenarios" upperBound="-1" eType="#//federationscenarios/RequestedFederationScenario"/> </eClassifiers> </eSubpackages> <eSubpackages name="extensionInterfaces" nsURI="http://www.panlab.org/FederationOffice/model/extensionInterfaces" nsPrefix="org.panlab.FederationOffice.model.extensionInterfaces"> <eClassifiers xsi:type="ecore:EClass" name="IOfficeRepository" abstract="true" interface="true"> <eOperations name="getName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="LoadScenario"> <eParameters name="fedScenario" eType="#//federationscenarios/RequestedFederationScenario"/> </eOperations> <eOperations name="registerOfficeRepositoryListener"> <eParameters name="listener" eType="#//extensionInterfaces/IOfficeRepositoryListener"/> </eOperations> <eOperations name="loadOffices" upperBound="-1" eType="#//Office"/> <eOperations name="getOffices" upperBound="-1" eType="#//Office"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IOfficeRepositoryListener" abstract="true" interface="true"> <eOperations name="RepositoryChanged"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IProvisionResource" abstract="true" interface="true"> <eOperations name="provisionResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="officeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> <eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/> </eOperations> <eOperations name="supportsOffice" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="officeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getSupportedOfficeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="deleteResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="officeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> <eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/> </eOperations> <eOperations name="updateResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="officeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> <eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/> <eParameters name="assignedSetting" eType="#//federationscenarios/ResourceSettingInstance"/> </eOperations> <eOperations name="readResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="officeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> <eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/> <eParameters name="assignedSetting" eType="#//federationscenarios/ResourceSettingInstance"/> <eParameters name="forceUpdate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IWorkflowEngine" abstract="true" interface="true"> <eOperations name="getEngineName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getRunningScenarios" eType="#//experimentRuntime/RunningScenarios"/> <eOperations name="ScheduleScenario"> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> </eOperations> <eOperations name="ShutDownScenario"> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> </eOperations> <eOperations name="DeletePermanentlyScenario"> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> </eOperations> <eOperations name="ShutDownResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> <eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/> </eOperations> <eOperations name="UpdateResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> <eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/> <eParameters name="assignedSetting" eType="#//federationscenarios/ResourceSettingInstance"/> </eOperations> <eOperations name="ReadResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="scenario" eType="#//federationscenarios/RequestedFederationScenario"/> <eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/> <eParameters name="assignedSetting" eType="#//federationscenarios/ResourceSettingInstance"/> <eParameters name="forceUpdate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IProvisioningJobListener" abstract="true" interface="true"> <eOperations name="initialize"> <eParameters name="source" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eOperations name="eventOccured"> <eParameters name="event" eType="#//extensionInterfaces/IProvisioningJobEvent"/> </eOperations> <eOperations name="terminate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IProvisioningJobEvent" abstract="true" interface="true"> <eOperations name="statusChangedOnScenario" eType="#//federationscenarios/RequestedFederationScenario"/> <eOperations name="statusChangedOnResource" eType="#//federationscenarios/ResourceRequest"/> </eClassifiers> </eSubpackages> <eSubpackages name="fcielements" nsURI="http://www.panlab.org/FederationOffice/model/FCIElements" nsPrefix="org.panlab.FederationOffice.model.FCIElements"> <eClassifiers xsi:type="ecore:EClass" name="IFCIService" abstract="true" interface="true"> <eOperations name="getOffice" eType="#//Office"> <eParameters name="username" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="forceRefresh" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="CreateResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="scenario" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="providerAlias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="resourceTypeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/> </eOperations> <eOperations name="UpdateResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="scenario" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="providerAlias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="resourceTypeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="runtimeID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/> </eOperations> <eOperations name="DeleteResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="scenario" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="providerAlias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="resourceTypeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="runtimeID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="resourceReq" eType="#//federationscenarios/ResourceRequest"/> </eOperations> <eOperations name="getParameterValueOfResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="scenario" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="providerAlias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="runtimeID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="paramName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getOffice" eType="#//Office"> <eParameters name="authorizationKey" eType="#//fcielements/AuthorizationKey"/> <eParameters name="forceRefresh" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="office" eType="#//Office"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FCICredentials"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="username" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="credoptions" upperBound="-1" eType="#//fcielements/StringToStringMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AuthorizationKey"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="username" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="credentials" eType="#//fcielements/FCICredentials" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToStringMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/ctranoris/fstoolkit/org.panlab.software.office.model/model/FederationOffice.ecore
ecore
FederationOffice VTStatus NEW NEW REQUESTED REQUESTED SCHEDULED_PROVISIONING SCHEDULED_PROVISIONING MODIFIED MODIFIED REJECTED REJECTED RUNNING RUNNING PROVISIONING PROVISIONING SHUT_DOWN SHUT_DOWN DELETED DELETED SHUTTING_DOWN SHUTTING_DOWN SCHEDULED_SHUT_DOWN SCHEDULED_SHUT_DOWN Office registeredUsers contributedTaxonomies offeredServices availableFederationScenarios offeredServiceCompositions ResourceServiceContracts SLAs resourceURI APIGateway NamedElement name id description uniqueID users Account password username authorizationKey ResourcesProvider offeredSiteList TestbedDesigner designsVirtualTestbeds Admin OfficeCustomer utilizesVirtualTestbed hasTestbedDesigner OfficeUser hasAccount organization address telephone OfficePersonel resources Resource getFullQualifiedName resourceSettings contributesToCategories requiresResources OfferedResource resourceType SINGLETON belongsToSite implOfferedService multitonMaxOccur -1 geocoords ResourceSetting OnlyConfiguredByResources implServiceSetting ResourceCategory resourcelist ResourceType SINGLETON SINGLETON MULTITON MULTITON networkelements Device NetworkElement providersite PTM IP belongsToSite IGW belongsToSite IP Site ptm igwlist locatedAt offeredResourcesList belongsToProvider SiteLocation address geocoords slareservations SLA ReservedRsources forVT ValidFrom ValidUntil ReservedResourceContract ValidFrom forResource ValidUntil federationscenarios RequestedFederationScenario isShared status VTCredentials servicesRequest infrastructureRequest scheduledPlan imports runtimeInfo ServiceRequest refService OfferedByProviders reqServiceSettings numOfServices ResourceRequest refOfferedResource reqResourceSettings runtimeInfo SettingInstance staticValue assignSetting ServiceSettingInstance refServiceSetting ResourceSettingInstance refResourceSetting Credentials username password ServicesRequest serviceRequestList InfrastructureRequest reqOfferedResources resourceGroups ScheduledPlan ValidFrom ValidUntil Import importURI ResourceGroup groupedResources services Service serviceSettings requiresServices ServiceSetting mappedToResourceSettings providedByResources OfferedService ServiceComposition hasServices SettingType tideTypeString defaultValue tideTypeEnum tideEnumlist defaultValue tideTypeList ContainsElementsOf tideTypeEnumItem value description tideTypeTideElement ofTideElement Taxonomy taxonomies categories hasScenarios hasServices AbstractSetting settingType userExposed userEditable canBePublished Readable false Writable false settingConstraints requiresParams Optional SettingConstraint ForOperation AvailableAfterOperation RequiredBeforeOperation ServiceResourceOperation OP_CREATE OP_CREATE OP_READ OP_READ OP_UPDATE OP_UPDATE OP_DELETE OP_DELETE settingdependencies availabilityContract ResourceServiceContract forOfferedService forOfferedResource StartDate EndDate availability Availability FromTime ToTime cost FromDate ToDate Repeatability Repeat RepeatUntil Cost perUnit Amount costUnit MIN MIN HOUR HOUR DAY DAY USAGE USAGE OTHER OTHER RepatabilityScheme DAILY DAILY WEEKLY WEEKLY MONTHLY MONTHLY YEARLY YEARLY uiObjects ui_TaxonomyTreeItem parentNode DisplayName childNodes officeElement OfficeManager officesRef experimentRuntime RuntimeElement status GUID context RuntimeElementStatus NOT_EXISTS NOT_EXISTS ONLINE ONLINE OFFLINE OFFLINE STARTING STARTING STOPPING STOPPING UPDATING UPDATING ERROR ERROR UNKNOWN UNKNOWN INITIALIZING INITIALIZING WAITING WAITING RunningScenarios requestedScenarios extensionInterfaces IOfficeRepository getName LoadScenario fedScenario registerOfficeRepositoryListener listener loadOffices getOffices IOfficeRepositoryListener RepositoryChanged IProvisionResource provisionResource officeName scenario resourceReq supportsOffice officeName getSupportedOfficeName deleteResource officeName scenario resourceReq updateResource officeName scenario resourceReq assignedSetting readResource officeName scenario resourceReq assignedSetting forceUpdate IWorkflowEngine getEngineName getRunningScenarios ScheduleScenario scenario ShutDownScenario scenario DeletePermanentlyScenario scenario ShutDownResource scenario resourceReq UpdateResource scenario resourceReq assignedSetting ReadResource scenario resourceReq assignedSetting forceUpdate IProvisioningJobListener initialize source eventOccured event terminate IProvisioningJobEvent statusChangedOnScenario statusChangedOnResource fcielements IFCIService getOffice username password forceRefresh CreateResource scenario providerAlias resourceTypeName resourceReq UpdateResource scenario providerAlias resourceTypeName runtimeID resourceReq DeleteResource scenario providerAlias resourceTypeName runtimeID resourceReq getParameterValueOfResource scenario providerAlias runtimeID paramName getOffice authorizationKey forceRefresh office FCICredentials username password credoptions AuthorizationKey username password credentials StringToStringMap java.util.Map$Entry java.util.Map$Entry key value
null
{"directed":true,"nodes":[{"nsPrefix":"org.panlab.FederationOffice","nsURI":"http://www.panlab.org/FederationOffice","name":"FederationOffice","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VTStatus","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Office","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"nsPrefix":"org.panlab.FederationOffice.model.users","nsURI":"http://www.panlab.org/FederationOffice/model/users","name":"users","id":4,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.resources","nsURI":"http://www.panlab.org/FederationOffice/model/resources","name":"resources","id":5,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.networkelements","nsURI":"http://www.panlab.org/FederationOffice/model/networkelements","name":"networkelements","id":6,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.providersite","nsURI":"http://www.panlab.org/FederationOffice/model/providersite","name":"providersite","id":7,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.slareservations","nsURI":"http://www.panlab.org/FederationOffice/model/slareservations","name":"slareservations","id":8,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.federationscenarios","nsURI":"http://www.panlab.org/FederationOffice/model/federationscenarios","name":"federationscenarios","id":9,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.services","nsURI":"http://www.panlab.org/FederationOffice/model/services","name":"services","id":10,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.settingdependencies","nsURI":"http://www.panlab.org/FederationOffice/model/settingdependencies","name":"settingdependencies","id":11,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.availabilitycontract","nsURI":"http://www.panlab.org/FederationOffice/model/availabilitycontract","name":"availabilityContract","id":12,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.uiObjects","nsURI":"http://www.panlab.org/FederationOffice/model/uiObjects","name":"uiObjects","id":13,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.experimentRuntime","nsURI":"http://www.panlab.org/FederationOffice/model/experimentRuntime","name":"experimentRuntime","id":14,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.extensionInterfaces","nsURI":"http://www.panlab.org/FederationOffice/model/extensionInterfaces","name":"extensionInterfaces","id":15,"eClass":"EPackage"},{"nsPrefix":"org.panlab.FederationOffice.model.FCIElements","nsURI":"http://www.panlab.org/FederationOffice/model/FCIElements","name":"fcielements","id":16,"eClass":"EPackage"},{"name":"NEW","id":17,"value":0,"literal":"NEW","eClass":"EEnumLiteral"},{"name":"REQUESTED","id":18,"value":1,"literal":"REQUESTED","eClass":"EEnumLiteral"},{"name":"SCHEDULED_PROVISIONING","id":19,"value":2,"literal":"SCHEDULED_PROVISIONING","eClass":"EEnumLiteral"},{"name":"MODIFIED","id":20,"value":3,"literal":"MODIFIED","eClass":"EEnumLiteral"},{"name":"REJECTED","id":21,"value":4,"literal":"REJECTED","eClass":"EEnumLiteral"},{"name":"RUNNING","id":22,"value":5,"literal":"RUNNING","eClass":"EEnumLiteral"},{"name":"PROVISIONING","id":23,"value":6,"literal":"PROVISIONING","eClass":"EEnumLiteral"},{"name":"SHUT_DOWN","id":24,"value":7,"literal":"SHUT_DOWN","eClass":"EEnumLiteral"},{"name":"DELETED","id":25,"value":8,"literal":"DELETED","eClass":"EEnumLiteral"},{"name":"SHUTTING_DOWN","id":26,"value":9,"literal":"SHUTTING_DOWN","eClass":"EEnumLiteral"},{"name":"SCHEDULED_SHUT_DOWN","id":27,"value":10,"literal":"SCHEDULED_SHUT_DOWN","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":"registeredUsers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contributedTaxonomies","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":"offeredServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"availableFederationScenarios","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":"offeredServiceCompositions","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":"ResourceServiceContracts","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":"SLAs","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":"resourceURI","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"APIGateway","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OfficeUser","instanceClass":null,"abstract":true,"id":38,"interface":false,"eClass":"EClass"},{"id":39,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Taxonomy","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"id":41,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OfferedService","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"id":43,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequestedFederationScenario","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"id":45,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceComposition","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"id":47,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceServiceContract","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"id":49,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SLA","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uniqueID","changeable":true,"lowerBound":0,"iD":true,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Account","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourcesProvider","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestbedDesigner","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Admin","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OfficeCustomer","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OfficePersonel","instanceClass":null,"abstract":false,"id":67,"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":"password","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"username","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"authorizationKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuthorizationKey","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offeredSiteList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Site","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"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":false,"unique":true,"name":"belongsToProvider","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"designsVirtualTestbeds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"utilizesVirtualTestbed","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasTestbedDesigner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasAccount","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"organization","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":"address","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":"telephone","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OfferedResource","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceSetting","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceCategory","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResourceType","instanceClass":null,"id":104,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFullQualifiedName","lowerBound":0,"id":105,"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":"resourceSettings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contributesToCategories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiresResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourcelist","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"SINGLETON","unsettable":false,"transient":false,"unique":true,"name":"resourceType","changeable":true,"lowerBound":0,"iD":false,"id":115,"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":"belongsToSite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implOfferedService","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"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":"multitonMaxOccur","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"geocoords","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"offeredResourcesList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractSetting","instanceClass":null,"abstract":false,"id":128,"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":"OnlyConfiguredByResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implServiceSetting","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceSetting","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"name":"SINGLETON","id":137,"value":0,"literal":"SINGLETON","eClass":"EEnumLiteral"},{"name":"MULTITON","id":138,"value":1,"literal":"MULTITON","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NetworkElement","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PTM","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IGW","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SiteLocation","instanceClass":null,"abstract":false,"id":145,"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":"IP","changeable":true,"lowerBound":0,"iD":false,"id":146,"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":"belongsToSite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ptm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"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":"belongsToSite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"IP","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"igwlist","changeable":true,"resolveProxies":true,"lowerBound":1,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"locatedAt","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"lowerBound":0,"iD":false,"id":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":"geocoords","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReservedResourceContract","instanceClass":null,"abstract":false,"id":170,"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":"ReservedRsources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"forVT","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ValidFrom","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":"ValidUntil","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ValidFrom","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":false,"unsettable":false,"transient":false,"unique":true,"name":"forResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ValidUntil","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceRequest","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceRequest","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SettingInstance","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceSettingInstance","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceSettingInstance","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Credentials","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServicesRequest","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfrastructureRequest","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScheduledPlan","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceGroup","instanceClass":null,"abstract":false,"id":197,"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":"isShared","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"VTCredentials","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":"servicesRequest","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":"infrastructureRequest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scheduledPlan","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"runtimeInfo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuntimeElement","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"id":215,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refService","changeable":true,"resolveProxies":true,"lowerBound":1,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"OfferedByProviders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reqServiceSettings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numOfServices","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refOfferedResource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reqResourceSettings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"runtimeInfo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"staticValue","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignSetting","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refServiceSetting","changeable":true,"resolveProxies":true,"lowerBound":1,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refResourceSetting","changeable":true,"resolveProxies":true,"lowerBound":1,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"username","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"password","changeable":true,"lowerBound":0,"iD":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceRequestList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reqOfferedResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"ValidFrom","changeable":true,"lowerBound":0,"iD":false,"id":256,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ValidUntil","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importURI","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"groupedResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SettingType","instanceClass":null,"abstract":true,"id":265,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"tideTypeString","instanceClass":null,"abstract":false,"id":266,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"tideTypeEnum","instanceClass":null,"abstract":false,"id":267,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"tideTypeList","instanceClass":null,"abstract":false,"id":268,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"tideTypeEnumItem","instanceClass":null,"abstract":false,"id":269,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"tideTypeTideElement","instanceClass":null,"abstract":false,"id":270,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SettingConstraint","instanceClass":null,"abstract":false,"id":271,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ServiceResourceOperation","instanceClass":null,"id":272,"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":"serviceSettings","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":false,"unsettable":false,"transient":false,"unique":true,"name":"requiresServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mappedToResourceSettings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"providedByResources","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":false,"unsettable":false,"transient":false,"unique":true,"name":"hasServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tideEnumlist","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ContainsElementsOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ofTideElement","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"taxonomies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasScenarios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasServices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"settingType","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"userExposed","changeable":true,"lowerBound":0,"iD":false,"id":316,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userEditable","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"canBePublished","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":"false","unsettable":false,"transient":false,"unique":true,"name":"Readable","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":"false","unsettable":false,"transient":false,"unique":true,"name":"Writable","changeable":true,"lowerBound":0,"iD":false,"id":320,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"settingConstraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiresParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Optional","changeable":true,"lowerBound":0,"iD":false,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ForOperation","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"AvailableAfterOperation","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":"RequiredBeforeOperation","changeable":true,"lowerBound":0,"iD":false,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"name":"OP_CREATE","id":341,"value":0,"literal":"OP_CREATE","eClass":"EEnumLiteral"},{"name":"OP_READ","id":342,"value":1,"literal":"OP_READ","eClass":"EEnumLiteral"},{"name":"OP_UPDATE","id":343,"value":2,"literal":"OP_UPDATE","eClass":"EEnumLiteral"},{"name":"OP_DELETE","id":344,"value":3,"literal":"OP_DELETE","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Availability","instanceClass":null,"abstract":false,"id":345,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cost","instanceClass":null,"abstract":false,"id":346,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"costUnit","instanceClass":null,"id":347,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"RepatabilityScheme","instanceClass":null,"id":348,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"forOfferedService","changeable":true,"resolveProxies":true,"lowerBound":1,"id":349,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"forOfferedResource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":350,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"StartDate","changeable":true,"lowerBound":1,"iD":false,"id":351,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"EndDate","changeable":true,"lowerBound":1,"iD":false,"id":352,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"availability","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"FromTime","changeable":true,"lowerBound":0,"iD":false,"id":360,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ToTime","changeable":true,"lowerBound":0,"iD":false,"id":361,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cost","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"FromDate","changeable":true,"lowerBound":0,"iD":false,"id":363,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ToDate","changeable":true,"lowerBound":0,"iD":false,"id":364,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Repeatability","changeable":true,"lowerBound":0,"iD":false,"id":365,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"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":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":"RepeatUntil","changeable":true,"lowerBound":0,"iD":false,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"perUnit","changeable":true,"lowerBound":0,"iD":false,"id":376,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Amount","changeable":true,"lowerBound":0,"iD":false,"id":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"name":"MIN","id":380,"value":0,"literal":"MIN","eClass":"EEnumLiteral"},{"name":"HOUR","id":381,"value":1,"literal":"HOUR","eClass":"EEnumLiteral"},{"name":"DAY","id":382,"value":2,"literal":"DAY","eClass":"EEnumLiteral"},{"name":"USAGE","id":383,"value":3,"literal":"USAGE","eClass":"EEnumLiteral"},{"name":"OTHER","id":384,"value":4,"literal":"OTHER","eClass":"EEnumLiteral"},{"name":"DAILY","id":385,"value":0,"literal":"DAILY","eClass":"EEnumLiteral"},{"name":"WEEKLY","id":386,"value":1,"literal":"WEEKLY","eClass":"EEnumLiteral"},{"name":"MONTHLY","id":387,"value":2,"literal":"MONTHLY","eClass":"EEnumLiteral"},{"name":"YEARLY","id":388,"value":3,"literal":"YEARLY","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ui_TaxonomyTreeItem","instanceClass":null,"abstract":false,"id":389,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OfficeManager","instanceClass":null,"abstract":false,"id":390,"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":"parentNode","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"DisplayName","changeable":true,"lowerBound":0,"iD":false,"id":392,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childNodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"officeElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"officesRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"id":400,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"RuntimeElementStatus","instanceClass":null,"id":401,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RunningScenarios","instanceClass":null,"abstract":false,"id":402,"interface":false,"eClass":"EClass"},{"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":403,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"GUID","changeable":true,"lowerBound":0,"iD":false,"id":404,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"lowerBound":0,"iD":false,"id":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"name":"NOT_EXISTS","id":410,"value":0,"literal":"NOT_EXISTS","eClass":"EEnumLiteral"},{"name":"ONLINE","id":411,"value":1,"literal":"ONLINE","eClass":"EEnumLiteral"},{"name":"OFFLINE","id":412,"value":2,"literal":"OFFLINE","eClass":"EEnumLiteral"},{"name":"STARTING","id":413,"value":3,"literal":"STARTING","eClass":"EEnumLiteral"},{"name":"STOPPING","id":414,"value":4,"literal":"STOPPING","eClass":"EEnumLiteral"},{"name":"UPDATING","id":415,"value":5,"literal":"UPDATING","eClass":"EEnumLiteral"},{"name":"ERROR","id":416,"value":6,"literal":"ERROR","eClass":"EEnumLiteral"},{"name":"UNKNOWN","id":417,"value":7,"literal":"UNKNOWN","eClass":"EEnumLiteral"},{"name":"INITIALIZING","id":418,"value":8,"literal":"INITIALIZING","eClass":"EEnumLiteral"},{"name":"WAITING","id":419,"value":9,"literal":"WAITING","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":"requestedScenarios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IOfficeRepository","instanceClass":null,"abstract":true,"id":422,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IOfficeRepositoryListener","instanceClass":null,"abstract":true,"id":423,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IProvisionResource","instanceClass":null,"abstract":true,"id":424,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IWorkflowEngine","instanceClass":null,"abstract":true,"id":425,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IProvisioningJobListener","instanceClass":null,"abstract":true,"id":426,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IProvisioningJobEvent","instanceClass":null,"abstract":true,"id":427,"interface":true,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getName","lowerBound":0,"id":428,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"LoadScenario","lowerBound":0,"id":429,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"registerOfficeRepositoryListener","lowerBound":0,"id":430,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"loadOffices","lowerBound":0,"id":431,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getOffices","lowerBound":0,"id":432,"many":true,"required":false,"eClass":"EOperation"},{"id":433,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"fedScenario","lowerBound":0,"id":434,"many":false,"required":false,"eClass":"EParameter"},{"id":435,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":436,"many":false,"required":false,"eClass":"EParameter"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"RepositoryChanged","lowerBound":0,"id":440,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"provisionResource","lowerBound":0,"id":441,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"supportsOffice","lowerBound":0,"id":442,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSupportedOfficeName","lowerBound":0,"id":443,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deleteResource","lowerBound":0,"id":444,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateResource","lowerBound":0,"id":445,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"readResource","lowerBound":0,"id":446,"many":false,"required":false,"eClass":"EOperation"},{"id":447,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"officeName","lowerBound":0,"id":448,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":449,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":450,"many":false,"required":false,"eClass":"EParameter"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"officeName","lowerBound":0,"id":455,"many":false,"required":false,"eClass":"EParameter"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"officeName","lowerBound":0,"id":459,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":460,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":461,"many":false,"required":false,"eClass":"EParameter"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"officeName","lowerBound":0,"id":466,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":467,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":468,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"assignedSetting","lowerBound":0,"id":469,"many":false,"required":false,"eClass":"EParameter"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"officeName","lowerBound":0,"id":475,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":476,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":477,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"assignedSetting","lowerBound":0,"id":478,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"forceUpdate","lowerBound":0,"id":479,"many":false,"required":false,"eClass":"EParameter"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEngineName","lowerBound":0,"id":485,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRunningScenarios","lowerBound":0,"id":486,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ScheduleScenario","lowerBound":0,"id":487,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ShutDownScenario","lowerBound":0,"id":488,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"DeletePermanentlyScenario","lowerBound":0,"id":489,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ShutDownResource","lowerBound":0,"id":490,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"UpdateResource","lowerBound":0,"id":491,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ReadResource","lowerBound":0,"id":492,"many":false,"required":false,"eClass":"EOperation"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":495,"many":false,"required":false,"eClass":"EParameter"},{"id":496,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":497,"many":false,"required":false,"eClass":"EParameter"},{"id":498,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":499,"many":false,"required":false,"eClass":"EParameter"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":502,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":503,"many":false,"required":false,"eClass":"EParameter"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":507,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":508,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"assignedSetting","lowerBound":0,"id":509,"many":false,"required":false,"eClass":"EParameter"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":514,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":515,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"assignedSetting","lowerBound":0,"id":516,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"forceUpdate","lowerBound":0,"id":517,"many":false,"required":false,"eClass":"EParameter"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"initialize","lowerBound":0,"id":522,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eventOccured","lowerBound":0,"id":523,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"terminate","lowerBound":0,"id":524,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":525,"many":false,"required":false,"eClass":"EParameter"},{"id":526,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"event","lowerBound":0,"id":527,"many":false,"required":false,"eClass":"EParameter"},{"id":528,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"statusChangedOnScenario","lowerBound":0,"id":529,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"statusChangedOnResource","lowerBound":0,"id":530,"many":false,"required":false,"eClass":"EOperation"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IFCIService","instanceClass":null,"abstract":true,"id":533,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FCICredentials","instanceClass":null,"abstract":false,"id":534,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToStringMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":535,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOffice","lowerBound":0,"id":536,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"CreateResource","lowerBound":0,"id":537,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"UpdateResource","lowerBound":0,"id":538,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"DeleteResource","lowerBound":0,"id":539,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParameterValueOfResource","lowerBound":0,"id":540,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOffice","lowerBound":0,"id":541,"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":"office","changeable":true,"resolveProxies":true,"lowerBound":0,"id":542,"derived":false},{"id":543,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"username","lowerBound":0,"id":544,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"password","lowerBound":0,"id":545,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"forceRefresh","lowerBound":0,"id":546,"many":false,"required":false,"eClass":"EParameter"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":551,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"providerAlias","lowerBound":0,"id":552,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceTypeName","lowerBound":0,"id":553,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":554,"many":false,"required":false,"eClass":"EParameter"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":560,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"providerAlias","lowerBound":0,"id":561,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceTypeName","lowerBound":0,"id":562,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"runtimeID","lowerBound":0,"id":563,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":564,"many":false,"required":false,"eClass":"EParameter"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":571,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"providerAlias","lowerBound":0,"id":572,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceTypeName","lowerBound":0,"id":573,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"runtimeID","lowerBound":0,"id":574,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resourceReq","lowerBound":0,"id":575,"many":false,"required":false,"eClass":"EParameter"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"scenario","lowerBound":0,"id":582,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"providerAlias","lowerBound":0,"id":583,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"runtimeID","lowerBound":0,"id":584,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"paramName","lowerBound":0,"id":585,"many":false,"required":false,"eClass":"EParameter"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"authorizationKey","lowerBound":0,"id":591,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"forceRefresh","lowerBound":0,"id":592,"many":false,"required":false,"eClass":"EParameter"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"username","changeable":true,"lowerBound":0,"iD":false,"id":596,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"password","changeable":true,"lowerBound":0,"iD":false,"id":597,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"credoptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":598,"derived":false},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"username","changeable":true,"lowerBound":0,"iD":false,"id":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":"password","changeable":true,"lowerBound":0,"iD":false,"id":603,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"credentials","changeable":true,"resolveProxies":true,"lowerBound":0,"id":604,"derived":false},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":608,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":609,"derived":false},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":17,"target":1},{"source":18,"target":1},{"source":19,"target":1},{"source":20,"target":1},{"source":21,"target":1},{"source":22,"target":1},{"source":23,"target":1},{"source":24,"target":1},{"source":25,"target":1},{"source":26,"target":1},{"source":27,"target":1},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":28,"target":38},{"source":28,"target":39},{"source":28,"target":2},{"source":39,"target":38},{"source":29,"target":40},{"source":29,"target":41},{"source":29,"target":2},{"source":41,"target":40},{"source":30,"target":42},{"source":30,"target":43},{"source":30,"target":2},{"source":43,"target":42},{"source":31,"target":44},{"source":31,"target":45},{"source":31,"target":2},{"source":45,"target":44},{"source":32,"target":46},{"source":32,"target":47},{"source":32,"target":2},{"source":47,"target":46},{"source":33,"target":48},{"source":33,"target":49},{"source":33,"target":2},{"source":49,"target":48},{"source":34,"target":50},{"source":34,"target":51},{"source":34,"target":2},{"source":51,"target":50},{"source":35,"target":52},{"source":35,"target":2},{"source":36,"target":53},{"source":36,"target":2},{"source":37,"target":3},{"source":3,"target":0},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":54,"target":58},{"source":54,"target":3},{"source":55,"target":59},{"source":55,"target":3},{"source":56,"target":60},{"source":56,"target":3},{"source":57,"target":61},{"source":57,"target":3},{"source":4,"target":62},{"source":4,"target":63},{"source":4,"target":64},{"source":4,"target":65},{"source":4,"target":66},{"source":4,"target":38},{"source":4,"target":67},{"source":4,"target":0},{"source":62,"target":4},{"source":62,"target":3},{"source":62,"target":68},{"source":62,"target":69},{"source":62,"target":70},{"source":62,"target":71},{"source":68,"target":72},{"source":68,"target":62},{"source":69,"target":73},{"source":69,"target":62},{"source":70,"target":74},{"source":70,"target":75},{"source":70,"target":62},{"source":75,"target":74},{"source":71,"target":3},{"source":63,"target":4},{"source":63,"target":38},{"source":63,"target":76},{"source":63,"target":77},{"source":76,"target":78},{"source":76,"target":79},{"source":76,"target":63},{"source":76,"target":80},{"source":79,"target":78},{"source":77,"target":38},{"source":64,"target":4},{"source":64,"target":38},{"source":64,"target":81},{"source":64,"target":82},{"source":81,"target":44},{"source":81,"target":83},{"source":81,"target":64},{"source":83,"target":44},{"source":82,"target":38},{"source":65,"target":4},{"source":65,"target":67},{"source":65,"target":84},{"source":84,"target":67},{"source":66,"target":4},{"source":66,"target":38},{"source":66,"target":85},{"source":66,"target":86},{"source":66,"target":87},{"source":85,"target":44},{"source":85,"target":88},{"source":85,"target":66},{"source":88,"target":44},{"source":86,"target":64},{"source":86,"target":89},{"source":86,"target":66},{"source":89,"target":64},{"source":87,"target":38},{"source":38,"target":4},{"source":38,"target":3},{"source":38,"target":90},{"source":38,"target":91},{"source":38,"target":92},{"source":38,"target":93},{"source":38,"target":94},{"source":90,"target":62},{"source":90,"target":95},{"source":90,"target":38},{"source":95,"target":62},{"source":91,"target":96},{"source":91,"target":38},{"source":92,"target":97},{"source":92,"target":38},{"source":93,"target":98},{"source":93,"target":38},{"source":94,"target":3},{"source":67,"target":4},{"source":67,"target":38},{"source":67,"target":99},{"source":99,"target":38},{"source":5,"target":100},{"source":5,"target":101},{"source":5,"target":102},{"source":5,"target":103},{"source":5,"target":104},{"source":5,"target":0},{"source":100,"target":5},{"source":100,"target":3},{"source":100,"target":105},{"source":100,"target":106},{"source":100,"target":107},{"source":100,"target":108},{"source":100,"target":109},{"source":105,"target":110},{"source":105,"target":100},{"source":106,"target":102},{"source":106,"target":111},{"source":106,"target":100},{"source":111,"target":102},{"source":107,"target":103},{"source":107,"target":112},{"source":107,"target":100},{"source":107,"target":113},{"source":112,"target":103},{"source":108,"target":100},{"source":108,"target":114},{"source":108,"target":100},{"source":114,"target":100},{"source":109,"target":3},{"source":101,"target":5},{"source":101,"target":100},{"source":101,"target":115},{"source":101,"target":116},{"source":101,"target":117},{"source":101,"target":118},{"source":101,"target":119},{"source":101,"target":120},{"source":115,"target":104},{"source":115,"target":121},{"source":115,"target":101},{"source":121,"target":104},{"source":116,"target":78},{"source":116,"target":122},{"source":116,"target":101},{"source":116,"target":123},{"source":122,"target":78},{"source":117,"target":124},{"source":117,"target":125},{"source":117,"target":101},{"source":125,"target":124},{"source":118,"target":126},{"source":118,"target":101},{"source":119,"target":127},{"source":119,"target":101},{"source":120,"target":100},{"source":102,"target":5},{"source":102,"target":128},{"source":102,"target":129},{"source":102,"target":130},{"source":102,"target":131},{"source":129,"target":100},{"source":129,"target":132},{"source":129,"target":102},{"source":132,"target":100},{"source":130,"target":133},{"source":130,"target":134},{"source":130,"target":102},{"source":134,"target":133},{"source":131,"target":128},{"source":103,"target":5},{"source":103,"target":3},{"source":103,"target":113},{"source":103,"target":135},{"source":113,"target":100},{"source":113,"target":136},{"source":113,"target":103},{"source":113,"target":107},{"source":136,"target":100},{"source":135,"target":3},{"source":104,"target":5},{"source":104,"target":137},{"source":104,"target":138},{"source":137,"target":104},{"source":138,"target":104},{"source":6,"target":139},{"source":6,"target":140},{"source":6,"target":0},{"source":139,"target":6},{"source":139,"target":140},{"source":139,"target":141},{"source":141,"target":140},{"source":140,"target":6},{"source":140,"target":3},{"source":140,"target":142},{"source":142,"target":3},{"source":7,"target":143},{"source":7,"target":144},{"source":7,"target":78},{"source":7,"target":145},{"source":7,"target":0},{"source":143,"target":7},{"source":143,"target":3},{"source":143,"target":146},{"source":143,"target":147},{"source":143,"target":148},{"source":146,"target":149},{"source":146,"target":143},{"source":147,"target":78},{"source":147,"target":150},{"source":147,"target":143},{"source":147,"target":151},{"source":150,"target":78},{"source":148,"target":3},{"source":144,"target":7},{"source":144,"target":3},{"source":144,"target":152},{"source":144,"target":153},{"source":144,"target":154},{"source":152,"target":78},{"source":152,"target":155},{"source":152,"target":144},{"source":152,"target":156},{"source":155,"target":78},{"source":153,"target":157},{"source":153,"target":144},{"source":154,"target":3},{"source":78,"target":7},{"source":78,"target":3},{"source":78,"target":151},{"source":78,"target":156},{"source":78,"target":158},{"source":78,"target":123},{"source":78,"target":80},{"source":78,"target":159},{"source":151,"target":143},{"source":151,"target":160},{"source":151,"target":78},{"source":151,"target":147},{"source":160,"target":143},{"source":156,"target":144},{"source":156,"target":161},{"source":156,"target":78},{"source":156,"target":152},{"source":161,"target":144},{"source":158,"target":145},{"source":158,"target":162},{"source":158,"target":78},{"source":162,"target":145},{"source":123,"target":101},{"source":123,"target":163},{"source":123,"target":78},{"source":123,"target":116},{"source":163,"target":101},{"source":80,"target":63},{"source":80,"target":164},{"source":80,"target":78},{"source":80,"target":76},{"source":164,"target":63},{"source":159,"target":3},{"source":145,"target":7},{"source":145,"target":3},{"source":145,"target":165},{"source":145,"target":166},{"source":145,"target":167},{"source":165,"target":168},{"source":165,"target":145},{"source":166,"target":169},{"source":166,"target":145},{"source":167,"target":3},{"source":8,"target":50},{"source":8,"target":170},{"source":8,"target":0},{"source":50,"target":8},{"source":50,"target":3},{"source":50,"target":171},{"source":50,"target":172},{"source":50,"target":173},{"source":50,"target":174},{"source":50,"target":175},{"source":171,"target":170},{"source":171,"target":176},{"source":171,"target":50},{"source":176,"target":170},{"source":172,"target":44},{"source":172,"target":177},{"source":172,"target":50},{"source":177,"target":44},{"source":173,"target":178},{"source":173,"target":50},{"source":174,"target":179},{"source":174,"target":50},{"source":175,"target":3},{"source":170,"target":8},{"source":170,"target":3},{"source":170,"target":180},{"source":170,"target":181},{"source":170,"target":182},{"source":170,"target":183},{"source":180,"target":184},{"source":180,"target":170},{"source":181,"target":101},{"source":181,"target":185},{"source":181,"target":170},{"source":185,"target":101},{"source":182,"target":186},{"source":182,"target":170},{"source":183,"target":3},{"source":9,"target":44},{"source":9,"target":187},{"source":9,"target":188},{"source":9,"target":189},{"source":9,"target":190},{"source":9,"target":191},{"source":9,"target":192},{"source":9,"target":193},{"source":9,"target":194},{"source":9,"target":195},{"source":9,"target":196},{"source":9,"target":197},{"source":9,"target":0},{"source":44,"target":9},{"source":44,"target":3},{"source":44,"target":198},{"source":44,"target":199},{"source":44,"target":200},{"source":44,"target":201},{"source":44,"target":202},{"source":44,"target":203},{"source":44,"target":204},{"source":44,"target":205},{"source":44,"target":206},{"source":198,"target":207},{"source":198,"target":44},{"source":199,"target":1},{"source":199,"target":208},{"source":199,"target":44},{"source":208,"target":1},{"source":200,"target":192},{"source":200,"target":209},{"source":200,"target":44},{"source":209,"target":192},{"source":201,"target":193},{"source":201,"target":210},{"source":201,"target":44},{"source":210,"target":193},{"source":202,"target":194},{"source":202,"target":211},{"source":202,"target":44},{"source":211,"target":194},{"source":203,"target":195},{"source":203,"target":212},{"source":203,"target":44},{"source":212,"target":195},{"source":204,"target":196},{"source":204,"target":213},{"source":204,"target":44},{"source":213,"target":196},{"source":205,"target":214},{"source":205,"target":215},{"source":205,"target":44},{"source":215,"target":214},{"source":206,"target":3},{"source":187,"target":9},{"source":187,"target":3},{"source":187,"target":216},{"source":187,"target":217},{"source":187,"target":218},{"source":187,"target":219},{"source":187,"target":220},{"source":216,"target":124},{"source":216,"target":221},{"source":216,"target":187},{"source":221,"target":124},{"source":217,"target":63},{"source":217,"target":222},{"source":217,"target":187},{"source":222,"target":63},{"source":218,"target":190},{"source":218,"target":223},{"source":218,"target":187},{"source":223,"target":190},{"source":219,"target":224},{"source":219,"target":187},{"source":220,"target":3},{"source":188,"target":9},{"source":188,"target":3},{"source":188,"target":225},{"source":188,"target":226},{"source":188,"target":227},{"source":188,"target":228},{"source":225,"target":101},{"source":225,"target":229},{"source":225,"target":188},{"source":229,"target":101},{"source":226,"target":191},{"source":226,"target":230},{"source":226,"target":188},{"source":230,"target":191},{"source":227,"target":214},{"source":227,"target":231},{"source":227,"target":188},{"source":231,"target":214},{"source":228,"target":3},{"source":189,"target":9},{"source":189,"target":3},{"source":189,"target":232},{"source":189,"target":233},{"source":189,"target":234},{"source":232,"target":235},{"source":232,"target":189},{"source":233,"target":189},{"source":233,"target":236},{"source":233,"target":189},{"source":236,"target":189},{"source":234,"target":3},{"source":190,"target":9},{"source":190,"target":189},{"source":190,"target":237},{"source":190,"target":238},{"source":237,"target":133},{"source":237,"target":239},{"source":237,"target":190},{"source":239,"target":133},{"source":238,"target":189},{"source":191,"target":9},{"source":191,"target":189},{"source":191,"target":240},{"source":191,"target":241},{"source":240,"target":102},{"source":240,"target":242},{"source":240,"target":191},{"source":242,"target":102},{"source":241,"target":189},{"source":192,"target":9},{"source":192,"target":3},{"source":192,"target":243},{"source":192,"target":244},{"source":192,"target":245},{"source":243,"target":246},{"source":243,"target":192},{"source":244,"target":247},{"source":244,"target":192},{"source":245,"target":3},{"source":193,"target":9},{"source":193,"target":3},{"source":193,"target":248},{"source":193,"target":249},{"source":248,"target":187},{"source":248,"target":250},{"source":248,"target":193},{"source":250,"target":187},{"source":249,"target":3},{"source":194,"target":9},{"source":194,"target":3},{"source":194,"target":251},{"source":194,"target":252},{"source":194,"target":253},{"source":251,"target":188},{"source":251,"target":254},{"source":251,"target":194},{"source":254,"target":188},{"source":252,"target":197},{"source":252,"target":255},{"source":252,"target":194},{"source":255,"target":197},{"source":253,"target":3},{"source":195,"target":9},{"source":195,"target":256},{"source":195,"target":257},{"source":256,"target":258},{"source":256,"target":195},{"source":257,"target":259},{"source":257,"target":195},{"source":196,"target":9},{"source":196,"target":260},{"source":260,"target":261},{"source":260,"target":196},{"source":197,"target":9},{"source":197,"target":3},{"source":197,"target":262},{"source":197,"target":263},{"source":262,"target":188},{"source":262,"target":264},{"source":262,"target":197},{"source":264,"target":188},{"source":263,"target":3},{"source":10,"target":124},{"source":10,"target":133},{"source":10,"target":42},{"source":10,"target":46},{"source":10,"target":265},{"source":10,"target":266},{"source":10,"target":267},{"source":10,"target":268},{"source":10,"target":269},{"source":10,"target":270},{"source":10,"target":40},{"source":10,"target":128},{"source":10,"target":271},{"source":10,"target":272},{"source":10,"target":0},{"source":124,"target":10},{"source":124,"target":3},{"source":124,"target":273},{"source":124,"target":274},{"source":124,"target":275},{"source":273,"target":133},{"source":273,"target":276},{"source":273,"target":124},{"source":276,"target":133},{"source":274,"target":124},{"source":274,"target":277},{"source":274,"target":124},{"source":277,"target":124},{"source":275,"target":3},{"source":133,"target":10},{"source":133,"target":128},{"source":133,"target":278},{"source":133,"target":279},{"source":133,"target":280},{"source":278,"target":102},{"source":278,"target":281},{"source":278,"target":133},{"source":281,"target":102},{"source":279,"target":100},{"source":279,"target":282},{"source":279,"target":133},{"source":282,"target":100},{"source":280,"target":128},{"source":42,"target":10},{"source":42,"target":124},{"source":42,"target":283},{"source":283,"target":124},{"source":46,"target":10},{"source":46,"target":3},{"source":46,"target":284},{"source":46,"target":285},{"source":284,"target":124},{"source":284,"target":286},{"source":284,"target":46},{"source":286,"target":124},{"source":285,"target":3},{"source":265,"target":10},{"source":265,"target":3},{"source":265,"target":287},{"source":287,"target":3},{"source":266,"target":10},{"source":266,"target":265},{"source":266,"target":288},{"source":266,"target":289},{"source":288,"target":290},{"source":288,"target":266},{"source":289,"target":265},{"source":267,"target":10},{"source":267,"target":265},{"source":267,"target":291},{"source":267,"target":292},{"source":267,"target":293},{"source":291,"target":269},{"source":291,"target":294},{"source":291,"target":267},{"source":294,"target":269},{"source":292,"target":269},{"source":292,"target":295},{"source":292,"target":267},{"source":295,"target":269},{"source":293,"target":265},{"source":268,"target":10},{"source":268,"target":265},{"source":268,"target":296},{"source":268,"target":297},{"source":296,"target":3},{"source":296,"target":298},{"source":296,"target":268},{"source":298,"target":3},{"source":297,"target":265},{"source":269,"target":10},{"source":269,"target":299},{"source":269,"target":300},{"source":299,"target":301},{"source":299,"target":269},{"source":300,"target":302},{"source":300,"target":269},{"source":270,"target":10},{"source":270,"target":265},{"source":270,"target":303},{"source":270,"target":304},{"source":303,"target":3},{"source":303,"target":305},{"source":303,"target":270},{"source":305,"target":3},{"source":304,"target":265},{"source":40,"target":10},{"source":40,"target":3},{"source":40,"target":306},{"source":40,"target":307},{"source":40,"target":308},{"source":40,"target":309},{"source":40,"target":310},{"source":306,"target":40},{"source":306,"target":311},{"source":306,"target":40},{"source":311,"target":40},{"source":307,"target":103},{"source":307,"target":312},{"source":307,"target":40},{"source":312,"target":103},{"source":308,"target":44},{"source":308,"target":313},{"source":308,"target":40},{"source":313,"target":44},{"source":309,"target":124},{"source":309,"target":314},{"source":309,"target":40},{"source":314,"target":124},{"source":310,"target":3},{"source":128,"target":10},{"source":128,"target":3},{"source":128,"target":315},{"source":128,"target":316},{"source":128,"target":317},{"source":128,"target":318},{"source":128,"target":319},{"source":128,"target":320},{"source":128,"target":321},{"source":128,"target":322},{"source":128,"target":323},{"source":128,"target":324},{"source":315,"target":265},{"source":315,"target":325},{"source":315,"target":128},{"source":325,"target":265},{"source":316,"target":326},{"source":316,"target":128},{"source":317,"target":327},{"source":317,"target":128},{"source":318,"target":328},{"source":318,"target":128},{"source":319,"target":329},{"source":319,"target":128},{"source":320,"target":330},{"source":320,"target":128},{"source":321,"target":271},{"source":321,"target":331},{"source":321,"target":128},{"source":331,"target":271},{"source":322,"target":128},{"source":322,"target":332},{"source":322,"target":128},{"source":332,"target":128},{"source":323,"target":333},{"source":323,"target":128},{"source":324,"target":3},{"source":271,"target":10},{"source":271,"target":3},{"source":271,"target":334},{"source":271,"target":335},{"source":271,"target":336},{"source":271,"target":337},{"source":334,"target":272},{"source":334,"target":338},{"source":334,"target":271},{"source":338,"target":272},{"source":335,"target":339},{"source":335,"target":271},{"source":336,"target":340},{"source":336,"target":271},{"source":337,"target":3},{"source":272,"target":10},{"source":272,"target":341},{"source":272,"target":342},{"source":272,"target":343},{"source":272,"target":344},{"source":341,"target":272},{"source":342,"target":272},{"source":343,"target":272},{"source":344,"target":272},{"source":11,"target":0},{"source":12,"target":48},{"source":12,"target":345},{"source":12,"target":346},{"source":12,"target":347},{"source":12,"target":348},{"source":12,"target":0},{"source":48,"target":12},{"source":48,"target":3},{"source":48,"target":349},{"source":48,"target":350},{"source":48,"target":351},{"source":48,"target":352},{"source":48,"target":353},{"source":48,"target":354},{"source":349,"target":124},{"source":349,"target":355},{"source":349,"target":48},{"source":355,"target":124},{"source":350,"target":101},{"source":350,"target":356},{"source":350,"target":48},{"source":356,"target":101},{"source":351,"target":357},{"source":351,"target":48},{"source":352,"target":358},{"source":352,"target":48},{"source":353,"target":345},{"source":353,"target":359},{"source":353,"target":48},{"source":359,"target":345},{"source":354,"target":3},{"source":345,"target":12},{"source":345,"target":360},{"source":345,"target":361},{"source":345,"target":362},{"source":345,"target":363},{"source":345,"target":364},{"source":345,"target":365},{"source":345,"target":366},{"source":345,"target":367},{"source":360,"target":368},{"source":360,"target":345},{"source":361,"target":369},{"source":361,"target":345},{"source":362,"target":346},{"source":362,"target":370},{"source":362,"target":345},{"source":370,"target":346},{"source":363,"target":371},{"source":363,"target":345},{"source":364,"target":372},{"source":364,"target":345},{"source":365,"target":348},{"source":365,"target":373},{"source":365,"target":345},{"source":373,"target":348},{"source":366,"target":374},{"source":366,"target":345},{"source":367,"target":375},{"source":367,"target":345},{"source":346,"target":12},{"source":346,"target":376},{"source":346,"target":377},{"source":376,"target":347},{"source":376,"target":378},{"source":376,"target":346},{"source":378,"target":347},{"source":377,"target":379},{"source":377,"target":346},{"source":347,"target":12},{"source":347,"target":380},{"source":347,"target":381},{"source":347,"target":382},{"source":347,"target":383},{"source":347,"target":384},{"source":380,"target":347},{"source":381,"target":347},{"source":382,"target":347},{"source":383,"target":347},{"source":384,"target":347},{"source":348,"target":12},{"source":348,"target":385},{"source":348,"target":386},{"source":348,"target":387},{"source":348,"target":388},{"source":385,"target":348},{"source":386,"target":348},{"source":387,"target":348},{"source":388,"target":348},{"source":13,"target":389},{"source":13,"target":390},{"source":13,"target":0},{"source":389,"target":13},{"source":389,"target":391},{"source":389,"target":392},{"source":389,"target":393},{"source":389,"target":394},{"source":391,"target":389},{"source":391,"target":395},{"source":391,"target":389},{"source":395,"target":389},{"source":392,"target":396},{"source":392,"target":389},{"source":393,"target":389},{"source":393,"target":397},{"source":393,"target":389},{"source":397,"target":389},{"source":394,"target":3},{"source":394,"target":398},{"source":394,"target":389},{"source":398,"target":3},{"source":390,"target":13},{"source":390,"target":399},{"source":399,"target":2},{"source":399,"target":400},{"source":399,"target":390},{"source":400,"target":2},{"source":14,"target":214},{"source":14,"target":401},{"source":14,"target":402},{"source":14,"target":0},{"source":214,"target":14},{"source":214,"target":3},{"source":214,"target":403},{"source":214,"target":404},{"source":214,"target":405},{"source":214,"target":406},{"source":403,"target":401},{"source":403,"target":407},{"source":403,"target":214},{"source":407,"target":401},{"source":404,"target":408},{"source":404,"target":214},{"source":405,"target":409},{"source":405,"target":214},{"source":406,"target":3},{"source":401,"target":14},{"source":401,"target":410},{"source":401,"target":411},{"source":401,"target":412},{"source":401,"target":413},{"source":401,"target":414},{"source":401,"target":415},{"source":401,"target":416},{"source":401,"target":417},{"source":401,"target":418},{"source":401,"target":419},{"source":410,"target":401},{"source":411,"target":401},{"source":412,"target":401},{"source":413,"target":401},{"source":414,"target":401},{"source":415,"target":401},{"source":416,"target":401},{"source":417,"target":401},{"source":418,"target":401},{"source":419,"target":401},{"source":402,"target":14},{"source":402,"target":420},{"source":420,"target":44},{"source":420,"target":421},{"source":420,"target":402},{"source":421,"target":44},{"source":15,"target":422},{"source":15,"target":423},{"source":15,"target":424},{"source":15,"target":425},{"source":15,"target":426},{"source":15,"target":427},{"source":15,"target":0},{"source":422,"target":15},{"source":422,"target":428},{"source":422,"target":429},{"source":422,"target":430},{"source":422,"target":431},{"source":422,"target":432},{"source":428,"target":433},{"source":428,"target":422},{"source":429,"target":422},{"source":429,"target":434},{"source":434,"target":44},{"source":434,"target":435},{"source":434,"target":429},{"source":435,"target":44},{"source":430,"target":422},{"source":430,"target":436},{"source":436,"target":423},{"source":436,"target":437},{"source":436,"target":430},{"source":437,"target":423},{"source":431,"target":2},{"source":431,"target":438},{"source":431,"target":422},{"source":438,"target":2},{"source":432,"target":2},{"source":432,"target":439},{"source":432,"target":422},{"source":439,"target":2},{"source":423,"target":15},{"source":423,"target":440},{"source":440,"target":423},{"source":424,"target":15},{"source":424,"target":441},{"source":424,"target":442},{"source":424,"target":443},{"source":424,"target":444},{"source":424,"target":445},{"source":424,"target":446},{"source":441,"target":447},{"source":441,"target":424},{"source":441,"target":448},{"source":441,"target":449},{"source":441,"target":450},{"source":448,"target":451},{"source":448,"target":441},{"source":449,"target":44},{"source":449,"target":452},{"source":449,"target":441},{"source":452,"target":44},{"source":450,"target":188},{"source":450,"target":453},{"source":450,"target":441},{"source":453,"target":188},{"source":442,"target":454},{"source":442,"target":424},{"source":442,"target":455},{"source":455,"target":456},{"source":455,"target":442},{"source":443,"target":457},{"source":443,"target":424},{"source":444,"target":458},{"source":444,"target":424},{"source":444,"target":459},{"source":444,"target":460},{"source":444,"target":461},{"source":459,"target":462},{"source":459,"target":444},{"source":460,"target":44},{"source":460,"target":463},{"source":460,"target":444},{"source":463,"target":44},{"source":461,"target":188},{"source":461,"target":464},{"source":461,"target":444},{"source":464,"target":188},{"source":445,"target":465},{"source":445,"target":424},{"source":445,"target":466},{"source":445,"target":467},{"source":445,"target":468},{"source":445,"target":469},{"source":466,"target":470},{"source":466,"target":445},{"source":467,"target":44},{"source":467,"target":471},{"source":467,"target":445},{"source":471,"target":44},{"source":468,"target":188},{"source":468,"target":472},{"source":468,"target":445},{"source":472,"target":188},{"source":469,"target":191},{"source":469,"target":473},{"source":469,"target":445},{"source":473,"target":191},{"source":446,"target":474},{"source":446,"target":424},{"source":446,"target":475},{"source":446,"target":476},{"source":446,"target":477},{"source":446,"target":478},{"source":446,"target":479},{"source":475,"target":480},{"source":475,"target":446},{"source":476,"target":44},{"source":476,"target":481},{"source":476,"target":446},{"source":481,"target":44},{"source":477,"target":188},{"source":477,"target":482},{"source":477,"target":446},{"source":482,"target":188},{"source":478,"target":191},{"source":478,"target":483},{"source":478,"target":446},{"source":483,"target":191},{"source":479,"target":484},{"source":479,"target":446},{"source":425,"target":15},{"source":425,"target":485},{"source":425,"target":486},{"source":425,"target":487},{"source":425,"target":488},{"source":425,"target":489},{"source":425,"target":490},{"source":425,"target":491},{"source":425,"target":492},{"source":485,"target":493},{"source":485,"target":425},{"source":486,"target":402},{"source":486,"target":494},{"source":486,"target":425},{"source":494,"target":402},{"source":487,"target":425},{"source":487,"target":495},{"source":495,"target":44},{"source":495,"target":496},{"source":495,"target":487},{"source":496,"target":44},{"source":488,"target":425},{"source":488,"target":497},{"source":497,"target":44},{"source":497,"target":498},{"source":497,"target":488},{"source":498,"target":44},{"source":489,"target":425},{"source":489,"target":499},{"source":499,"target":44},{"source":499,"target":500},{"source":499,"target":489},{"source":500,"target":44},{"source":490,"target":501},{"source":490,"target":425},{"source":490,"target":502},{"source":490,"target":503},{"source":502,"target":44},{"source":502,"target":504},{"source":502,"target":490},{"source":504,"target":44},{"source":503,"target":188},{"source":503,"target":505},{"source":503,"target":490},{"source":505,"target":188},{"source":491,"target":506},{"source":491,"target":425},{"source":491,"target":507},{"source":491,"target":508},{"source":491,"target":509},{"source":507,"target":44},{"source":507,"target":510},{"source":507,"target":491},{"source":510,"target":44},{"source":508,"target":188},{"source":508,"target":511},{"source":508,"target":491},{"source":511,"target":188},{"source":509,"target":191},{"source":509,"target":512},{"source":509,"target":491},{"source":512,"target":191},{"source":492,"target":513},{"source":492,"target":425},{"source":492,"target":514},{"source":492,"target":515},{"source":492,"target":516},{"source":492,"target":517},{"source":514,"target":44},{"source":514,"target":518},{"source":514,"target":492},{"source":518,"target":44},{"source":515,"target":188},{"source":515,"target":519},{"source":515,"target":492},{"source":519,"target":188},{"source":516,"target":191},{"source":516,"target":520},{"source":516,"target":492},{"source":520,"target":191},{"source":517,"target":521},{"source":517,"target":492},{"source":426,"target":15},{"source":426,"target":522},{"source":426,"target":523},{"source":426,"target":524},{"source":522,"target":426},{"source":522,"target":525},{"source":525,"target":526},{"source":525,"target":522},{"source":523,"target":426},{"source":523,"target":527},{"source":527,"target":427},{"source":527,"target":528},{"source":527,"target":523},{"source":528,"target":427},{"source":524,"target":426},{"source":427,"target":15},{"source":427,"target":529},{"source":427,"target":530},{"source":529,"target":44},{"source":529,"target":531},{"source":529,"target":427},{"source":531,"target":44},{"source":530,"target":188},{"source":530,"target":532},{"source":530,"target":427},{"source":532,"target":188},{"source":16,"target":533},{"source":16,"target":534},{"source":16,"target":74},{"source":16,"target":535},{"source":16,"target":0},{"source":533,"target":16},{"source":533,"target":536},{"source":533,"target":537},{"source":533,"target":538},{"source":533,"target":539},{"source":533,"target":540},{"source":533,"target":541},{"source":533,"target":542},{"source":536,"target":2},{"source":536,"target":543},{"source":536,"target":533},{"source":536,"target":544},{"source":536,"target":545},{"source":536,"target":546},{"source":543,"target":2},{"source":544,"target":547},{"source":544,"target":536},{"source":545,"target":548},{"source":545,"target":536},{"source":546,"target":549},{"source":546,"target":536},{"source":537,"target":550},{"source":537,"target":533},{"source":537,"target":551},{"source":537,"target":552},{"source":537,"target":553},{"source":537,"target":554},{"source":551,"target":555},{"source":551,"target":537},{"source":552,"target":556},{"source":552,"target":537},{"source":553,"target":557},{"source":553,"target":537},{"source":554,"target":188},{"source":554,"target":558},{"source":554,"target":537},{"source":558,"target":188},{"source":538,"target":559},{"source":538,"target":533},{"source":538,"target":560},{"source":538,"target":561},{"source":538,"target":562},{"source":538,"target":563},{"source":538,"target":564},{"source":560,"target":565},{"source":560,"target":538},{"source":561,"target":566},{"source":561,"target":538},{"source":562,"target":567},{"source":562,"target":538},{"source":563,"target":568},{"source":563,"target":538},{"source":564,"target":188},{"source":564,"target":569},{"source":564,"target":538},{"source":569,"target":188},{"source":539,"target":570},{"source":539,"target":533},{"source":539,"target":571},{"source":539,"target":572},{"source":539,"target":573},{"source":539,"target":574},{"source":539,"target":575},{"source":571,"target":576},{"source":571,"target":539},{"source":572,"target":577},{"source":572,"target":539},{"source":573,"target":578},{"source":573,"target":539},{"source":574,"target":579},{"source":574,"target":539},{"source":575,"target":188},{"source":575,"target":580},{"source":575,"target":539},{"source":580,"target":188},{"source":540,"target":581},{"source":540,"target":533},{"source":540,"target":582},{"source":540,"target":583},{"source":540,"target":584},{"source":540,"target":585},{"source":582,"target":586},{"source":582,"target":540},{"source":583,"target":587},{"source":583,"target":540},{"source":584,"target":588},{"source":584,"target":540},{"source":585,"target":589},{"source":585,"target":540},{"source":541,"target":2},{"source":541,"target":590},{"source":541,"target":533},{"source":541,"target":591},{"source":541,"target":592},{"source":590,"target":2},{"source":591,"target":74},{"source":591,"target":593},{"source":591,"target":541},{"source":593,"target":74},{"source":592,"target":594},{"source":592,"target":541},{"source":542,"target":2},{"source":542,"target":595},{"source":542,"target":533},{"source":595,"target":2},{"source":534,"target":16},{"source":534,"target":596},{"source":534,"target":597},{"source":534,"target":598},{"source":596,"target":599},{"source":596,"target":534},{"source":597,"target":600},{"source":597,"target":534},{"source":598,"target":535},{"source":598,"target":601},{"source":598,"target":534},{"source":601,"target":535},{"source":74,"target":16},{"source":74,"target":602},{"source":74,"target":603},{"source":74,"target":604},{"source":602,"target":605},{"source":602,"target":74},{"source":603,"target":606},{"source":603,"target":74},{"source":604,"target":534},{"source":604,"target":607},{"source":604,"target":74},{"source":607,"target":534},{"source":535,"target":16},{"source":535,"target":608},{"source":535,"target":609},{"source":608,"target":610},{"source":608,"target":535},{"source":609,"target":611},{"source":609,"target":535}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="GUIdancerComponentHierarchy" nsURI="GUIdancerComponentHierarchy" nsPrefix="GUIdancerComponentHierarchy"> <eClassifiers xsi:type="ecore:EClass" name="Graphics Component"> <eOperations name="Check Existence"/> <eOperations name="Check Enablement"/> <eOperations name="Check Property"/> <eOperations name="Check Focus"/> <eOperations name="Click"/> <eOperations name="Click in Component"/> <eOperations name="Drag"/> <eOperations name="Drop"/> <eOperations name="Select Context Menu by Indexpath"/> <eOperations name="Select Context Menu by Indexpath (Specify Position)"/> <eOperations name="Select Context Menu by Textpath"/> <eOperations name="Select Context Menu by Textpath (Specify Position)"/> <eOperations name="Show Text"/> <eOperations name="Wait for Component"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Button Component" eSuperTypes="#//Component%20with%20Text"> <eOperations name="Check Selection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component with Text" eSuperTypes="#//Graphics%20Component"> <eOperations name="Check Text"/> <eOperations name="Store Value"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component with Text Input" eSuperTypes="#//Component%20with%20Text"> <eOperations name="Check Editability"/> <eOperations name="Input Text"/> <eOperations name="Replace Text"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Application"> <eOperations name="Activate"/> <eOperations name="Click in Active Window"/> <eOperations name="Execute External Command"/> <eOperations name="External Key Combination"/> <eOperations name="External Input Text"/> <eOperations name="Input Text"/> <eOperations name="Key Combination"/> <eOperations name="Pause"/> <eOperations name="Restart"/> <eOperations name="Set Toggle Key"/> <eOperations name="Take Screenshot"/> <eOperations name="Wait"/> <eOperations name="Wait for Window"/> <eOperations name="Wait for Window Activation"/> <eOperations name="Wait for Window to Close"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Button / Check Box / Radio Button" eSuperTypes="#//Button%20Component"/> <eClassifiers xsi:type="ecore:EClass" name="Combo Box" eSuperTypes="#//Component%20with%20Text%20Input"> <eOperations name="Check Existence of Entry by Value"/> <eOperations name="Check Selection of Entry by Index"/> <eOperations name="Select Index"/> <eOperations name="Select Value"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="List" eSuperTypes="#//Component%20with%20Text"> <eOperations name="Drag Entry by Index"/> <eOperations name="Drag Entry by Value"/> <eOperations name="Drop on Entry by Index"/> <eOperations name="Drop on Entry by Value"/> <eOperations name="Check Selection of Entry by Index/Indices"/> <eOperations name="Check Selection of Entry by Value(s)"/> <eOperations name="Check Existence of Entry by Value"/> <eOperations name="Select Index/Indices"/> <eOperations name="Select Value(s)"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Label" eSuperTypes="#//Component%20with%20Text"/> <eClassifiers xsi:type="ecore:EClass" name="Menu Bar"> <eOperations name="Check Enablement of Entry by Indexpath"/> <eOperations name="Check Enablement of Entry by Textpath"/> <eOperations name="Check Existence of Entry by Indexpath"/> <eOperations name="Check Existence of Entry by Textpath"/> <eOperations name="Check Selection of Entry by Indexpath"/> <eOperations name="Check Selection of Entry by Textpath"/> <eOperations name="Select Menu Entry by Indexpath"/> <eOperations name="Select Menu Entry by Textpath"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tabbed Pane" eSuperTypes="#//Graphics%20Component"> <eOperations name="Check Enablement of Tab by Index"/> <eOperations name="Check Enablement of Tab by Value"/> <eOperations name="Check Selection of Tab by Index"/> <eOperations name="Check Selection of Tab by Value"/> <eOperations name="Select Tab by Index"/> <eOperations name="Select Tab by Value"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#//Component%20with%20Text%20Input"> <eOperations name="Check Editability (Specify Cell by Index)"/> <eOperations name="Check Text (Mouse Position)"/> <eOperations name="Check Text (Specify Cell by Index)"/> <eOperations name="Drag Cell by Index"/> <eOperations name="Drag Cell from Column by Index"/> <eOperations name="Drag Cell from Row"/> <eOperations name="Drop on Cell by Index"/> <eOperations name="Drop on Cell from Column by Index"/> <eOperations name="Drop on Cell from Row"/> <eOperations name="Input Text (Specify Cell by Index)"/> <eOperations name="Move"/> <eOperations name="Replace Text (Specify Cell by Index)"/> <eOperations name="Select Cell by Index"/> <eOperations name="Select Row"/> <eOperations name="Select Value from Column by Index"/> <eOperations name="Select Value from Row"/> <eOperations name="Store Value (Specify Cell by Index)"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Text Field/Text Area/Editor Pane/Text Pane" eSuperTypes="#//Component%20with%20Text%20Input"> <eOperations name="Insert Text after Index"/> <eOperations name="Insert Text before/after Pattern"/> <eOperations name="Select All"/> <eOperations name="Select Pattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tree" eSuperTypes="#//Graphics%20Component"> <eOperations name="Check Existence of Node by Indexpath"/> <eOperations name="Check Existence of Node by Textpath"/> <eOperations name="Check Text of Selected Node(s)"/> <eOperations name="Collapse Node by Indexpath"/> <eOperations name="Collapse Node by Textpath"/> <eOperations name="Drag Node by Indexpath"/> <eOperations name="Drag Node by Textpath"/> <eOperations name="Drop on Node by Indexpath"/> <eOperations name="Drop on Node by Textpath"/> <eOperations name="Expand Node by Indexpath"/> <eOperations name="Expand Node by Textpath"/> <eOperations name="Move"/> <eOperations name="Select Node by Indexpath"/> <eOperations name="Select Node by Textpath"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MagMar94/ParmorelRunnable/differentSelectionMethodsOriginals/GUIdancerComponentHierarchy.ecore
ecore
GUIdancerComponentHierarchy Graphics Component Check Existence Check Enablement Check Property Check Focus Click Click in Component Drag Drop Select Context Menu by Indexpath Select Context Menu by Indexpath (Specify Position) Select Context Menu by Textpath Select Context Menu by Textpath (Specify Position) Show Text Wait for Component Button Component Check Selection Component with Text Check Text Store Value Component with Text Input Check Editability Input Text Replace Text Application Activate Click in Active Window Execute External Command External Key Combination External Input Text Input Text Key Combination Pause Restart Set Toggle Key Take Screenshot Wait Wait for Window Wait for Window Activation Wait for Window to Close Button / Check Box / Radio Button Combo Box Check Existence of Entry by Value Check Selection of Entry by Index Select Index Select Value List Drag Entry by Index Drag Entry by Value Drop on Entry by Index Drop on Entry by Value Check Selection of Entry by Index/Indices Check Selection of Entry by Value(s) Check Existence of Entry by Value Select Index/Indices Select Value(s) Label Menu Bar Check Enablement of Entry by Indexpath Check Enablement of Entry by Textpath Check Existence of Entry by Indexpath Check Existence of Entry by Textpath Check Selection of Entry by Indexpath Check Selection of Entry by Textpath Select Menu Entry by Indexpath Select Menu Entry by Textpath Tabbed Pane Check Enablement of Tab by Index Check Enablement of Tab by Value Check Selection of Tab by Index Check Selection of Tab by Value Select Tab by Index Select Tab by Value Table Check Editability (Specify Cell by Index) Check Text (Mouse Position) Check Text (Specify Cell by Index) Drag Cell by Index Drag Cell from Column by Index Drag Cell from Row Drop on Cell by Index Drop on Cell from Column by Index Drop on Cell from Row Input Text (Specify Cell by Index) Move Replace Text (Specify Cell by Index) Select Cell by Index Select Row Select Value from Column by Index Select Value from Row Store Value (Specify Cell by Index) Text Field/Text Area/Editor Pane/Text Pane Insert Text after Index Insert Text before/after Pattern Select All Select Pattern Tree Check Existence of Node by Indexpath Check Existence of Node by Textpath Check Text of Selected Node(s) Collapse Node by Indexpath Collapse Node by Textpath Drag Node by Indexpath Drag Node by Textpath Drop on Node by Indexpath Drop on Node by Textpath Expand Node by Indexpath Expand Node by Textpath Move Select Node by Indexpath Select Node by Textpath
null
{"directed":true,"nodes":[{"nsPrefix":"GUIdancerComponentHierarchy","nsURI":"GUIdancerComponentHierarchy","name":"GUIdancerComponentHierarchy","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graphics Component","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Button Component","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component with Text","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component with Text Input","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Application","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Button / Check Box / Radio Button","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Combo Box","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"List","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Menu Bar","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tabbed Pane","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text Field/Text Area/Editor Pane/Text Pane","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tree","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"Check Existence","lowerBound":0,"id":15,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Check Enablement","lowerBound":0,"id":16,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Check Property","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Check Focus","lowerBound":0,"id":18,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Click","lowerBound":0,"id":19,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Click in Component","lowerBound":0,"id":20,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Drag","lowerBound":0,"id":21,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Drop","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Select Context Menu by Indexpath","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Select Context Menu by Indexpath (Specify Position)","lowerBound":0,"id":24,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Select Context Menu by Textpath","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Select Context Menu by Textpath (Specify Position)","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Show Text","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Wait for Component","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Check Selection","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EOperation"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"Check Text","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Store Value","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EOperation"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"Check Editability","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Input Text","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Replace Text","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EOperation"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"Activate","lowerBound":0,"id":38,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Click in Active Window","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Execute External Command","lowerBound":0,"id":40,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"External Key Combination","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"External Input Text","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Input Text","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Key Combination","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Pause","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Restart","lowerBound":0,"id":46,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Set Toggle Key","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Take Screenshot","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Wait","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Wait for Window","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Wait for Window Activation","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Wait for Window to Close","lowerBound":0,"id":52,"many":false,"required":false,"eClass":"EOperation"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"Check Existence of Entry by Value","lowerBound":0,"id":54,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Check Selection of Entry by Index","lowerBound":0,"id":55,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Select Index","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Select Value","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EOperation"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"Drag Entry by Index","lowerBound":0,"id":59,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Drag Entry by Value","lowerBound":0,"id":60,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Drop on Entry by Index","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Drop on Entry by Value","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Check Selection of Entry by Index/Indices","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Check Selection of Entry by Value(s)","lowerBound":0,"id":64,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Check Existence of Entry by Value","lowerBound":0,"id":65,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Select Index/Indices","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Select Value(s)","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EOperation"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"Check Enablement of Entry by Indexpath","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Check Enablement of Entry by Textpath","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Check Existence of Entry by Indexpath","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Check Existence of Entry by Textpath","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Check Selection of Entry by Indexpath","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Check Selection of Entry by Textpath","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Select Menu Entry by Indexpath","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Select Menu Entry by Textpath","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Check Enablement of Tab by Index","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Check Enablement of Tab by Value","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Check Selection of Tab by Index","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Check Selection of Tab by Value","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Select Tab by Index","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Select Tab by Value","lowerBound":0,"id":83,"many":false,"required":false,"eClass":"EOperation"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"Check Editability (Specify Cell by Index)","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Check Text (Mouse Position)","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Check Text (Specify Cell by Index)","lowerBound":0,"id":87,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Drag Cell by Index","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Drag Cell from Column by Index","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Drag Cell from Row","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Drop on Cell by Index","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Drop on Cell from Column by Index","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Drop on Cell from Row","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Input Text (Specify Cell by Index)","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Move","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Replace Text (Specify Cell by Index)","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Select Cell by Index","lowerBound":0,"id":97,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Select Row","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Select Value from Column by Index","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Select Value from Row","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Store Value (Specify Cell by Index)","lowerBound":0,"id":101,"many":false,"required":false,"eClass":"EOperation"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"Insert Text after Index","lowerBound":0,"id":103,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Insert Text before/after Pattern","lowerBound":0,"id":104,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Select All","lowerBound":0,"id":105,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Select Pattern","lowerBound":0,"id":106,"many":false,"required":false,"eClass":"EOperation"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"Check Existence of Node by Indexpath","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Check Existence of Node by Textpath","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Check Text of Selected Node(s)","lowerBound":0,"id":110,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Collapse Node by Indexpath","lowerBound":0,"id":111,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Collapse Node by Textpath","lowerBound":0,"id":112,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Drag Node by Indexpath","lowerBound":0,"id":113,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Drag Node by Textpath","lowerBound":0,"id":114,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Drop on Node by Indexpath","lowerBound":0,"id":115,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Drop on Node by Textpath","lowerBound":0,"id":116,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Expand Node by Indexpath","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Expand Node by Textpath","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Move","lowerBound":0,"id":119,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Select Node by Indexpath","lowerBound":0,"id":120,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Select Node by Textpath","lowerBound":0,"id":121,"many":false,"required":false,"eClass":"EOperation"},{"id":122,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"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":15,"target":1},{"source":16,"target":1},{"source":17,"target":1},{"source":18,"target":1},{"source":19,"target":1},{"source":20,"target":1},{"source":21,"target":1},{"source":22,"target":1},{"source":23,"target":1},{"source":24,"target":1},{"source":25,"target":1},{"source":26,"target":1},{"source":27,"target":1},{"source":28,"target":1},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":29},{"source":2,"target":30},{"source":29,"target":2},{"source":30,"target":3},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":31,"target":3},{"source":32,"target":3},{"source":33,"target":1},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":34,"target":4},{"source":35,"target":4},{"source":36,"target":4},{"source":37,"target":3},{"source":5,"target":0},{"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":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":38,"target":5},{"source":39,"target":5},{"source":40,"target":5},{"source":41,"target":5},{"source":42,"target":5},{"source":43,"target":5},{"source":44,"target":5},{"source":45,"target":5},{"source":46,"target":5},{"source":47,"target":5},{"source":48,"target":5},{"source":49,"target":5},{"source":50,"target":5},{"source":51,"target":5},{"source":52,"target":5},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":53},{"source":53,"target":2},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":7,"target":58},{"source":54,"target":7},{"source":55,"target":7},{"source":56,"target":7},{"source":57,"target":7},{"source":58,"target":4},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":59},{"source":8,"target":60},{"source":8,"target":61},{"source":8,"target":62},{"source":8,"target":63},{"source":8,"target":64},{"source":8,"target":65},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":59,"target":8},{"source":60,"target":8},{"source":61,"target":8},{"source":62,"target":8},{"source":63,"target":8},{"source":64,"target":8},{"source":65,"target":8},{"source":66,"target":8},{"source":67,"target":8},{"source":68,"target":3},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":69},{"source":69,"target":3},{"source":10,"target":0},{"source":10,"target":70},{"source":10,"target":71},{"source":10,"target":72},{"source":10,"target":73},{"source":10,"target":74},{"source":10,"target":75},{"source":10,"target":76},{"source":10,"target":77},{"source":70,"target":10},{"source":71,"target":10},{"source":72,"target":10},{"source":73,"target":10},{"source":74,"target":10},{"source":75,"target":10},{"source":76,"target":10},{"source":77,"target":10},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":78},{"source":11,"target":79},{"source":11,"target":80},{"source":11,"target":81},{"source":11,"target":82},{"source":11,"target":83},{"source":11,"target":84},{"source":78,"target":11},{"source":79,"target":11},{"source":80,"target":11},{"source":81,"target":11},{"source":82,"target":11},{"source":83,"target":11},{"source":84,"target":1},{"source":12,"target":0},{"source":12,"target":4},{"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":12,"target":97},{"source":12,"target":98},{"source":12,"target":99},{"source":12,"target":100},{"source":12,"target":101},{"source":12,"target":102},{"source":85,"target":12},{"source":86,"target":12},{"source":87,"target":12},{"source":88,"target":12},{"source":89,"target":12},{"source":90,"target":12},{"source":91,"target":12},{"source":92,"target":12},{"source":93,"target":12},{"source":94,"target":12},{"source":95,"target":12},{"source":96,"target":12},{"source":97,"target":12},{"source":98,"target":12},{"source":99,"target":12},{"source":100,"target":12},{"source":101,"target":12},{"source":102,"target":4},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":103},{"source":13,"target":104},{"source":13,"target":105},{"source":13,"target":106},{"source":13,"target":107},{"source":103,"target":13},{"source":104,"target":13},{"source":105,"target":13},{"source":106,"target":13},{"source":107,"target":4},{"source":14,"target":0},{"source":14,"target":1},{"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":14,"target":122},{"source":108,"target":14},{"source":109,"target":14},{"source":110,"target":14},{"source":111,"target":14},{"source":112,"target":14},{"source":113,"target":14},{"source":114,"target":14},{"source":115,"target":14},{"source":116,"target":14},{"source":117,"target":14},{"source":118,"target":14},{"source":119,"target":14},{"source":120,"target":14},{"source":121,"target":14},{"source":122,"target":1}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="div" nsURI="http://www.mimacom.com/ddd/dm/div" nsPrefix="div"> <eClassifiers xsi:type="ecore:EClass" name="DomainInformationView" eSuperTypes="../../com.mimacom.ddd.dm.base/model/transpose.ecore#//TInformationModel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readOnlyView" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/oliver-reinhard/ddd/com.mimacom.ddd.dm.div/model/div.ecore
ecore
div DomainInformationView readOnlyView
null
{"directed":true,"nodes":[{"nsPrefix":"div","nsURI":"http://www.mimacom.com/ddd/dm/div","name":"div","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainInformationView","instanceClass":null,"abstract":false,"id":1,"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":"readOnlyView","changeable":true,"lowerBound":0,"iD":false,"id":2,"derived":false},{"id":3,"eClass":"EGenericType"},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3},{"source":2,"target":4},{"source":2,"target":1}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="hierarchy" nsURI="http://www.eclipse.org/hyades/models/hierarchy.xmi" nsPrefix="Hierarchy"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Internal package, please do not extend or use.&#xD;&#xA;The &quot;hierarchy&quot; package is used to capture the base topology used to provide a hierarchical view that is used to organize and interact with the various agent contents."/> </eAnnotations> <eClassifiers xsi:type="ecore:EEnum" name="TRCCollectionMode"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> <eLiterals name="HEAP_STATISTICS_ONLY"/> <eLiterals name="HEAP_FULL" value="1"/> <eLiterals name="HEAP_AND_EXECUTION_FULL" value="2"/> <eLiterals name="HEAP_AND_EXECUTION_STATISTICS_ONLY" value="3"/> <eLiterals name="EXECUTION_STATISTICS_ONLY" value="4"/> <eLiterals name="EXECUTION_NO_INSTANCES" value="5"/> <eLiterals name="EXECUTION_FULL" value="6"/> <eLiterals name="HEAP_FULL_AND_EXECUTION_STATISTICS_ONLY" value="7"/> <eLiterals name="HEAP_STATISTICS_AND_EXECUTION_NO_INSTANCES" value="8"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TRCProcessProxy"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The proxy for a real OS process. Has properties that represent the execution context. The reason this is referred to as a proxy is that if an agent is actually collecting an execution trace, it will contain the relevant details at runtime of the process that is being monitored.&#xD;&#xA;"/> </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="runtimeId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classpath" 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 process classpath"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameters" 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 process command-line parameters"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="launchMode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The launching mode for the current process,&#xD;&#xA;1 if the trace was attached to the process, 0 if the&#xD;&#xA;process was launched by the trace process.&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" 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 initial current directory for the process"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vmArguments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="active" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="execParameters" upperBound="-1" eType="#//TRCExecParameter" containment="true" eOpposite="#//TRCExecParameter/processProxy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="environmentVariables" upperBound="-1" eType="#//TRCEnvironmentVariable" containment="true" eOpposite="#//TRCEnvironmentVariable/processProxy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="node" eType="#//TRCNode" eOpposite="#//TRCNode/processProxies"/> <eStructuralFeatures xsi:type="ecore:EReference" name="agentProxies" upperBound="-1" eType="#//TRCAgentProxy" containment="true" eOpposite="#//TRCAgentProxy/processProxy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TRCOption"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a name/value pair, used to define options for the profiling agent. Eg.: key=&quot;ALLOCATION_INFORMATION&quot; optionValue=&quot;all&quot;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" 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 name used to identify an option"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The value of the option"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="configuration" lowerBound="1" eType="#//TRCConfiguration" transient="true" eOpposite="#//TRCConfiguration/options"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TRCAgent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An agent is analogous to a &quot;trace file&quot;. An agent is typed to hold a particular type of trace, and the TRCAgent object owns by value the instances of the trace data. Because agents are typed, there can be zero or more agents associated with a given TRCMonitor, TRCNode or TRCProcessProxy. However, a given agent instance can only be associated with one of those objects.&#xD;&#xA;&#xD;&#xA;This agent is the model entity for a data provider. Providers provide metadata as a collection of descriptors and the data itself as observations. &#xD;&#xA;&#xD;&#xA;The agent is also the granularity of persistence.&#xD;&#xA;"/> </eAnnotations> <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="A descriptive agent name, like &quot;Java Profiler Agent&quot;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="_unknown"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type of the agent, eg. &quot;Profiler&quot;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="runtimeId" 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 GUID based ID to identify an monitoring agent instance"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Marks the starting point of the collecting session"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stopTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Marks the end point of the collecting session"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collectionMode" eType="#//TRCCollectionMode" defaultValueLiteral="HEAP_STATISTICS_ONLY"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines different collection modes (some include filtering of data on agent side some on loader side and some are combined). This is used by loaders and UI to decide the model building algorithms and the presentation mode. This is has the same value as TRCAgentProxy.collectionMode attribute."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" 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 version of an agent (for example &quot;1.0.0&quot;)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultEvents" upperBound="-1" eType="#//AbstractDefaultEvent" containment="true" eOpposite="#//AbstractDefaultEvent/agent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="view" eType="#//AbstractTRCView" containment="true" eOpposite="#//AbstractTRCView/agent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="descriptor" upperBound="-1" eType="#//AbstractTRCDescription" containment="true" eOpposite="#//AbstractTRCDescription/agent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="process" eType="#//AbstractTRCProcess" containment="true" eOpposite="#//AbstractTRCProcess/agent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="agentProxy" eType="#//TRCAgentProxy" eOpposite="#//TRCAgentProxy/agent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unresolvedCorrelations" upperBound="-1" eType="#//UnresolvedCorrelation" containment="true" eOpposite="#//UnresolvedCorrelation/agent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TRCAgentProxy"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A TRCAgent proxy, to enable support for loading and unloading the agent resource. This class shadows most of the properties of the TRCAgent: please check the documentation on TRCAgent for duplicated fields."/> </eAnnotations> <eOperations name="isToProfileFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="_unknown"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="runtimeId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stopTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collectionMode" eType="#//TRCCollectionMode" defaultValueLiteral="HEAP_STATISTICS_ONLY"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines different collection modes (some include filtering of data on agent side some on loader side and some are combined). This is used by loaders and UI to decide the model building algorithms and the presentation mode."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="active" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" transient="true" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attached" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" transient="true" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collectionData" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" transient="true" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="monitored" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" transient="true" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="profileFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deltaTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Used to synchronize entry, exit events between different agents, on a distributed application. It is in microseconds."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="processProxy" eType="#//TRCProcessProxy" transient="true" eOpposite="#//TRCProcessProxy/agentProxies"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configurations" upperBound="-1" eType="#//TRCConfiguration" containment="true" eOpposite="#//TRCConfiguration/agentProxy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="agent" eType="#//TRCAgent" eOpposite="#//TRCAgent/agentProxy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="internalCorrelations" upperBound="-1" eType="#//CorrelationContainerProxy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//TRCAnnotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedAgentProxies" upperBound="-1" eType="#//TRCAgentProxy" eOpposite="#//TRCAgentProxy/derivedAgentProxies"/> <eStructuralFeatures xsi:type="ecore:EReference" name="derivedAgentProxies" upperBound="-1" eType="#//TRCAgentProxy" eOpposite="#//TRCAgentProxy/relatedAgentProxies"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TRCConfiguration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A configuration is used to hold a set of options and filters. This would normally be used to capture a set of options and filters that are active for a given agent."/> </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="active" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="options" upperBound="-1" eType="#//TRCOption" containment="true" eOpposite="#//TRCOption/configuration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filters" upperBound="-1" eType="#//TRCFilter" containment="true" eOpposite="#//TRCFilter/configuration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="agentProxy" lowerBound="1" eType="#//TRCAgentProxy" transient="true" eOpposite="#//TRCAgentProxy/configurations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TRCEnvironmentVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A name-value pair to capture an environment variable. For example classpath"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processProxy" lowerBound="1" eType="#//TRCProcessProxy" transient="true" eOpposite="#//TRCProcessProxy/environmentVariables"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TRCExecParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processProxy" lowerBound="1" eType="#//TRCProcessProxy" transient="true" eOpposite="#//TRCProcessProxy/execParameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TRCFilter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A filter describes a pattern that can be used during data collection to control the data being collected."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pattern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="active" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="configuration" lowerBound="1" eType="#//TRCConfiguration" transient="true" eOpposite="#//TRCConfiguration/filters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TRCNode"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Node is a machine, or at least a machine execution partition. It owns process proxies for processes with agents attached and data collected.&#xD;&#xA;There is one server/service installed for each Node. An analogy is a service running on NT that hooks to the process being monitored."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="runtimeId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timezone" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="port" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="10002"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deltaTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Used to synchronize entry, exit events between different nodes, on a distributed application. It is in microseconds."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The machine/host name "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ipAddress" 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 IP address of the node"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="monitor" eType="#//TRCMonitor" eOpposite="#//TRCMonitor/nodes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processProxies" upperBound="-1" eType="#//TRCProcessProxy" eOpposite="#//TRCProcessProxy/node"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TRCMonitor"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A monitor is in effect a complete set of traces that may have been collected from one or more agents. It is the logical root for a persisted model instance that may reflect a complete distributed application or simply a set of data collection points.&#xD;&#xA;&#x9;&#x9;&#x9;&#xD;&#xA;"/> </eAnnotations> <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="A user provider name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The overall start time (the earliest start time of all the agents in this monitor)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stopTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The overall stop time (the latest stop time of all the agents in this monitor)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//TRCNode" eOpposite="#//TRCNode/monitor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correlationContainerProxies" upperBound="-1" eType="#//CorrelationContainerProxy" containment="true" eOpposite="#//CorrelationContainerProxy/monitor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractDefaultEvent" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This class allows for a clean plugin dependency packaging. Hyades needs to allow different plugins for each model sub-package in order to avoid all of them having to always be present and possibly loaded."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="agent" lowerBound="1" eType="#//TRCAgent" transient="true" eOpposite="#//TRCAgent/defaultEvents"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractTRCView" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This class allows for a clean plugin dependency packaging. Hyades needs to allow different plugins for each model sub-package in order to avoid all of them having to always be present and possibly loaded."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="agent" eType="#//TRCAgent" transient="true" eOpposite="#//TRCAgent/view"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractTRCDescription" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This class allows for a clean plugin dependency packaging. Hyades needs to allow different plugins for each model sub-package in order to avoid all of them having to always be present and possibly loaded."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="agent" lowerBound="1" eType="#//TRCAgent" transient="true" eOpposite="#//TRCAgent/descriptor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractTRCProcess" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This class allows for a clean plugin dependency packaging. Hyades needs to allow different plugins for each model sub-package in order to avoid all of them having to always be present and possibly loaded."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="agent" lowerBound="1" eType="#//TRCAgent" transient="true" eOpposite="#//TRCAgent/process"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractTRCCollectionBoundary" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This class allows for a clean plugin dependency packaging. Hyades needs to allow different plugins for each model sub-package in order to avoid all of them having to always be present and possibly loaded."/> </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="startTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The creation time of this object, relative to hierarchy.TRCAgent.startTime"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collectionMode" eType="#//TRCCollectionMode" defaultValueLiteral="HEAP_STATISTICS_ONLY"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines different collection modes (some include filtering of data on agent side some on loader side and some are combined). This is used by loaders and UI to decide the model building algorithms and the presentation mode."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="configuration" eType="#//TRCConfiguration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedCorrelation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Class used to persist the unresolved correlations. When a correlation is resolved the object should be removed form the list."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contextId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="String based look-up key (eg. in Trace submodel case this is a concatenation of runtimeIds, ticket, sequence and threadId). The schema of this ID can be arbitrary chosen and has to be know by both the producer the consumer of this class."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="agent" lowerBound="1" eType="#//TRCAgent" transient="true" eOpposite="#//TRCAgent/unresolvedCorrelations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceInfos" upperBound="-1" eType="#//CorrelationSourceInfo" containment="true" eOpposite="#//CorrelationSourceInfo/targetInfo"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorrelationSourceInfo"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Describes the known information from the received event."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="ecore:EClass ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="ecore:EClass ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetInfo" lowerBound="1" eType="#//UnresolvedCorrelation" transient="true" eOpposite="#//UnresolvedCorrelation/sourceInfos"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorrelationContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a root in a correlation instance resource. For example the correlation instance is created when a correlation operation/action is used or by the loaders when an AssciationEngine event is received."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="correlations" upperBound="-1" eType="#//CorrelationEntry" containment="true" eOpposite="#//CorrelationEntry/correlationContainer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correlationContainerProxy" eType="#//CorrelationContainerProxy" eOpposite="#//CorrelationContainerProxy/correlationContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorrelationContainerProxy"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A UI proxy class, to avoid loading the whole correlation instance resource."/> </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="creationTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correlationContainer" eType="#//CorrelationContainer" eOpposite="#//CorrelationContainer/correlationContainerProxy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correlatedAgents" upperBound="-1" eType="#//TRCAgentProxy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="correlationEngine" eType="#//CorrelationEngine" containment="true" eOpposite="#//CorrelationEngine/CorrelationContainerProxy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="monitor" lowerBound="1" eType="#//TRCMonitor" transient="true" eOpposite="#//TRCMonitor/correlationContainerProxies"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorrelationEntry" instanceClassName="java.util.Map$Entry"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents a 1-many relation between a source event and it's associated events (an event can be a CBE, method invocation etc)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="correlationContainer" lowerBound="1" eType="#//CorrelationContainer" transient="true" eOpposite="#//CorrelationContainer/correlations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="key" lowerBound="1" eType="ecore:EClass ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="ecore:EClass ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorrelationEngine"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The id should uniquely identify the engine."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Engines are typed with this attribute. Examples of types are &#xD;&#xA;&quot;Correlation based on URI&quot;, &quot;root&quot;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Each engine has a name. This is not ensured to be unique. The name is intended to be human readable."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The id of an engine is something that uniquely identifes the engine from all other engines installed.&#xD;&#xA;The uniqueness is managed outside the model and is the responsibility of the engine provider."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" 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 description of this engine"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="CorrelationContainerProxy" eType="#//CorrelationContainerProxy" transient="true" eOpposite="#//CorrelationContainerProxy/correlationEngine"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="BooleanArray" instanceClassName="boolean[]"/> <eClassifiers xsi:type="ecore:EDataType" name="IntArray" instanceClassName="int[]"/> <eClassifiers xsi:type="ecore:EDataType" name="DoubleArray" instanceClassName="double[]"/> <eClassifiers xsi:type="ecore:EClass" name="TRCAnnotation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Generic annotation mechanism, can be used to add metadata information on specific classes."/> </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="values" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eSubpackages name="extensions" nsURI="http://www.eclipse.org/hyades/models/hierarchy-extensions.xmi" nsPrefix="HierarchyExtensions"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Resource extensions (internal code)"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Query" 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="sources" 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="Points to a list of resource URIs, starting EObject URIs or Query names"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distinct" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="count" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputElements" upperBound="-1" eType="#//extensions/Operand" containment="true" eOpposite="#//extensions/Operand/query"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subQuery" upperBound="-1" eType="#//extensions/Query" containment="true" eOpposite="#//extensions/Query/query"/> <eStructuralFeatures xsi:type="ecore:EReference" name="query" eType="#//extensions/Query" transient="true" eOpposite="#//extensions/Query/subQuery"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredPaths" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//TRCAnnotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleSearchQuery" eSuperTypes="#//extensions/Query"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxElements" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Maximum number of returned elements."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startWith" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The starting index in the result set from where we will return the values, if negative it will be relative to the end of the result set."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="orderByExpresions" upperBound="-1" eType="#//extensions/OrderByElement" containment="true" eOpposite="#//extensions/OrderByElement/searchQuery"/> <eStructuralFeatures xsi:type="ecore:EReference" name="whereExpression" eType="#//extensions/WhereExpression" containment="true" eOpposite="#//extensions/WhereExpression/searchQuery"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceQuery" eSuperTypes="#//extensions/Query"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A simple query, in XMI case could have an optimized implementation"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" upperBound="-1" eType="#//extensions/BinaryExpression" containment="true" eOpposite="#//extensions/BinaryExpression/instanceQuery"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrderByElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//extensions/OrderByOperators"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" eType="#//extensions/Operand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="searchQuery" eType="#//extensions/SimpleSearchQuery" transient="true" eOpposite="#//extensions/SimpleSearchQuery/orderByExpresions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryResult"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The list results, one entry per output element"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="query" lowerBound="1" eType="#//extensions/Query"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultEntries" upperBound="-1" eType="#//extensions/ResultEntry"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" eSuperTypes="#//extensions/WhereExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Binary expressions which might have multiple rigth operands (e.g. IN and BETWEEN)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//extensions/RelationalOperators"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//extensions/Operand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperands" upperBound="-1" eType="#//extensions/Operand" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is a list because we can have one or many operatand in expresions with IN or BETWEEN operators"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="caseInsensitive" 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 true the operand's value is treated as beeing case insensitive. Default is false."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="instanceQuery" lowerBound="1" eType="#//extensions/InstanceQuery" transient="true" eOpposite="#//extensions/InstanceQuery/conditions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operand" abstract="true"> <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="An alias for this operand. If it starts with $ it is a reference to an existing operand with the same name (without the $ prefix)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="query" lowerBound="1" eType="#//extensions/Query" transient="true" eOpposite="#//extensions/Query/outputElements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RelationalOperators"> <eLiterals name="LT"/> <eLiterals name="GT" value="1"/> <eLiterals name="EQ" value="2"/> <eLiterals name="LE" value="3"/> <eLiterals name="GE" value="4"/> <eLiterals name="NEQ" value="5"/> <eLiterals name="LIKE" value="6"/> <eLiterals name="IN" value="7"/> <eLiterals name="BETWEEN" value="8"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OrderByOperators"> <eLiterals name="ASC"/> <eLiterals name="DESC" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResultEntry"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains a value of type Object (most case would be a List)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EJavaObject" transient="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The transient result value for a specific output element. It can be also a list."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorrelationQuery" eSuperTypes="#//extensions/SimpleSearchQuery"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="correlationContainerURI" 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 URI of the correlation container where the correlation entries are stored"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="correlationContainerProxyURI" 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 URI of the correlation container proxy"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deltaTime" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This list contains the delta time for each entry in the Query.sources list."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeBasedCorrelationQuery" eSuperTypes="#//extensions/CorrelationQuery"/> <eClassifiers xsi:type="ecore:EEnum" name="LogicalOperators"> <eLiterals name="NOT"/> <eLiterals name="AND" value="1"/> <eLiterals name="OR" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicalExpression" eSuperTypes="#//extensions/WhereExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//extensions/LogicalOperators"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//extensions/WhereExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhereExpression"> <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="An alias for this expression. If it starts with $ it is a reference to an existing expression with the same name (without the $ prefix)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="searchQuery" eType="#//extensions/SimpleSearchQuery" transient="true" eOpposite="#//extensions/SimpleSearchQuery/whereExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArithmeticExpression" eSuperTypes="#//extensions/Operand"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Simple arithmetic expressions. All the arguments should have numeric types.&#xD;&#xA;The value in this case is the value resulted from the evaluation of the expression."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//extensions/ArithmeticOperators"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//extensions/Operand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ArithmeticOperators"> <eLiterals name="ADD"/> <eLiterals name="SUBSTRACT" value="1"/> <eLiterals name="MULTIPLY" value="2"/> <eLiterals name="DIVIDE" value="3"/> <eLiterals name="INTEGER_DIVIDE" value="4"/> <eLiterals name="MOD" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="NumericFunctions"> <eLiterals name="MAX"/> <eLiterals name="MIN" value="1"/> <eLiterals name="COUNT" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumericFunction" eSuperTypes="#//extensions/Operand"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Function which has only numeric arguments and return types.&#xD;&#xA;The value in this case is the value resulted from the evaluation of the function."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="function" eType="#//extensions/NumericFunctions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//extensions/Operand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleOperand" eSuperTypes="#//extensions/Operand"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Use value, feature or type whichever is not null. Value could represent an XPointer path (if starts with /) or just a name."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rawValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EJavaObject" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="ecore:EClass ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valueType" eType="ecore:EClass ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDataType"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/hierarchy.ecore
ecore
hierarchy TRCCollectionMode HEAP_STATISTICS_ONLY HEAP_STATISTICS_ONLY HEAP_FULL HEAP_FULL HEAP_AND_EXECUTION_FULL HEAP_AND_EXECUTION_FULL HEAP_AND_EXECUTION_STATISTICS_ONLY HEAP_AND_EXECUTION_STATISTICS_ONLY EXECUTION_STATISTICS_ONLY EXECUTION_STATISTICS_ONLY EXECUTION_NO_INSTANCES EXECUTION_NO_INSTANCES EXECUTION_FULL EXECUTION_FULL HEAP_FULL_AND_EXECUTION_STATISTICS_ONLY HEAP_FULL_AND_EXECUTION_STATISTICS_ONLY HEAP_STATISTICS_AND_EXECUTION_NO_INSTANCES HEAP_STATISTICS_AND_EXECUTION_NO_INSTANCES TRCProcessProxy name runtimeId pid classpath parameters launchMode location vmArguments active execParameters environmentVariables node agentProxies TRCOption key value configuration TRCAgent name type _unknown runtimeId startTime stopTime collectionMode HEAP_STATISTICS_ONLY version defaultEvents view descriptor process agentProxy unresolvedCorrelations TRCAgentProxy isToProfileFile name type _unknown runtimeId startTime stopTime collectionMode HEAP_STATISTICS_ONLY active false attached false collectionData false monitored false profileFile deltaTime processProxy configurations agent internalCorrelations annotations relatedAgentProxies derivedAgentProxies TRCConfiguration name active options filters agentProxy TRCEnvironmentVariable name value processProxy TRCExecParameter key value processProxy TRCFilter type pattern mode active operation configuration TRCNode runtimeId timezone port 10002 deltaTime name description ipAddress monitor processProxies TRCMonitor name startTime stopTime nodes correlationContainerProxies AbstractDefaultEvent agent AbstractTRCView agent AbstractTRCDescription agent AbstractTRCProcess agent AbstractTRCCollectionBoundary name startTime collectionMode HEAP_STATISTICS_ONLY configuration UnresolvedCorrelation contextId agent sourceInfos CorrelationSourceInfo owner reference targetInfo CorrelationContainer correlations correlationContainerProxy CorrelationContainerProxy name creationTime correlationContainer correlatedAgents correlationEngine monitor CorrelationEntry java.util.Map$Entry java.util.Map$Entry correlationContainer key value CorrelationEngine type name id description CorrelationContainerProxy BooleanArray boolean[] boolean[] IntArray int[] int[] DoubleArray double[] double[] TRCAnnotation name values extensions Query name sources distinct count outputElements subQuery query requiredPaths annotations SimpleSearchQuery maxElements startWith orderByExpresions whereExpression InstanceQuery conditions OrderByElement operator operand searchQuery QueryResult query resultEntries BinaryExpression operator leftOperand rightOperands caseInsensitive instanceQuery Operand name query RelationalOperators LT LT GT GT EQ EQ LE LE GE GE NEQ NEQ LIKE LIKE IN IN BETWEEN BETWEEN OrderByOperators ASC ASC DESC DESC ResultEntry value CorrelationQuery correlationContainerURI correlationContainerProxyURI deltaTime TimeBasedCorrelationQuery LogicalOperators NOT NOT AND AND OR OR LogicalExpression operator arguments WhereExpression name searchQuery ArithmeticExpression operator arguments ArithmeticOperators ADD ADD SUBSTRACT SUBSTRACT MULTIPLY MULTIPLY DIVIDE DIVIDE INTEGER_DIVIDE INTEGER_DIVIDE MOD MOD NumericFunctions MAX MAX MIN MIN COUNT COUNT NumericFunction function arguments SimpleOperand rawValue value feature type valueType
null
{"directed":true,"nodes":[{"nsPrefix":"Hierarchy","nsURI":"http://www.eclipse.org/hyades/models/hierarchy.xmi","name":"hierarchy","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"TRCCollectionMode","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TRCProcessProxy","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TRCOption","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TRCAgent","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TRCAgentProxy","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TRCConfiguration","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TRCEnvironmentVariable","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TRCExecParameter","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TRCFilter","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TRCNode","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TRCMonitor","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractDefaultEvent","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTRCView","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTRCDescription","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTRCProcess","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTRCCollectionBoundary","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedCorrelation","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorrelationSourceInfo","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorrelationContainer","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorrelationContainerProxy","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"CorrelationEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorrelationEngine","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":"boolean[]","defaultValue":null,"instanceClassName":"boolean[]","name":"BooleanArray","instanceClass":"[Z","id":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int[]","defaultValue":null,"instanceClassName":"int[]","name":"IntArray","instanceClass":"[I","id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double[]","defaultValue":null,"instanceClassName":"double[]","name":"DoubleArray","instanceClass":"[D","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TRCAnnotation","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"nsPrefix":"HierarchyExtensions","nsURI":"http://www.eclipse.org/hyades/models/hierarchy-extensions.xmi","name":"extensions","id":27,"eClass":"EPackage"},{"name":"HEAP_STATISTICS_ONLY","id":28,"value":0,"literal":"HEAP_STATISTICS_ONLY","eClass":"EEnumLiteral"},{"name":"HEAP_FULL","id":29,"value":1,"literal":"HEAP_FULL","eClass":"EEnumLiteral"},{"name":"HEAP_AND_EXECUTION_FULL","id":30,"value":2,"literal":"HEAP_AND_EXECUTION_FULL","eClass":"EEnumLiteral"},{"name":"HEAP_AND_EXECUTION_STATISTICS_ONLY","id":31,"value":3,"literal":"HEAP_AND_EXECUTION_STATISTICS_ONLY","eClass":"EEnumLiteral"},{"name":"EXECUTION_STATISTICS_ONLY","id":32,"value":4,"literal":"EXECUTION_STATISTICS_ONLY","eClass":"EEnumLiteral"},{"name":"EXECUTION_NO_INSTANCES","id":33,"value":5,"literal":"EXECUTION_NO_INSTANCES","eClass":"EEnumLiteral"},{"name":"EXECUTION_FULL","id":34,"value":6,"literal":"EXECUTION_FULL","eClass":"EEnumLiteral"},{"name":"HEAP_FULL_AND_EXECUTION_STATISTICS_ONLY","id":35,"value":7,"literal":"HEAP_FULL_AND_EXECUTION_STATISTICS_ONLY","eClass":"EEnumLiteral"},{"name":"HEAP_STATISTICS_AND_EXECUTION_NO_INSTANCES","id":36,"value":8,"literal":"HEAP_STATISTICS_AND_EXECUTION_NO_INSTANCES","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":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":"runtimeId","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pid","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classpath","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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":null,"unsettable":false,"transient":false,"unique":true,"name":"launchMode","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vmArguments","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"active","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"execParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"environmentVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"node","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"agentProxies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":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":"processProxy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"processProxy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"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":"processProxies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"processProxy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"configuration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"options","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"_unknown","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"_unknown","unsettable":false,"transient":false,"unique":true,"name":"type","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":"runtimeId","changeable":true,"lowerBound":0,"iD":false,"id":76,"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":"startTime","changeable":true,"lowerBound":0,"iD":false,"id":77,"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":"stopTime","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"HEAP_STATISTICS_ONLY","unsettable":false,"transient":false,"unique":true,"name":"collectionMode","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":"version","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultEvents","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":"view","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":"descriptor","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":"process","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"agentProxy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unresolvedCorrelations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"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":"agent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":95,"derived":false},{"id":96,"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":"agent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"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":"agent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"id":100,"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":"agent","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":"agent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"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":"agent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"isToProfileFile","lowerBound":0,"id":106,"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":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"_unknown","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"_unknown","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"runtimeId","changeable":true,"lowerBound":0,"iD":false,"id":109,"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":"startTime","changeable":true,"lowerBound":0,"iD":false,"id":110,"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":"stopTime","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"HEAP_STATISTICS_ONLY","unsettable":false,"transient":false,"unique":true,"name":"collectionMode","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":"false","unsettable":false,"transient":true,"unique":true,"name":"active","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":"false","unsettable":false,"transient":true,"unique":true,"name":"attached","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"collectionData","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"monitored","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"profileFile","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":"deltaTime","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":"configurations","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":"internalCorrelations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relatedAgentProxies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"derivedAgentProxies","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"},{"id":138,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"agentProxy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"active","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"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":"configuration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"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":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"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":"type","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":"pattern","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","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":"active","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"runtimeId","changeable":true,"lowerBound":0,"iD":false,"id":175,"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":"timezone","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":10002,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"10002","unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"lowerBound":0,"iD":false,"id":177,"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":"deltaTime","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ipAddress","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"monitor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":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.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startTime","changeable":true,"lowerBound":0,"iD":false,"id":194,"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":"stopTime","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":true,"unsettable":false,"transient":false,"unique":true,"name":"correlationContainerProxies","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"},{"id":201,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"monitor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startTime","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"HEAP_STATISTICS_ONLY","unsettable":false,"transient":false,"unique":true,"name":"collectionMode","changeable":true,"lowerBound":0,"iD":false,"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":"configuration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contextId","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceInfos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"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":"targetInfo","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"correlations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correlationContainerProxy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"id":228,"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":"correlationContainer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correlationContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"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},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationTime","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"correlatedAgents","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":"correlationEngine","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"},{"id":240,"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":"CorrelationContainerProxy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":243,"derived":false},{"container":false,"ordered":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":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"values","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":true,"id":261,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleSearchQuery","instanceClass":null,"abstract":false,"id":262,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceQuery","instanceClass":null,"abstract":false,"id":263,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderByElement","instanceClass":null,"abstract":false,"id":264,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryResult","instanceClass":null,"abstract":false,"id":265,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":false,"id":266,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operand","instanceClass":null,"abstract":true,"id":267,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RelationalOperators","instanceClass":null,"id":268,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"OrderByOperators","instanceClass":null,"id":269,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResultEntry","instanceClass":null,"abstract":false,"id":270,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorrelationQuery","instanceClass":null,"abstract":false,"id":271,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeBasedCorrelationQuery","instanceClass":null,"abstract":false,"id":272,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LogicalOperators","instanceClass":null,"id":273,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalExpression","instanceClass":null,"abstract":false,"id":274,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhereExpression","instanceClass":null,"abstract":false,"id":275,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArithmeticExpression","instanceClass":null,"abstract":false,"id":276,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ArithmeticOperators","instanceClass":null,"id":277,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"NumericFunctions","instanceClass":null,"id":278,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericFunction","instanceClass":null,"abstract":false,"id":279,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleOperand","instanceClass":null,"abstract":false,"id":280,"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":281,"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":"sources","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distinct","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"count","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":"outputElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subQuery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"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":"query","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiredPaths","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"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":"query","changeable":true,"resolveProxies":true,"lowerBound":1,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxElements","changeable":true,"lowerBound":0,"iD":false,"id":300,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startWith","changeable":true,"lowerBound":0,"iD":false,"id":301,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orderByExpresions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whereExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"container":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":"searchQuery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"id":309,"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":"searchQuery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"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":"instanceQuery","changeable":true,"resolveProxies":true,"lowerBound":1,"id":314,"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":315,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"resolveProxies":true,"lowerBound":1,"id":320,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resultEntries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":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":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"caseInsensitive","changeable":true,"lowerBound":0,"iD":false,"id":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"name":"LT","id":337,"value":0,"literal":"LT","eClass":"EEnumLiteral"},{"name":"GT","id":338,"value":1,"literal":"GT","eClass":"EEnumLiteral"},{"name":"EQ","id":339,"value":2,"literal":"EQ","eClass":"EEnumLiteral"},{"name":"LE","id":340,"value":3,"literal":"LE","eClass":"EEnumLiteral"},{"name":"GE","id":341,"value":4,"literal":"GE","eClass":"EEnumLiteral"},{"name":"NEQ","id":342,"value":5,"literal":"NEQ","eClass":"EEnumLiteral"},{"name":"LIKE","id":343,"value":6,"literal":"LIKE","eClass":"EEnumLiteral"},{"name":"IN","id":344,"value":7,"literal":"IN","eClass":"EEnumLiteral"},{"name":"BETWEEN","id":345,"value":8,"literal":"BETWEEN","eClass":"EEnumLiteral"},{"name":"ASC","id":346,"value":0,"literal":"ASC","eClass":"EEnumLiteral"},{"name":"DESC","id":347,"value":1,"literal":"DESC","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"correlationContainerURI","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":"correlationContainerProxyURI","changeable":true,"lowerBound":0,"iD":false,"id":351,"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":"deltaTime","changeable":true,"lowerBound":0,"iD":false,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"name":"NOT","id":358,"value":0,"literal":"NOT","eClass":"EEnumLiteral"},{"name":"AND","id":359,"value":1,"literal":"AND","eClass":"EEnumLiteral"},{"name":"OR","id":360,"value":2,"literal":"OR","eClass":"EEnumLiteral"},{"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":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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":369,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"name":"ADD","id":374,"value":0,"literal":"ADD","eClass":"EEnumLiteral"},{"name":"SUBSTRACT","id":375,"value":1,"literal":"SUBSTRACT","eClass":"EEnumLiteral"},{"name":"MULTIPLY","id":376,"value":2,"literal":"MULTIPLY","eClass":"EEnumLiteral"},{"name":"DIVIDE","id":377,"value":3,"literal":"DIVIDE","eClass":"EEnumLiteral"},{"name":"INTEGER_DIVIDE","id":378,"value":4,"literal":"INTEGER_DIVIDE","eClass":"EEnumLiteral"},{"name":"MOD","id":379,"value":5,"literal":"MOD","eClass":"EEnumLiteral"},{"name":"MAX","id":380,"value":0,"literal":"MAX","eClass":"EEnumLiteral"},{"name":"MIN","id":381,"value":1,"literal":"MIN","eClass":"EEnumLiteral"},{"name":"COUNT","id":382,"value":2,"literal":"COUNT","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"lowerBound":0,"iD":false,"id":383,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rawValue","changeable":true,"lowerBound":0,"iD":false,"id":388,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":389,"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":"feature","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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valueType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":1,"target":0},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":28,"target":1},{"source":29,"target":1},{"source":30,"target":1},{"source":31,"target":1},{"source":32,"target":1},{"source":33,"target":1},{"source":34,"target":1},{"source":35,"target":1},{"source":36,"target":1},{"source":2,"target":0},{"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":45},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":37,"target":50},{"source":37,"target":2},{"source":38,"target":51},{"source":38,"target":2},{"source":39,"target":52},{"source":39,"target":2},{"source":40,"target":53},{"source":40,"target":2},{"source":41,"target":54},{"source":41,"target":2},{"source":42,"target":55},{"source":42,"target":2},{"source":43,"target":56},{"source":43,"target":2},{"source":44,"target":57},{"source":44,"target":2},{"source":45,"target":58},{"source":45,"target":2},{"source":46,"target":8},{"source":46,"target":59},{"source":46,"target":2},{"source":46,"target":60},{"source":59,"target":8},{"source":47,"target":7},{"source":47,"target":61},{"source":47,"target":2},{"source":47,"target":62},{"source":61,"target":7},{"source":48,"target":10},{"source":48,"target":63},{"source":48,"target":2},{"source":48,"target":64},{"source":63,"target":10},{"source":49,"target":5},{"source":49,"target":65},{"source":49,"target":2},{"source":49,"target":66},{"source":65,"target":5},{"source":3,"target":0},{"source":3,"target":67},{"source":3,"target":68},{"source":3,"target":69},{"source":67,"target":70},{"source":67,"target":3},{"source":68,"target":71},{"source":68,"target":3},{"source":69,"target":6},{"source":69,"target":72},{"source":69,"target":3},{"source":69,"target":73},{"source":72,"target":6},{"source":4,"target":0},{"source":4,"target":74},{"source":4,"target":75},{"source":4,"target":76},{"source":4,"target":77},{"source":4,"target":78},{"source":4,"target":79},{"source":4,"target":80},{"source":4,"target":81},{"source":4,"target":82},{"source":4,"target":83},{"source":4,"target":84},{"source":4,"target":85},{"source":4,"target":86},{"source":74,"target":87},{"source":74,"target":4},{"source":75,"target":88},{"source":75,"target":4},{"source":76,"target":89},{"source":76,"target":4},{"source":77,"target":90},{"source":77,"target":4},{"source":78,"target":91},{"source":78,"target":4},{"source":79,"target":1},{"source":79,"target":92},{"source":79,"target":4},{"source":92,"target":1},{"source":80,"target":93},{"source":80,"target":4},{"source":81,"target":12},{"source":81,"target":94},{"source":81,"target":4},{"source":81,"target":95},{"source":94,"target":12},{"source":82,"target":13},{"source":82,"target":96},{"source":82,"target":4},{"source":82,"target":97},{"source":96,"target":13},{"source":83,"target":14},{"source":83,"target":98},{"source":83,"target":4},{"source":83,"target":99},{"source":98,"target":14},{"source":84,"target":15},{"source":84,"target":100},{"source":84,"target":4},{"source":84,"target":101},{"source":100,"target":15},{"source":85,"target":5},{"source":85,"target":102},{"source":85,"target":4},{"source":85,"target":103},{"source":102,"target":5},{"source":86,"target":17},{"source":86,"target":104},{"source":86,"target":4},{"source":86,"target":105},{"source":104,"target":17},{"source":5,"target":0},{"source":5,"target":106},{"source":5,"target":107},{"source":5,"target":108},{"source":5,"target":109},{"source":5,"target":110},{"source":5,"target":111},{"source":5,"target":112},{"source":5,"target":113},{"source":5,"target":114},{"source":5,"target":115},{"source":5,"target":116},{"source":5,"target":117},{"source":5,"target":118},{"source":5,"target":66},{"source":5,"target":119},{"source":5,"target":103},{"source":5,"target":120},{"source":5,"target":121},{"source":5,"target":122},{"source":5,"target":123},{"source":106,"target":124},{"source":106,"target":5},{"source":107,"target":125},{"source":107,"target":5},{"source":108,"target":126},{"source":108,"target":5},{"source":109,"target":127},{"source":109,"target":5},{"source":110,"target":128},{"source":110,"target":5},{"source":111,"target":129},{"source":111,"target":5},{"source":112,"target":1},{"source":112,"target":130},{"source":112,"target":5},{"source":130,"target":1},{"source":113,"target":131},{"source":113,"target":5},{"source":114,"target":132},{"source":114,"target":5},{"source":115,"target":133},{"source":115,"target":5},{"source":116,"target":134},{"source":116,"target":5},{"source":117,"target":135},{"source":117,"target":5},{"source":118,"target":136},{"source":118,"target":5},{"source":66,"target":2},{"source":66,"target":137},{"source":66,"target":5},{"source":66,"target":49},{"source":137,"target":2},{"source":119,"target":6},{"source":119,"target":138},{"source":119,"target":5},{"source":119,"target":139},{"source":138,"target":6},{"source":103,"target":4},{"source":103,"target":140},{"source":103,"target":5},{"source":103,"target":85},{"source":140,"target":4},{"source":120,"target":20},{"source":120,"target":141},{"source":120,"target":5},{"source":141,"target":20},{"source":121,"target":26},{"source":121,"target":142},{"source":121,"target":5},{"source":142,"target":26},{"source":122,"target":5},{"source":122,"target":143},{"source":122,"target":5},{"source":122,"target":123},{"source":143,"target":5},{"source":123,"target":5},{"source":123,"target":144},{"source":123,"target":5},{"source":123,"target":122},{"source":144,"target":5},{"source":6,"target":0},{"source":6,"target":145},{"source":6,"target":146},{"source":6,"target":73},{"source":6,"target":147},{"source":6,"target":139},{"source":145,"target":148},{"source":145,"target":6},{"source":146,"target":149},{"source":146,"target":6},{"source":73,"target":3},{"source":73,"target":150},{"source":73,"target":6},{"source":73,"target":69},{"source":150,"target":3},{"source":147,"target":9},{"source":147,"target":151},{"source":147,"target":6},{"source":147,"target":152},{"source":151,"target":9},{"source":139,"target":5},{"source":139,"target":153},{"source":139,"target":6},{"source":139,"target":119},{"source":153,"target":5},{"source":7,"target":0},{"source":7,"target":154},{"source":7,"target":155},{"source":7,"target":62},{"source":154,"target":156},{"source":154,"target":7},{"source":155,"target":157},{"source":155,"target":7},{"source":62,"target":2},{"source":62,"target":158},{"source":62,"target":7},{"source":62,"target":47},{"source":158,"target":2},{"source":8,"target":0},{"source":8,"target":159},{"source":8,"target":160},{"source":8,"target":60},{"source":159,"target":161},{"source":159,"target":8},{"source":160,"target":162},{"source":160,"target":8},{"source":60,"target":2},{"source":60,"target":163},{"source":60,"target":8},{"source":60,"target":46},{"source":163,"target":2},{"source":9,"target":0},{"source":9,"target":164},{"source":9,"target":165},{"source":9,"target":166},{"source":9,"target":167},{"source":9,"target":168},{"source":9,"target":152},{"source":164,"target":169},{"source":164,"target":9},{"source":165,"target":170},{"source":165,"target":9},{"source":166,"target":171},{"source":166,"target":9},{"source":167,"target":172},{"source":167,"target":9},{"source":168,"target":173},{"source":168,"target":9},{"source":152,"target":6},{"source":152,"target":174},{"source":152,"target":9},{"source":152,"target":147},{"source":174,"target":6},{"source":10,"target":0},{"source":10,"target":175},{"source":10,"target":176},{"source":10,"target":177},{"source":10,"target":178},{"source":10,"target":179},{"source":10,"target":180},{"source":10,"target":181},{"source":10,"target":182},{"source":10,"target":64},{"source":175,"target":183},{"source":175,"target":10},{"source":176,"target":184},{"source":176,"target":10},{"source":177,"target":185},{"source":177,"target":10},{"source":178,"target":186},{"source":178,"target":10},{"source":179,"target":187},{"source":179,"target":10},{"source":180,"target":188},{"source":180,"target":10},{"source":181,"target":189},{"source":181,"target":10},{"source":182,"target":11},{"source":182,"target":190},{"source":182,"target":10},{"source":182,"target":191},{"source":190,"target":11},{"source":64,"target":2},{"source":64,"target":192},{"source":64,"target":10},{"source":64,"target":48},{"source":192,"target":2},{"source":11,"target":0},{"source":11,"target":193},{"source":11,"target":194},{"source":11,"target":195},{"source":11,"target":191},{"source":11,"target":196},{"source":193,"target":197},{"source":193,"target":11},{"source":194,"target":198},{"source":194,"target":11},{"source":195,"target":199},{"source":195,"target":11},{"source":191,"target":10},{"source":191,"target":200},{"source":191,"target":11},{"source":191,"target":182},{"source":200,"target":10},{"source":196,"target":20},{"source":196,"target":201},{"source":196,"target":11},{"source":196,"target":202},{"source":201,"target":20},{"source":12,"target":0},{"source":12,"target":95},{"source":95,"target":4},{"source":95,"target":203},{"source":95,"target":12},{"source":95,"target":81},{"source":203,"target":4},{"source":13,"target":0},{"source":13,"target":97},{"source":97,"target":4},{"source":97,"target":204},{"source":97,"target":13},{"source":97,"target":82},{"source":204,"target":4},{"source":14,"target":0},{"source":14,"target":99},{"source":99,"target":4},{"source":99,"target":205},{"source":99,"target":14},{"source":99,"target":83},{"source":205,"target":4},{"source":15,"target":0},{"source":15,"target":101},{"source":101,"target":4},{"source":101,"target":206},{"source":101,"target":15},{"source":101,"target":84},{"source":206,"target":4},{"source":16,"target":0},{"source":16,"target":207},{"source":16,"target":208},{"source":16,"target":209},{"source":16,"target":210},{"source":207,"target":211},{"source":207,"target":16},{"source":208,"target":212},{"source":208,"target":16},{"source":209,"target":1},{"source":209,"target":213},{"source":209,"target":16},{"source":213,"target":1},{"source":210,"target":6},{"source":210,"target":214},{"source":210,"target":16},{"source":214,"target":6},{"source":17,"target":0},{"source":17,"target":215},{"source":17,"target":105},{"source":17,"target":216},{"source":215,"target":217},{"source":215,"target":17},{"source":105,"target":4},{"source":105,"target":218},{"source":105,"target":17},{"source":105,"target":86},{"source":218,"target":4},{"source":216,"target":18},{"source":216,"target":219},{"source":216,"target":17},{"source":216,"target":220},{"source":219,"target":18},{"source":18,"target":0},{"source":18,"target":221},{"source":18,"target":222},{"source":18,"target":220},{"source":221,"target":223},{"source":221,"target":18},{"source":222,"target":224},{"source":222,"target":18},{"source":220,"target":17},{"source":220,"target":225},{"source":220,"target":18},{"source":220,"target":216},{"source":225,"target":17},{"source":19,"target":0},{"source":19,"target":226},{"source":19,"target":227},{"source":226,"target":21},{"source":226,"target":228},{"source":226,"target":19},{"source":226,"target":229},{"source":228,"target":21},{"source":227,"target":20},{"source":227,"target":230},{"source":227,"target":19},{"source":227,"target":231},{"source":230,"target":20},{"source":20,"target":0},{"source":20,"target":232},{"source":20,"target":233},{"source":20,"target":231},{"source":20,"target":234},{"source":20,"target":235},{"source":20,"target":202},{"source":232,"target":236},{"source":232,"target":20},{"source":233,"target":237},{"source":233,"target":20},{"source":231,"target":19},{"source":231,"target":238},{"source":231,"target":20},{"source":231,"target":227},{"source":238,"target":19},{"source":234,"target":5},{"source":234,"target":239},{"source":234,"target":20},{"source":239,"target":5},{"source":235,"target":22},{"source":235,"target":240},{"source":235,"target":20},{"source":235,"target":241},{"source":240,"target":22},{"source":202,"target":11},{"source":202,"target":242},{"source":202,"target":20},{"source":202,"target":196},{"source":242,"target":11},{"source":21,"target":0},{"source":21,"target":229},{"source":21,"target":243},{"source":21,"target":244},{"source":229,"target":19},{"source":229,"target":245},{"source":229,"target":21},{"source":229,"target":226},{"source":245,"target":19},{"source":243,"target":246},{"source":243,"target":21},{"source":244,"target":247},{"source":244,"target":21},{"source":22,"target":0},{"source":22,"target":248},{"source":22,"target":249},{"source":22,"target":250},{"source":22,"target":251},{"source":22,"target":241},{"source":248,"target":252},{"source":248,"target":22},{"source":249,"target":253},{"source":249,"target":22},{"source":250,"target":254},{"source":250,"target":22},{"source":251,"target":255},{"source":251,"target":22},{"source":241,"target":20},{"source":241,"target":256},{"source":241,"target":22},{"source":241,"target":235},{"source":256,"target":20},{"source":23,"target":0},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":257},{"source":26,"target":258},{"source":257,"target":259},{"source":257,"target":26},{"source":258,"target":260},{"source":258,"target":26},{"source":27,"target":261},{"source":27,"target":262},{"source":27,"target":263},{"source":27,"target":264},{"source":27,"target":265},{"source":27,"target":266},{"source":27,"target":267},{"source":27,"target":268},{"source":27,"target":269},{"source":27,"target":270},{"source":27,"target":271},{"source":27,"target":272},{"source":27,"target":273},{"source":27,"target":274},{"source":27,"target":275},{"source":27,"target":276},{"source":27,"target":277},{"source":27,"target":278},{"source":27,"target":279},{"source":27,"target":280},{"source":27,"target":0},{"source":261,"target":27},{"source":261,"target":281},{"source":261,"target":282},{"source":261,"target":283},{"source":261,"target":284},{"source":261,"target":285},{"source":261,"target":286},{"source":261,"target":287},{"source":261,"target":288},{"source":261,"target":289},{"source":281,"target":290},{"source":281,"target":261},{"source":282,"target":291},{"source":282,"target":261},{"source":283,"target":292},{"source":283,"target":261},{"source":284,"target":293},{"source":284,"target":261},{"source":285,"target":267},{"source":285,"target":294},{"source":285,"target":261},{"source":285,"target":295},{"source":294,"target":267},{"source":286,"target":261},{"source":286,"target":296},{"source":286,"target":261},{"source":286,"target":287},{"source":296,"target":261},{"source":287,"target":261},{"source":287,"target":297},{"source":287,"target":261},{"source":287,"target":286},{"source":297,"target":261},{"source":288,"target":298},{"source":288,"target":261},{"source":289,"target":26},{"source":289,"target":299},{"source":289,"target":261},{"source":299,"target":26},{"source":262,"target":27},{"source":262,"target":261},{"source":262,"target":300},{"source":262,"target":301},{"source":262,"target":302},{"source":262,"target":303},{"source":262,"target":304},{"source":300,"target":305},{"source":300,"target":262},{"source":301,"target":306},{"source":301,"target":262},{"source":302,"target":264},{"source":302,"target":307},{"source":302,"target":262},{"source":302,"target":308},{"source":307,"target":264},{"source":303,"target":275},{"source":303,"target":309},{"source":303,"target":262},{"source":303,"target":310},{"source":309,"target":275},{"source":304,"target":261},{"source":263,"target":27},{"source":263,"target":261},{"source":263,"target":311},{"source":263,"target":312},{"source":311,"target":266},{"source":311,"target":313},{"source":311,"target":263},{"source":311,"target":314},{"source":313,"target":266},{"source":312,"target":261},{"source":264,"target":27},{"source":264,"target":315},{"source":264,"target":316},{"source":264,"target":308},{"source":315,"target":269},{"source":315,"target":317},{"source":315,"target":264},{"source":317,"target":269},{"source":316,"target":267},{"source":316,"target":318},{"source":316,"target":264},{"source":318,"target":267},{"source":308,"target":262},{"source":308,"target":319},{"source":308,"target":264},{"source":308,"target":302},{"source":319,"target":262},{"source":265,"target":27},{"source":265,"target":320},{"source":265,"target":321},{"source":320,"target":261},{"source":320,"target":322},{"source":320,"target":265},{"source":322,"target":261},{"source":321,"target":270},{"source":321,"target":323},{"source":321,"target":265},{"source":323,"target":270},{"source":266,"target":27},{"source":266,"target":275},{"source":266,"target":324},{"source":266,"target":325},{"source":266,"target":326},{"source":266,"target":327},{"source":266,"target":314},{"source":266,"target":328},{"source":324,"target":268},{"source":324,"target":329},{"source":324,"target":266},{"source":329,"target":268},{"source":325,"target":267},{"source":325,"target":330},{"source":325,"target":266},{"source":330,"target":267},{"source":326,"target":267},{"source":326,"target":331},{"source":326,"target":266},{"source":331,"target":267},{"source":327,"target":332},{"source":327,"target":266},{"source":314,"target":263},{"source":314,"target":333},{"source":314,"target":266},{"source":314,"target":311},{"source":333,"target":263},{"source":328,"target":275},{"source":267,"target":27},{"source":267,"target":334},{"source":267,"target":295},{"source":334,"target":335},{"source":334,"target":267},{"source":295,"target":261},{"source":295,"target":336},{"source":295,"target":267},{"source":295,"target":285},{"source":336,"target":261},{"source":268,"target":27},{"source":268,"target":337},{"source":268,"target":338},{"source":268,"target":339},{"source":268,"target":340},{"source":268,"target":341},{"source":268,"target":342},{"source":268,"target":343},{"source":268,"target":344},{"source":268,"target":345},{"source":337,"target":268},{"source":338,"target":268},{"source":339,"target":268},{"source":340,"target":268},{"source":341,"target":268},{"source":342,"target":268},{"source":343,"target":268},{"source":344,"target":268},{"source":345,"target":268},{"source":269,"target":27},{"source":269,"target":346},{"source":269,"target":347},{"source":346,"target":269},{"source":347,"target":269},{"source":270,"target":27},{"source":270,"target":348},{"source":348,"target":349},{"source":348,"target":270},{"source":271,"target":27},{"source":271,"target":262},{"source":271,"target":350},{"source":271,"target":351},{"source":271,"target":352},{"source":271,"target":353},{"source":350,"target":354},{"source":350,"target":271},{"source":351,"target":355},{"source":351,"target":271},{"source":352,"target":356},{"source":352,"target":271},{"source":353,"target":262},{"source":272,"target":27},{"source":272,"target":271},{"source":272,"target":357},{"source":357,"target":271},{"source":273,"target":27},{"source":273,"target":358},{"source":273,"target":359},{"source":273,"target":360},{"source":358,"target":273},{"source":359,"target":273},{"source":360,"target":273},{"source":274,"target":27},{"source":274,"target":275},{"source":274,"target":361},{"source":274,"target":362},{"source":274,"target":363},{"source":361,"target":273},{"source":361,"target":364},{"source":361,"target":274},{"source":364,"target":273},{"source":362,"target":275},{"source":362,"target":365},{"source":362,"target":274},{"source":365,"target":275},{"source":363,"target":275},{"source":275,"target":27},{"source":275,"target":366},{"source":275,"target":310},{"source":366,"target":367},{"source":366,"target":275},{"source":310,"target":262},{"source":310,"target":368},{"source":310,"target":275},{"source":310,"target":303},{"source":368,"target":262},{"source":276,"target":27},{"source":276,"target":267},{"source":276,"target":369},{"source":276,"target":370},{"source":276,"target":371},{"source":369,"target":277},{"source":369,"target":372},{"source":369,"target":276},{"source":372,"target":277},{"source":370,"target":267},{"source":370,"target":373},{"source":370,"target":276},{"source":373,"target":267},{"source":371,"target":267},{"source":277,"target":27},{"source":277,"target":374},{"source":277,"target":375},{"source":277,"target":376},{"source":277,"target":377},{"source":277,"target":378},{"source":277,"target":379},{"source":374,"target":277},{"source":375,"target":277},{"source":376,"target":277},{"source":377,"target":277},{"source":378,"target":277},{"source":379,"target":277},{"source":278,"target":27},{"source":278,"target":380},{"source":278,"target":381},{"source":278,"target":382},{"source":380,"target":278},{"source":381,"target":278},{"source":382,"target":278},{"source":279,"target":27},{"source":279,"target":267},{"source":279,"target":383},{"source":279,"target":384},{"source":279,"target":385},{"source":383,"target":278},{"source":383,"target":386},{"source":383,"target":279},{"source":386,"target":278},{"source":384,"target":267},{"source":384,"target":387},{"source":384,"target":279},{"source":387,"target":267},{"source":385,"target":267},{"source":280,"target":27},{"source":280,"target":267},{"source":280,"target":388},{"source":280,"target":389},{"source":280,"target":390},{"source":280,"target":391},{"source":280,"target":392},{"source":280,"target":393},{"source":388,"target":394},{"source":388,"target":280},{"source":389,"target":395},{"source":389,"target":280},{"source":390,"target":396},{"source":390,"target":280},{"source":391,"target":397},{"source":391,"target":280},{"source":392,"target":398},{"source":392,"target":280},{"source":393,"target":267}],"multigraph":true}
true
<?xml version="1.0" encoding="ASCII"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="classes" nsURI="http://www.ontomore.org/test/transformation/classes.owl" nsPrefix="classes"> <eClassifiers xsi:type="ecore:EClass" name="Person"/> <eClassifiers xsi:type="ecore:EClass" name="Employee" eSuperTypes="#//Person"/> <eClassifiers xsi:type="ecore:EClass" name="Manager" eSuperTypes="#//Person"/> <eClassifiers xsi:type="ecore:EClass" name="Project"/> </ecore:EPackage>
github:ecore:/data/jreimone/refactory/Evolution/tests/org.modelrefactoring.corefactoring.test/testdata/duplicate class/DuplicateClass_EXP.ecore
ecore
classes Person Employee Manager Project
null
{"directed":true,"nodes":[{"nsPrefix":"classes","nsURI":"http://www.ontomore.org/test/transformation/classes.owl","name":"classes","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":"Employee","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manager","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"id":5,"eClass":"EGenericType"},{"id":6,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":5},{"source":5,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":6},{"source":6,"target":1},{"source":4,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="flow" nsURI="http://www.obeo.fr/dsl/designer/sample/flow" nsPrefix="flow"> <eClassifiers xsi:type="ecore:EClass" name="Fan" eSuperTypes="#//FlowElement #//Powered"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="speed" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1000"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Physical"/> <eClassifiers xsi:type="ecore:EClass" name="CompositeProcessor" eSuperTypes="#//System #//FlowTarget #//CapacityBound #//FlowSource"/> <eClassifiers xsi:type="ecore:EClass" name="DataFlow" eSuperTypes="#//CapacityBound"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//FlowTarget" eOpposite="#//FlowTarget/incomingFlows"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//FlowSource" eOpposite="#//FlowSource/outgoingFlows"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CapacityBound" eSuperTypes="#//FlowElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="capacity" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="10"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="load" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="System" eSuperTypes="#//Powered #//FlowSource #//Named"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//FlowElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="temperature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EReference" name="powerOutputs" upperBound="-1" eType="#//PowerOutput" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="powerInputs" upperBound="-1" eType="#//PowerInput" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="routingRules" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PowerOutput"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="power" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1000"/> <eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1" eType="#//PowerLink" containment="true" eOpposite="#//PowerLink/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Powered" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="consumption" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="powerStatus" lowerBound="1" eType="#//PoweredStatus"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PoweredStatus"> <eLiterals name="none"/> <eLiterals name="low" value="1"/> <eLiterals name="ok" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PowerInput"/> <eClassifiers xsi:type="ecore:EClass" name="PowerLink"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//PowerInput"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//PowerOutput" eOpposite="#//PowerOutput/links"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowSource" abstract="true" eSuperTypes="#//FlowElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingFlows" upperBound="-1" eType="#//DataFlow" containment="true" eOpposite="#//DataFlow/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Processor" eSuperTypes="#//FlowTarget #//CapacityBound #//FlowSource #//Powered #//Named"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volume" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="2"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="10"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowTarget" abstract="true" eSuperTypes="#//FlowElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingFlows" upperBound="-1" eType="#//DataFlow" eOpposite="#//DataFlow/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataSource" eSuperTypes="#//FlowSource #//Named"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volume" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" lowerBound="1" eType="#//FlowElementStatus" defaultValueLiteral="active"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usage" lowerBound="1" eType="#//FlowElementUsage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FlowElementStatus"> <eLiterals name="inactive"/> <eLiterals name="active" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FlowElementUsage"> <eLiterals name="unused" literal="unused"/> <eLiterals name="low" value="1" literal="low"/> <eLiterals name="standard" value="2" literal="standard"/> <eLiterals name="high" value="3" literal="high"/> <eLiterals name="over" value="4" literal="over"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Named"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ObeoNetwork/Flow-Designer/plugins/fr.obeo.dsl.designer.sample.flow/model/flow.ecore
ecore
flow Fan speed 1000 weight 3 Physical CompositeProcessor DataFlow target source CapacityBound capacity 10 load 0 System elements temperature 0 weight 0 powerOutputs powerInputs routingRules PowerOutput power 1000 links Powered consumption 0 powerStatus PoweredStatus none none low low ok ok PowerInput PowerLink target source FlowSource outgoingFlows Processor volume 2 weight 10 FlowTarget incomingFlows DataSource volume 2 FlowElement status active usage FlowElementStatus inactive inactive active active FlowElementUsage unused unused low low standard standard high high over over Named name
null
{"directed":true,"nodes":[{"nsPrefix":"flow","nsURI":"http://www.obeo.fr/dsl/designer/sample/flow","name":"flow","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fan","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Physical","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeProcessor","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataFlow","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CapacityBound","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PowerOutput","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Powered","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PoweredStatus","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PowerInput","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PowerLink","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowSource","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Processor","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowTarget","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataSource","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowElement","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FlowElementStatus","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FlowElementUsage","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Named","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":1000,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1000","unsettable":false,"transient":false,"unique":true,"name":"speed","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":3,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"3","unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"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":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingFlows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outgoingFlows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":10,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"10","unsettable":false,"transient":false,"unique":true,"name":"capacity","changeable":true,"lowerBound":1,"iD":false,"id":37,"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":"load","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"temperature","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"powerOutputs","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":"powerInputs","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":"routingRules","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1000,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1000","unsettable":false,"transient":false,"unique":true,"name":"power","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"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":"consumption","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"powerStatus","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"name":"none","id":66,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"low","id":67,"value":1,"literal":"low","eClass":"EEnumLiteral"},{"name":"ok","id":68,"value":2,"literal":"ok","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":"target","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":2,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"2","unsettable":false,"transient":false,"unique":true,"name":"volume","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":10,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"10","unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":2,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"2","unsettable":false,"transient":false,"unique":true,"name":"volume","changeable":true,"lowerBound":1,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"active","unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"usage","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"name":"inactive","id":93,"value":0,"literal":"inactive","eClass":"EEnumLiteral"},{"name":"active","id":94,"value":1,"literal":"active","eClass":"EEnumLiteral"},{"name":"unused","id":95,"value":0,"literal":"unused","eClass":"EEnumLiteral"},{"name":"low","id":96,"value":1,"literal":"low","eClass":"EEnumLiteral"},{"name":"standard","id":97,"value":2,"literal":"standard","eClass":"EEnumLiteral"},{"name":"high","id":98,"value":3,"literal":"high","eClass":"EEnumLiteral"},{"name":"over","id":99,"value":4,"literal":"over","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":100,"derived":false},{"id":101,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":8},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":20,"target":24},{"source":20,"target":1},{"source":21,"target":25},{"source":21,"target":1},{"source":22,"target":16},{"source":23,"target":8},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":6},{"source":3,"target":14},{"source":3,"target":5},{"source":3,"target":12},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":26,"target":6},{"source":27,"target":14},{"source":28,"target":5},{"source":29,"target":12},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":30,"target":14},{"source":30,"target":33},{"source":30,"target":4},{"source":30,"target":34},{"source":33,"target":14},{"source":31,"target":12},{"source":31,"target":35},{"source":31,"target":4},{"source":31,"target":36},{"source":35,"target":12},{"source":32,"target":5},{"source":5,"target":0},{"source":5,"target":16},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":37,"target":40},{"source":37,"target":5},{"source":38,"target":41},{"source":38,"target":5},{"source":39,"target":16},{"source":6,"target":0},{"source":6,"target":8},{"source":6,"target":12},{"source":6,"target":19},{"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":42,"target":16},{"source":42,"target":51},{"source":42,"target":6},{"source":51,"target":16},{"source":43,"target":52},{"source":43,"target":6},{"source":44,"target":53},{"source":44,"target":6},{"source":45,"target":7},{"source":45,"target":54},{"source":45,"target":6},{"source":54,"target":7},{"source":46,"target":10},{"source":46,"target":55},{"source":46,"target":6},{"source":55,"target":10},{"source":47,"target":56},{"source":47,"target":6},{"source":48,"target":8},{"source":49,"target":12},{"source":50,"target":19},{"source":7,"target":0},{"source":7,"target":57},{"source":7,"target":58},{"source":57,"target":59},{"source":57,"target":7},{"source":58,"target":11},{"source":58,"target":60},{"source":58,"target":7},{"source":58,"target":61},{"source":60,"target":11},{"source":8,"target":0},{"source":8,"target":62},{"source":8,"target":63},{"source":62,"target":64},{"source":62,"target":8},{"source":63,"target":9},{"source":63,"target":65},{"source":63,"target":8},{"source":65,"target":9},{"source":9,"target":0},{"source":9,"target":66},{"source":9,"target":67},{"source":9,"target":68},{"source":66,"target":9},{"source":67,"target":9},{"source":68,"target":9},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":69},{"source":11,"target":61},{"source":69,"target":10},{"source":69,"target":70},{"source":69,"target":11},{"source":70,"target":10},{"source":61,"target":7},{"source":61,"target":71},{"source":61,"target":11},{"source":61,"target":58},{"source":71,"target":7},{"source":12,"target":0},{"source":12,"target":16},{"source":12,"target":36},{"source":12,"target":72},{"source":36,"target":4},{"source":36,"target":73},{"source":36,"target":12},{"source":36,"target":31},{"source":73,"target":4},{"source":72,"target":16},{"source":13,"target":0},{"source":13,"target":14},{"source":13,"target":5},{"source":13,"target":12},{"source":13,"target":8},{"source":13,"target":19},{"source":13,"target":74},{"source":13,"target":75},{"source":13,"target":76},{"source":13,"target":77},{"source":13,"target":78},{"source":13,"target":79},{"source":13,"target":80},{"source":74,"target":81},{"source":74,"target":13},{"source":75,"target":82},{"source":75,"target":13},{"source":76,"target":14},{"source":77,"target":5},{"source":78,"target":12},{"source":79,"target":8},{"source":80,"target":19},{"source":14,"target":0},{"source":14,"target":16},{"source":14,"target":34},{"source":14,"target":83},{"source":34,"target":4},{"source":34,"target":84},{"source":34,"target":14},{"source":34,"target":30},{"source":84,"target":4},{"source":83,"target":16},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":19},{"source":15,"target":85},{"source":15,"target":86},{"source":15,"target":87},{"source":85,"target":88},{"source":85,"target":15},{"source":86,"target":12},{"source":87,"target":19},{"source":16,"target":0},{"source":16,"target":89},{"source":16,"target":90},{"source":89,"target":17},{"source":89,"target":91},{"source":89,"target":16},{"source":91,"target":17},{"source":90,"target":18},{"source":90,"target":92},{"source":90,"target":16},{"source":92,"target":18},{"source":17,"target":0},{"source":17,"target":93},{"source":17,"target":94},{"source":93,"target":17},{"source":94,"target":17},{"source":18,"target":0},{"source":18,"target":95},{"source":18,"target":96},{"source":18,"target":97},{"source":18,"target":98},{"source":18,"target":99},{"source":95,"target":18},{"source":96,"target":18},{"source":97,"target":18},{"source":98,"target":18},{"source":99,"target":18},{"source":19,"target":0},{"source":19,"target":100},{"source":100,"target":101},{"source":100,"target":19}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="RemoveEmptySubEClassTest" nsPrefix=""> <eClassifiers xsi:type="ecore:EClass" name="Testclass1"> <eAnnotations source="marker"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Testclass2"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="someAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ambrusthomas/MeDeR.refactor.examples/org.eclipse.emf.refactor.refactorings.ecore.henshin/tests/RemoveEmptySubEClass/test_01/target.ecore
ecore
RemoveEmptySubEClassTest Testclass1 Testclass2 someAttribute
null
{"directed":true,"nodes":[{"nsPrefix":"","nsURI":null,"name":"RemoveEmptySubEClassTest","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Testclass1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Testclass2","instanceClass":null,"abstract":false,"id":2,"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":"someAttribute","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":3},{"source":3,"target":4},{"source":3,"target":2}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="RemoveEmptySuperEClassTest" nsPrefix=""> <eClassifiers xsi:type="ecore:EClass" name="Testclass1"> <eAnnotations source="marker"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Testclass2"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="someAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ambrusthomas/MeDeR.refactor.examples/org.eclipse.emf.refactor.refactorings.ecore/tests/RemoveEmptySuperEClass/test_01/target.ecore
ecore
RemoveEmptySuperEClassTest Testclass1 Testclass2 someAttribute
null
{"directed":true,"nodes":[{"nsPrefix":"","nsURI":null,"name":"RemoveEmptySuperEClassTest","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Testclass1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Testclass2","instanceClass":null,"abstract":false,"id":2,"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":"someAttribute","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":3},{"source":3,"target":4},{"source":3,"target":2}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="acceleo"> <eSubpackages name="chain" nsURI="http://www.eclipse.org/acceleo/chain" nsPrefix="chain"> <eClassifiers xsi:type="ecore:EClass" name="Chain"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="repository" lowerBound="1" eType="#//chain/Repository" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1" eType="#//chain/ActionSet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parametersPatterns" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parametersFiles" upperBound="-1" eType="#//chain/File"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keepModelInMemory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Repository"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//chain/Repository" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="files" upperBound="-1" eType="#//chain/File" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionSet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" lowerBound="1" upperBound="-1" eType="#//chain/Action" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="log" eType="#//chain/Log"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Generate" eSuperTypes="#//chain/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//chain/Model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" lowerBound="1" eType="#//chain/Metamodel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generator" eType="#//chain/Generator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="folder" lowerBound="1" eType="#//chain/Folder"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConvertXmi" eSuperTypes="#//chain/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="mof" lowerBound="1" eType="#//chain/Model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="emf" lowerBound="1" eType="#//chain/Model"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Backup" eSuperTypes="#//chain/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="folder" lowerBound="1" eType="#//chain/Folder"/> <eStructuralFeatures xsi:type="ecore:EReference" name="backup" lowerBound="1" upperBound="-1" eType="#//chain/Folder"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Clear" eSuperTypes="#//chain/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" lowerBound="1" upperBound="-1" eType="#//chain/Data"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Remove" eSuperTypes="#//chain/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" lowerBound="1" upperBound="-1" eType="#//chain/Data"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChainCall" eSuperTypes="#//chain/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="chain" eType="#//chain/Chain"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="chainPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="argumentsPatterns" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="argumentsFiles" upperBound="-1" eType="#//chain/File"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomAction" eSuperTypes="#//chain/Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ID" lowerBound="1" upperBound="-1" eType="#//chain/CustomActionIDs"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1" eType="#//chain/Data"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CustomActionIDs"/> <eClassifiers xsi:type="ecore:EClass" name="Data" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="File" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//chain/File #//chain/Data"/> <eClassifiers xsi:type="ecore:EClass" name="ModelSet" eSuperTypes="#//chain/Model"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extensions" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Folder" eSuperTypes="#//chain/File #//chain/Data"/> <eClassifiers xsi:type="ecore:EClass" name="Log" eSuperTypes="#//chain/File #//chain/Data"/> <eClassifiers xsi:type="ecore:EClass" name="Metamodel" abstract="true" eSuperTypes="#//chain/File"/> <eClassifiers xsi:type="ecore:EClass" name="EmfMetamodel" eSuperTypes="#//chain/Metamodel"/> <eClassifiers xsi:type="ecore:EClass" name="Generator" eSuperTypes="#//chain/File"/> <eClassifiers xsi:type="ecore:EClass" name="CustomFile" eSuperTypes="#//chain/File #//chain/Data"/> </eSubpackages> </ecore:EPackage>
github:ecore:/data/lengyela89/sirius-custom/plugins/org.eclipse.sirius.tests.junit/data/unit/control/controlled/chain_acceleo.ecore
ecore
acceleo chain Chain documentation repository actions parametersPatterns parametersFiles keepModelInMemory true Repository documentation members files ActionSet documentation actions Action documentation log Generate model metamodel generator folder ConvertXmi mof emf Backup folder backup Clear resources Remove resources ChainCall chain chainPath argumentsPatterns argumentsFiles CustomAction ID resources CustomActionIDs Data File path Model ModelSet extensions Folder Log Metamodel EmfMetamodel Generator CustomFile
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"acceleo","id":0,"eClass":"EPackage"},{"nsPrefix":"chain","nsURI":"http://www.eclipse.org/acceleo/chain","name":"chain","id":1,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Chain","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repository","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionSet","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generate","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConvertXmi","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Backup","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clear","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Remove","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChainCall","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomAction","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomActionIDs","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Data","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"File","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelSet","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Folder","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Log","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metamodel","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmfMetamodel","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generator","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomFile","instanceClass":null,"abstract":false,"id":23,"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":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"repository","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"parametersPatterns","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parametersFiles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"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":"keepModelInMemory","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"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":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":"members","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":"files","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,"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":42,"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":"actions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"log","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"generator","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"folder","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mof","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"emf","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"folder","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"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":"backup","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resources","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"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":"resources","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"chain","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":"chainPath","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"argumentsPatterns","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":false,"unsettable":false,"transient":false,"unique":true,"name":"argumentsFiles","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"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ID","changeable":true,"lowerBound":1,"iD":false,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extensions","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"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":0},{"source":2,"target":1},{"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":30},{"source":24,"target":2},{"source":25,"target":3},{"source":25,"target":31},{"source":25,"target":2},{"source":31,"target":3},{"source":26,"target":4},{"source":26,"target":32},{"source":26,"target":2},{"source":32,"target":4},{"source":27,"target":33},{"source":27,"target":2},{"source":28,"target":15},{"source":28,"target":34},{"source":28,"target":2},{"source":34,"target":15},{"source":29,"target":35},{"source":29,"target":2},{"source":3,"target":1},{"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":15},{"source":38,"target":41},{"source":38,"target":3},{"source":41,"target":15},{"source":4,"target":1},{"source":4,"target":42},{"source":4,"target":43},{"source":42,"target":44},{"source":42,"target":4},{"source":43,"target":5},{"source":43,"target":45},{"source":43,"target":4},{"source":45,"target":5},{"source":5,"target":1},{"source":5,"target":46},{"source":5,"target":47},{"source":46,"target":48},{"source":46,"target":5},{"source":47,"target":19},{"source":47,"target":49},{"source":47,"target":5},{"source":49,"target":19},{"source":6,"target":1},{"source":6,"target":5},{"source":6,"target":50},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":54},{"source":50,"target":16},{"source":50,"target":55},{"source":50,"target":6},{"source":55,"target":16},{"source":51,"target":20},{"source":51,"target":56},{"source":51,"target":6},{"source":56,"target":20},{"source":52,"target":22},{"source":52,"target":57},{"source":52,"target":6},{"source":57,"target":22},{"source":53,"target":18},{"source":53,"target":58},{"source":53,"target":6},{"source":58,"target":18},{"source":54,"target":5},{"source":7,"target":1},{"source":7,"target":5},{"source":7,"target":59},{"source":7,"target":60},{"source":7,"target":61},{"source":59,"target":16},{"source":59,"target":62},{"source":59,"target":7},{"source":62,"target":16},{"source":60,"target":16},{"source":60,"target":63},{"source":60,"target":7},{"source":63,"target":16},{"source":61,"target":5},{"source":8,"target":1},{"source":8,"target":5},{"source":8,"target":64},{"source":8,"target":65},{"source":8,"target":66},{"source":64,"target":18},{"source":64,"target":67},{"source":64,"target":8},{"source":67,"target":18},{"source":65,"target":18},{"source":65,"target":68},{"source":65,"target":8},{"source":68,"target":18},{"source":66,"target":5},{"source":9,"target":1},{"source":9,"target":5},{"source":9,"target":69},{"source":9,"target":70},{"source":69,"target":14},{"source":69,"target":71},{"source":69,"target":9},{"source":71,"target":14},{"source":70,"target":5},{"source":10,"target":1},{"source":10,"target":5},{"source":10,"target":72},{"source":10,"target":73},{"source":72,"target":14},{"source":72,"target":74},{"source":72,"target":10},{"source":74,"target":14},{"source":73,"target":5},{"source":11,"target":1},{"source":11,"target":5},{"source":11,"target":75},{"source":11,"target":76},{"source":11,"target":77},{"source":11,"target":78},{"source":11,"target":79},{"source":75,"target":2},{"source":75,"target":80},{"source":75,"target":11},{"source":80,"target":2},{"source":76,"target":81},{"source":76,"target":11},{"source":77,"target":82},{"source":77,"target":11},{"source":78,"target":15},{"source":78,"target":83},{"source":78,"target":11},{"source":83,"target":15},{"source":79,"target":5},{"source":12,"target":1},{"source":12,"target":5},{"source":12,"target":84},{"source":12,"target":85},{"source":12,"target":86},{"source":84,"target":13},{"source":84,"target":87},{"source":84,"target":12},{"source":87,"target":13},{"source":85,"target":14},{"source":85,"target":88},{"source":85,"target":12},{"source":88,"target":14},{"source":86,"target":5},{"source":13,"target":1},{"source":14,"target":1},{"source":15,"target":1},{"source":15,"target":89},{"source":89,"target":90},{"source":89,"target":15},{"source":16,"target":1},{"source":16,"target":15},{"source":16,"target":14},{"source":16,"target":91},{"source":16,"target":92},{"source":91,"target":15},{"source":92,"target":14},{"source":17,"target":1},{"source":17,"target":16},{"source":17,"target":93},{"source":17,"target":94},{"source":93,"target":95},{"source":93,"target":17},{"source":94,"target":16},{"source":18,"target":1},{"source":18,"target":15},{"source":18,"target":14},{"source":18,"target":96},{"source":18,"target":97},{"source":96,"target":15},{"source":97,"target":14},{"source":19,"target":1},{"source":19,"target":15},{"source":19,"target":14},{"source":19,"target":98},{"source":19,"target":99},{"source":98,"target":15},{"source":99,"target":14},{"source":20,"target":1},{"source":20,"target":15},{"source":20,"target":100},{"source":100,"target":15},{"source":21,"target":1},{"source":21,"target":20},{"source":21,"target":101},{"source":101,"target":20},{"source":22,"target":1},{"source":22,"target":15},{"source":22,"target":102},{"source":102,"target":15},{"source":23,"target":1},{"source":23,"target":15},{"source":23,"target":14},{"source":23,"target":103},{"source":23,"target":104},{"source":103,"target":15},{"source":104,"target":14}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="mappings" nsURI="http://www.eclipse.org/gmf/2006/mappings" nsPrefix="gmfmap"> <eAnnotations source="http://www.eclipse.org/emf/2004/EmfaticAnnotationMap"> <details key="constraints" value="http://www.eclipse.org/gmf/2005/constraints"/> <details key="constraintsMeta" value="http://www.eclipse.org/gmf/2005/constraints/meta"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="import" value="http://www.eclipse.org/gmf/runtime/1.0.0/notation"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Mapping"> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="nodes->forAll(n|n.containmentFeature.oclIsUndefined() and not n.child.domainMetaElement.oclIsUndefined() implies links->exists(let r:ecore::EReference= linkMetaFeature.oclAsType(ecore::EReference) in r.containment and r.eReferenceType.isSuperTypeOf(n.child.domainMetaElement)))"/> <details key="description" value="Phantom nodes that are not targeted by a link mapping exist"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//TopNodeReference" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1" eType="#//LinkMapping" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="diagram" lowerBound="1" eType="#//CanvasMapping" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appearanceStyles" upperBound="-1" eType="ecore:EClass ../../org.eclipse.gmf.tooldef/models/tooldef.ecore#//StyleSelector" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="audits" eType="#//AuditContainer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metrics" eType="#//MetricContainer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingEntry" abstract="true"> <eOperations name="getDomainContext" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This method simplifies OCL expressions (makes it easy to write for both Node and Link)."/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="domainMetaElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domainSpecialization" eType="#//Constraint" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specializes further the domain meta element EClass associated with this mapping and should be evaluated in this EClass context"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="context"/> <details key="ocl" value="self.getDomainContext()"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not domainSpecialization.oclIsUndefined() implies not domainMetaElement.oclIsUndefined()"/> <details key="description" value="Using 'Domain Specialization' requires 'Domain Meta Element' to be set"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="domainInitializer" eType="#//ElementInitializer" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Initializer for the domain model element associated with mapping"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not domainInitializer.oclIsUndefined() implies not domainMetaElement.oclIsUndefined()"/> <details key="description" value="'Domain Element' must be set in mapping with 'Element Initializers'"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="labelMappings" upperBound="-1" eType="#//LabelMapping" containment="true" eOpposite="#//LabelMapping/mapEntry"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedDiagrams" upperBound="-1" eType="#//CanvasMapping"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Diagrams that may be associated with this diagram element. It's up to client application to define what this association means (e.g. open diagram)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NeedsContainment" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="containmentFeature" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not containmentFeature.oclIsUndefined() implies containmentFeature.containment"/> <details key="description" value="Containment EReference expected"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeReference" abstract="true" eSuperTypes="#//NeedsContainment"> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not containmentFeature.oclIsUndefined() implies containmentFeature.eReferenceType.isSuperTypeOf(child.domainMetaElement)"/> <details key="description" value="'Containment Feature' must reference the same class or super type of 'Domain Meta Element' of the referenced node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="childrenFeature" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not childrenFeature.oclIsUndefined() implies childrenFeature.eReferenceType.isSuperTypeOf(child.domainMetaElement)"/> <details key="description" value="'Children Feature' must reference the same class or super type of 'Domain Meta Element' of the referenced node"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="child" eType="#//NodeMapping" changeable="false" volatile="true" transient="true" unsettable="true" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChildReference" eSuperTypes="#//NodeReference"> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not (ownedChild.oclIsUndefined() and referencedChild.oclIsUndefined())"/> <details key="description" value="Either 'ownedChild' or 'referencedChild' NodeMapping must be set"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not childrenFeature.oclIsUndefined() implies childrenFeature.eContainingClass.isSuperTypeOf(parentNode.domainMetaElement)"/> <details key="description" value="'Children Feature' must be owned by 'Domain Meta Element' or its super type of this reference parent Node Mapping"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not containmentFeature.oclIsUndefined() implies containmentFeature.eContainingClass.isSuperTypeOf(parentNode.domainMetaElement)"/> <details key="description" value="'Containment Feature' must be owned by 'Domain Meta Element' or its super type of this reference parent Node Mapping"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not child.getDomainContext().oclIsUndefined() implies not containmentFeature.oclIsUndefined()"/> <details key="description" value="ChildReference to NodeMapping with domainElement should define 'containmentFeature'"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="let child:NodeMapping=(if ownedChild.oclIsUndefined() then referencedChild else ownedChild endif) in (((child.labelMappings->size() = 1) and child.labelMappings->forAll( soleLabel: LabelMapping | soleLabel.diagramLabel = child.diagramNode)) implies (child.diagramNode.affixedParentSide = gmfgraph::Direction::NONE))"/> <details key="description" value="Side-affixed children can not be pure labels"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="let child:NodeMapping=(if ownedChild.oclIsUndefined() then referencedChild else ownedChild endif) in ((not compartment.oclIsUndefined()) implies (child.diagramNode.affixedParentSide = gmfgraph::Direction::NONE))"/> <details key="description" value="Side-affixed children can not be placed in compartments"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parentNode" lowerBound="1" eType="#//NodeMapping" eOpposite="#//NodeMapping/children"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compartment" eType="#//CompartmentMapping" eOpposite="#//CompartmentMapping/children"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedChild" eType="#//NodeMapping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedChild" eType="#//NodeMapping"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TopNodeReference" eSuperTypes="#//NodeReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedChild" lowerBound="1" eType="#//NodeMapping" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeMapping" eSuperTypes="#//MappingEntry #//MenuOwner #//ToolOwner #//AppearanceSteward"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Both top-level diagram node and any inner node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="diagramNode" lowerBound="1" eType="ecore:EClass ../../org.eclipse.gmf.graphdef/models/gmfgraph.ecore#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//ChildReference" containment="true" eOpposite="#//ChildReference/parentNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compartments" upperBound="-1" eType="#//CompartmentMapping" containment="true" eOpposite="#//CompartmentMapping/parentNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompartmentMapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="compartment" lowerBound="1" eType="ecore:EClass ../../org.eclipse.gmf.graphdef/models/gmfgraph.ecore#//Compartment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentNode" lowerBound="1" eType="#//NodeMapping" changeable="false" eOpposite="#//NodeMapping/compartments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//ChildReference" eOpposite="#//ChildReference/compartment"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkMapping" eSuperTypes="#//MappingEntry #//NeedsContainment #//MenuOwner #//ToolOwner #//AppearanceSteward"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Connection element"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="domainMetaElement.oclIsUndefined() implies containmentFeature.oclIsUndefined() and sourceMetaFeature.oclIsUndefined()"/> <details key="description" value="Link mapping without 'Domain Element' class does not use 'Containment Feature' and 'Source Feature'"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not domainMetaElement.oclIsUndefined() implies containmentFeature.eReferenceType.isSuperTypeOf(domainMetaElement)"/> <details key="description" value="'Containment Feature' must reference the same class or super type of 'Domain Element' EClass"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="diagramLink" lowerBound="1" eType="ecore:EClass ../../org.eclipse.gmf.graphdef/models/gmfgraph.ecore#//Connection"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceMetaFeature" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not domainMetaElement.oclIsUndefined() implies sourceMetaFeature.oclIsUndefined() or sourceMetaFeature.eContainingClass.isSuperTypeOf(domainMetaElement)"/> <details key="description" value="'Source Feature' must be owned by the link 'Domain Element' or its super type"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="linkMetaFeature" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not(domainMetaElement.oclIsUndefined() or linkMetaFeature.oclIsUndefined()) implies linkMetaFeature.eContainingClass.isSuperTypeOf(domainMetaElement)"/> <details key="description" value="'Target Feature' must be owned by the link 'Domain Element' or its super type"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="creationConstraints" eType="#//LinkConstraints" containment="true" eOpposite="#//LinkConstraints/linkMapping"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies additional restrictions on link creation"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CanvasMapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="diagramCanvas" lowerBound="1" eType="ecore:EClass ../../org.eclipse.gmf.graphdef/models/gmfgraph.ecore#//Canvas"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domainModel" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domainMetaElement" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not domainMetaElement.oclIsUndefined() implies not(domainMetaElement.abstract or domainMetaElement.interface)"/> <details key="description" value="Top-level diagram container must be concrete"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="palette" eType="ecore:EClass ../../org.eclipse.gmf.tooldef/models/tooldef.ecore#//Palette"/> <eStructuralFeatures xsi:type="ecore:EReference" name="menuContributions" upperBound="-1" eType="ecore:EClass ../../org.eclipse.gmf.tooldef/models/tooldef.ecore#//MainMenu"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toolbarContributions" upperBound="-1" eType="ecore:EClass ../../org.eclipse.gmf.tooldef/models/tooldef.ecore#//Toolbar"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelMapping"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Label definition; text is taken from the graph model; no editing support; user may contribute custom parser"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="diagramLabel" lowerBound="1" eType="ecore:EClass ../../org.eclipse.gmf.graphdef/models/gmfgraph.ecore#//DiagramLabel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapEntry" lowerBound="1" eType="#//MappingEntry" changeable="false" eOpposite="#//MappingEntry/labelMappings"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureLabelMapping" eSuperTypes="#//LabelMapping"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Label based on feature(s) from domain model"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="features" lowerBound="1" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="features->forAll(f | f.eContainingClass.isSuperTypeOf(mapEntry.domainMetaElement))"/> <details key="description" value="Label attributes must be available in 'Domain Element' EClass of the labeled mapping entry"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="viewPattern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Pattern to produce label on diagram, depends on view method"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editorPattern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Pattern to produce text for inplace editor, depends on view method; if not specified then viewPattern should be used"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editPattern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Pattern to extract values from input text, depends on edit method; if not specified then viewPattern should be used"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="viewMethod" eType="#//LabelTextAccessMethod"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="editMethod" eType="#//LabelTextAccessMethod"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LabelTextAccessMethod"> <eLiterals name="MESSAGE_FORMAT"/> <eLiterals name="NATIVE" value="1"/> <eLiterals name="REGEXP" value="2"/> <eLiterals name="PRINTF" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DesignLabelMapping" eSuperTypes="#//LabelMapping"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Label based on DescriptionStyle from notation model"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//ValueExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean type value expression which is to be evaluated in a context"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="Constraint"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkConstraints"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Groups constraints on the link source and target end"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not (sourceEnd.oclIsUndefined() and targetEnd.oclIsUndefined())"/> <details key="description" value="Either 'sourceEnd' or 'targetEnd' constraint must be specified"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="linkMapping" lowerBound="1" eType="#//LinkMapping" changeable="false" eOpposite="#//LinkMapping/creationConstraints"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the link mapping restricted by these constraints"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceEnd" eType="#//Constraint" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Restriction enforced by the the source end, may reference variable 'oppositeEnd' pointing to targetEnd domainMetaElement instance if available."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="context"/> <details key="ocl" value="let lm:LinkMapping=linkMapping in if lm.sourceMetaFeature.oclIsUndefined() then (if lm.containmentFeature.oclIsUndefined() then lm.linkMetaFeature.eContainingClass else lm.containmentFeature.eContainingClass endif) else lm.sourceMetaFeature.oclAsType(ecore::EReference).eReferenceType endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="variable"/> <details key="name" value="oppositeEnd"/> <details key="type.ocl" value="linkMapping.linkMetaFeature.eType"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="targetEnd" eType="#//Constraint" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Restriction enforced by the the target end, may reference variable 'oppositeEnd' pointing to sourceEnd domainMetaElement instance."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="context"/> <details key="ocl" value="linkMapping.linkMetaFeature.eType.oclAsType(ecore::EClass)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="variable"/> <details key="name" value="oppositeEnd"/> <details key="type.ocl" value="let lm:LinkMapping=linkMapping in if lm.sourceMetaFeature.oclIsUndefined() then (if lm.containmentFeature.oclIsUndefined() then lm.linkMetaFeature.eContainingClass else lm.containmentFeature.eContainingClass endif) else lm.sourceMetaFeature.oclAsType(ecore::EReference).eReferenceType endif"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueExpression"> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="ValueSpec"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Expression as a textual statement which results in a value when evaluated in a context"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The text of the expression"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="body"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" lowerBound="1" eType="#//Language" defaultValueLiteral="ocl"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the language in which the expression is stated"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="langName" 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/gmf/2005/constraints/meta"> <details key="def" value="lang"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementInitializer" abstract="true" interface="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Base class for initializers of domain model elements"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingEntry" lowerBound="1" eType="#//MappingEntry" changeable="false" volatile="true" transient="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The 'MappingEntry' whose domain model element is to be intialized by this initializer"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureSeqInitializer" eSuperTypes="#//ElementInitializer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Feature sequence initializer to initialize a sequence of features"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="initializers" lowerBound="1" upperBound="-1" eType="#//FeatureInitializer" containment="true" eOpposite="#//FeatureInitializer/featureSeqInitializer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Value specifications as initializers for individual features which should be initialized in the order given by this list"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="context"/> <details key="ocl" value="self.elementClass"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="elementClass" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not creatingInitializer.feature.oclIsUndefined() implies creatingInitializer.feature.oclAsType(ecore::EReference).eReferenceType.isSuperTypeOf(elementClass)"/> <details key="description" value="'elementClass' must be the same as or sub-type of the containing 'GenReferenceNewElementSpec' reference type"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not creatingInitializer.feature.oclIsUndefined() implies not (elementClass.interface or elementClass.abstract)"/> <details key="description" value="'elementClass' must be a concrete EClass which is the same or sub-type of the containing 'GenReferenceNewElementSpec' reference type"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="creatingInitializer" eType="#//ReferenceNewElementSpec" changeable="false" eOpposite="#//ReferenceNewElementSpec/newElementInitializers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureInitializer" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The feature for which is to be initialized by this initializer"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="feature &lt;> null implies not featureSeqInitializer.initializers->exists(i| i &lt;> self and i.feature = self.feature)"/> <details key="description" value="The feature is already initialized by another 'FeatureInitializer' in the sequence"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="feature &lt;> null implies feature.eContainingClass.isSuperTypeOf(featureSeqInitializer.elementClass)"/> <details key="description" value="The 'feature' of 'FeatureInitializer' must be available in 'Meta Class' of the initialized element"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="feature &lt;> null implies feature.changeable"/> <details key="description" value="The 'feature' of 'FeatureInitializer' must be changeable"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="featureSeqInitializer" lowerBound="1" eType="#//FeatureSeqInitializer" changeable="false" eOpposite="#//FeatureSeqInitializer/initializers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureValueSpec" eSuperTypes="#//ValueExpression #//FeatureInitializer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Value specification associated with a specific feature"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="ValueSpec"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="type"/> <details key="ocl" value="feature"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceNewElementSpec" eSuperTypes="#//FeatureInitializer"> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="feature.many = false implies not (newElementInitializers->size() > 1)"/> <details key="description" value="FeatureInitializer for single element EReference can't contain multiple element initializers"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="let r: ecore::EReference = feature.oclAsType(ecore::EReference) in feature &lt;> null implies r.containment"/> <details key="description" value="'feature' of 'ReferenceNewElementSpec' must refer to containment ecore::EReference"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="newElementInitializers" lowerBound="1" upperBound="-1" eType="#//FeatureSeqInitializer" containment="true" eOpposite="#//FeatureSeqInitializer/creatingInitializer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MenuOwner" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="contextMenu" eType="ecore:EClass ../../org.eclipse.gmf.tooldef/models/tooldef.ecore#//ContextMenu"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToolOwner" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="tool" eType="ecore:EClass ../../org.eclipse.gmf.tooldef/models/tooldef.ecore#//AbstractTool"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Way to create this element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AppearanceSteward" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="appearanceStyle" eType="ecore:EClass ../../org.eclipse.gmf.tooldef/models/tooldef.ecore#//StyleSelector"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AuditContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Container for audit rules representing a hierarchical organization of audits in the constraint category hierarchy of emft.validation framework"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Identifier which is unique within the scope of its parent container."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not parentContainer.oclIsUndefined() implies parentContainer.childContainers->one(i | i.id = self.id)"/> <details key="description" value="Audit container with the same ID already exists"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A human readable name for the category of audits organized in this container"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" 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 detailed description of this audit container"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parentContainer" eType="#//AuditContainer" eOpposite="#//AuditContainer/childContainers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="audits" upperBound="-1" eType="#//AuditRule" containment="true" eOpposite="#//AuditRule/container"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The audit rules organized in this container"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="childContainers" upperBound="-1" eType="#//AuditContainer" containment="true" eOpposite="#//AuditContainer/parentContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleBase" abstract="true" interface="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Base class for rule like audit, metric rules..."/> </eAnnotations> <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="A human readable name of this rule"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" 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 detailed description of this rule semantics"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AuditRule" eSuperTypes="#//RuleBase"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Unique identifier of this audit rule"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not id.oclIsUndefined() implies container.audits->one(i | i.id = self.id)"/> <details key="description" value="Audit rule with the same ID already exists"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" lowerBound="1" eType="#//Constraint" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A boolean type condition which if not satisfied indicates this audit rule violation. It is evaluated in the context of the target"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="context"/> <details key="ref" value="target"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Auditable" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The target representing the context this audit is evaluated in"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" eType="#//Severity" defaultValueLiteral="ERROR"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Describes the severity of this audit rule violation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="useInLiveMode" 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="Indicates if this audit should be evaluated also in Live mode. If 'false', only Batch mode is applicable"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The text message to be reported in case of this audit violation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="container" lowerBound="1" eType="#//AuditContainer" eOpposite="#//AuditContainer/audits"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The containing audit container of this audit rule"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DomainElementTarget" eSuperTypes="#//Auditable #//Measurable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Target for rules applied on domain model elements"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="context"/> <details key="ocl" value="element"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Targeted domain model element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DomainAttributeTarget" eSuperTypes="#//Auditable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents value based target, useful for audit rules expression not capable of ecore meta-model access"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="context"/> <details key="ocl" value="attribute.eType"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The attribute the value of which is used as context in audit rule defining this target"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nullAsError" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates whether null value of the attribute is reported as audit failure or success"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiagramElementTarget" eSuperTypes="#//Auditable #//Measurable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Target for rules applied on diagram notation model selectively, for specific visualized element"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="context"/> <details key="ocl" value="if element.oclIsKindOf(NodeMapping) then 'notation::Node' else 'notation::Edge' endif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1" eType="#//MappingEntry"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Targeted visualized element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotationElementTarget" eSuperTypes="#//Auditable #//Measurable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Target for rules applied on diagram notation model elements"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="context"/> <details key="ocl" value="element"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Targeted diagram notation model element"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="element.eAllSuperTypes->including(element)->one(ePackage.name = 'notation' and name = 'View')"/> <details key="description" value="'notation::View' or its sub-class must be set to NotationElement target"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetricContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="metrics" lowerBound="1" upperBound="-1" eType="#//MetricRule" containment="true" eOpposite="#//MetricRule/container"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetricRule" eSuperTypes="#//RuleBase"> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not lowLimit.oclIsUndefined() and not highLimit.oclIsUndefined() implies lowLimit &lt; highLimit"/> <details key="description" value="Metric value 'lowLimit' must be smaller then 'highLimit'"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Unique key identifying this metric an abbreviation for this metric"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints"> <details key="ocl" value="not key.oclIsUndefined() implies container.metrics->one(i | i.key = self.key)"/> <details key="description" value="Metric rule with the same 'key' already exists"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" lowerBound="1" eType="#//ValueExpression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Expression that calculates the value of this metric which is of EDataType that encapsulates java.lang.Number subclasses or their primitives"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="context"/> <details key="ref" value="target"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="type"/> <details key="ocl" value="'ecore::EDoubleObject'"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Measurable" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The target representing the context this metric is evaluated in"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowLimit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The lowest acceptable value of the rule expression result"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="highLimit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The highest acceptable value of the rule expression result"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="container" lowerBound="1" eType="#//MetricContainer" eOpposite="#//MetricContainer/metrics"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The containing metric container of this metric rule"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AuditedMetricTarget" eSuperTypes="#//Auditable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Target metric which can be evaluated by audit rule. The target context here is the metric rule resulting type classifier"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/gmf/2005/constraints/meta"> <details key="def" value="context"/> <details key="ocl" value="'ecore::EDoubleObject'"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="metric" lowerBound="1" eType="#//MetricRule"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Metric which can be checked by audit"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Auditable" abstract="true" interface="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Target suitable for auditing"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Measurable" abstract="true" interface="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Marker interface for anything that can be subject to metrics"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Severity"> <eLiterals name="INFO"/> <eLiterals name="WARNING" value="1"/> <eLiterals name="ERROR" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Language"> <eLiterals name="ocl"/> <eLiterals name="java" value="1"/> <eLiterals name="regexp" value="2"/> <eLiterals name="nregexp" value="3"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/gmfmap_2007.ecore
ecore
mappings Mapping nodes links diagram appearanceStyles audits metrics MappingEntry getDomainContext domainMetaElement domainSpecialization domainInitializer labelMappings relatedDiagrams NeedsContainment containmentFeature NodeReference childrenFeature child ChildReference parentNode compartment ownedChild referencedChild TopNodeReference ownedChild NodeMapping diagramNode children compartments CompartmentMapping compartment parentNode children LinkMapping diagramLink sourceMetaFeature linkMetaFeature creationConstraints CanvasMapping diagramCanvas domainModel domainMetaElement palette menuContributions toolbarContributions LabelMapping diagramLabel readOnly mapEntry FeatureLabelMapping features viewPattern editorPattern editPattern viewMethod editMethod LabelTextAccessMethod MESSAGE_FORMAT MESSAGE_FORMAT NATIVE NATIVE REGEXP REGEXP PRINTF PRINTF DesignLabelMapping Constraint LinkConstraints linkMapping sourceEnd targetEnd ValueExpression body language ocl langName ElementInitializer mappingEntry FeatureSeqInitializer initializers elementClass creatingInitializer FeatureInitializer feature featureSeqInitializer FeatureValueSpec ReferenceNewElementSpec newElementInitializers MenuOwner contextMenu ToolOwner tool AppearanceSteward appearanceStyle AuditContainer id name description parentContainer audits childContainers RuleBase name description AuditRule id rule target severity ERROR useInLiveMode false message container DomainElementTarget element DomainAttributeTarget attribute nullAsError DiagramElementTarget element NotationElementTarget element MetricContainer metrics MetricRule key rule target lowLimit highLimit container AuditedMetricTarget metric Auditable Measurable Severity INFO INFO WARNING WARNING ERROR ERROR Language ocl ocl java java regexp regexp nregexp nregexp
null
{"directed":true,"nodes":[{"nsPrefix":"gmfmap","nsURI":"http://www.eclipse.org/gmf/2006/mappings","name":"mappings","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingEntry","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NeedsContainment","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeReference","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChildReference","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopNodeReference","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeMapping","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompartmentMapping","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkMapping","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CanvasMapping","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelMapping","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureLabelMapping","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LabelTextAccessMethod","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DesignLabelMapping","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkConstraints","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueExpression","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementInitializer","instanceClass":null,"abstract":true,"id":18,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureSeqInitializer","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureInitializer","instanceClass":null,"abstract":true,"id":20,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureValueSpec","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceNewElementSpec","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuOwner","instanceClass":null,"abstract":true,"id":23,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolOwner","instanceClass":null,"abstract":true,"id":24,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AppearanceSteward","instanceClass":null,"abstract":true,"id":25,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuditContainer","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleBase","instanceClass":null,"abstract":true,"id":27,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuditRule","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainElementTarget","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainAttributeTarget","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramElementTarget","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotationElementTarget","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetricContainer","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetricRule","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuditedMetricTarget","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Auditable","instanceClass":null,"abstract":true,"id":36,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Measurable","instanceClass":null,"abstract":true,"id":37,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Severity","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Language","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":"nodes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"diagram","changeable":true,"resolveProxies":false,"lowerBound":1,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"appearanceStyles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"audits","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":"metrics","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDomainContext","lowerBound":0,"id":52,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domainMetaElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"domainSpecialization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"domainInitializer","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":"labelMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relatedDiagrams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"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":"mapEntry","changeable":false,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containmentFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"childrenFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"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":true,"unique":true,"name":"child","changeable":false,"resolveProxies":false,"lowerBound":0,"id":68,"derived":true},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"compartment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedChild","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":"referencedChild","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedChild","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"diagramNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compartments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"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":"parentNode","changeable":false,"resolveProxies":true,"lowerBound":1,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"compartment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"diagramLink","changeable":true,"resolveProxies":true,"lowerBound":1,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceMetaFeature","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":false,"unsettable":false,"transient":false,"unique":true,"name":"linkMetaFeature","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":"creationConstraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linkMapping","changeable":false,"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":"diagramCanvas","changeable":true,"resolveProxies":true,"lowerBound":1,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domainModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domainMetaElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"palette","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"menuContributions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toolbarContributions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"diagramLabel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readOnly","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":1,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"viewPattern","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":"editorPattern","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"editPattern","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"viewMethod","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"editMethod","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"name":"MESSAGE_FORMAT","id":144,"value":0,"literal":"MESSAGE_FORMAT","eClass":"EEnumLiteral"},{"name":"NATIVE","id":145,"value":1,"literal":"NATIVE","eClass":"EEnumLiteral"},{"name":"REGEXP","id":146,"value":2,"literal":"REGEXP","eClass":"EEnumLiteral"},{"name":"PRINTF","id":147,"value":3,"literal":"PRINTF","eClass":"EEnumLiteral"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"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":155,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"ocl","unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":1,"iD":false,"id":156,"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":"langName","changeable":false,"lowerBound":0,"iD":false,"id":157,"derived":true},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"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":"mappingEntry","changeable":false,"resolveProxies":true,"lowerBound":1,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"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":"creatingInitializer","changeable":false,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"featureSeqInitializer","changeable":false,"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":"newElementInitializers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextMenu","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tool","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appearanceStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":185,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":187,"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":"parentContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"audits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childContainers","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"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":1,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":204,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"ERROR","unsettable":false,"transient":false,"unique":true,"name":"severity","changeable":true,"lowerBound":0,"iD":false,"id":205,"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":"useInLiveMode","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":220,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nullAsError","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metrics","changeable":true,"resolveProxies":true,"lowerBound":1,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":1,"id":235,"derived":false},{"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":236,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":237,"derived":false},{"container":false,"ordered":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":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":"lowLimit","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"highLimit","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metric","changeable":true,"resolveProxies":true,"lowerBound":1,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"name":"INFO","id":251,"value":0,"literal":"INFO","eClass":"EEnumLiteral"},{"name":"WARNING","id":252,"value":1,"literal":"WARNING","eClass":"EEnumLiteral"},{"name":"ERROR","id":253,"value":2,"literal":"ERROR","eClass":"EEnumLiteral"},{"name":"ocl","id":254,"value":0,"literal":"ocl","eClass":"EEnumLiteral"},{"name":"java","id":255,"value":1,"literal":"java","eClass":"EEnumLiteral"},{"name":"regexp","id":256,"value":2,"literal":"regexp","eClass":"EEnumLiteral"},{"name":"nregexp","id":257,"value":3,"literal":"nregexp","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":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":40,"target":6},{"source":40,"target":46},{"source":40,"target":1},{"source":46,"target":6},{"source":41,"target":9},{"source":41,"target":47},{"source":41,"target":1},{"source":47,"target":9},{"source":42,"target":10},{"source":42,"target":48},{"source":42,"target":1},{"source":48,"target":10},{"source":43,"target":49},{"source":43,"target":1},{"source":44,"target":26},{"source":44,"target":50},{"source":44,"target":1},{"source":50,"target":26},{"source":45,"target":33},{"source":45,"target":51},{"source":45,"target":1},{"source":51,"target":33},{"source":2,"target":0},{"source":2,"target":52},{"source":2,"target":53},{"source":2,"target":54},{"source":2,"target":55},{"source":2,"target":56},{"source":2,"target":57},{"source":52,"target":58},{"source":52,"target":2},{"source":53,"target":59},{"source":53,"target":2},{"source":54,"target":15},{"source":54,"target":60},{"source":54,"target":2},{"source":60,"target":15},{"source":55,"target":18},{"source":55,"target":61},{"source":55,"target":2},{"source":61,"target":18},{"source":56,"target":11},{"source":56,"target":62},{"source":56,"target":2},{"source":56,"target":63},{"source":62,"target":11},{"source":57,"target":10},{"source":57,"target":64},{"source":57,"target":2},{"source":64,"target":10},{"source":3,"target":0},{"source":3,"target":65},{"source":65,"target":66},{"source":65,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":67},{"source":4,"target":68},{"source":4,"target":69},{"source":67,"target":70},{"source":67,"target":4},{"source":68,"target":7},{"source":68,"target":71},{"source":68,"target":4},{"source":71,"target":7},{"source":69,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":72},{"source":5,"target":73},{"source":5,"target":74},{"source":5,"target":75},{"source":5,"target":76},{"source":72,"target":7},{"source":72,"target":77},{"source":72,"target":5},{"source":72,"target":78},{"source":77,"target":7},{"source":73,"target":8},{"source":73,"target":79},{"source":73,"target":5},{"source":73,"target":80},{"source":79,"target":8},{"source":74,"target":7},{"source":74,"target":81},{"source":74,"target":5},{"source":81,"target":7},{"source":75,"target":7},{"source":75,"target":82},{"source":75,"target":5},{"source":82,"target":7},{"source":76,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":83},{"source":6,"target":84},{"source":83,"target":7},{"source":83,"target":85},{"source":83,"target":6},{"source":85,"target":7},{"source":84,"target":4},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":23},{"source":7,"target":24},{"source":7,"target":25},{"source":7,"target":86},{"source":7,"target":78},{"source":7,"target":87},{"source":7,"target":88},{"source":7,"target":89},{"source":7,"target":90},{"source":7,"target":91},{"source":86,"target":92},{"source":86,"target":7},{"source":78,"target":5},{"source":78,"target":93},{"source":78,"target":7},{"source":78,"target":72},{"source":93,"target":5},{"source":87,"target":8},{"source":87,"target":94},{"source":87,"target":7},{"source":87,"target":95},{"source":94,"target":8},{"source":88,"target":2},{"source":89,"target":23},{"source":90,"target":24},{"source":91,"target":25},{"source":8,"target":0},{"source":8,"target":96},{"source":8,"target":95},{"source":8,"target":80},{"source":96,"target":97},{"source":96,"target":8},{"source":95,"target":7},{"source":95,"target":98},{"source":95,"target":8},{"source":95,"target":87},{"source":98,"target":7},{"source":80,"target":5},{"source":80,"target":99},{"source":80,"target":8},{"source":80,"target":73},{"source":99,"target":5},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":3},{"source":9,"target":23},{"source":9,"target":24},{"source":9,"target":25},{"source":9,"target":100},{"source":9,"target":101},{"source":9,"target":102},{"source":9,"target":103},{"source":9,"target":104},{"source":9,"target":105},{"source":9,"target":106},{"source":9,"target":107},{"source":9,"target":108},{"source":100,"target":109},{"source":100,"target":9},{"source":101,"target":110},{"source":101,"target":9},{"source":102,"target":111},{"source":102,"target":9},{"source":103,"target":16},{"source":103,"target":112},{"source":103,"target":9},{"source":103,"target":113},{"source":112,"target":16},{"source":104,"target":2},{"source":105,"target":3},{"source":106,"target":23},{"source":107,"target":24},{"source":108,"target":25},{"source":10,"target":0},{"source":10,"target":114},{"source":10,"target":115},{"source":10,"target":116},{"source":10,"target":117},{"source":10,"target":118},{"source":10,"target":119},{"source":114,"target":120},{"source":114,"target":10},{"source":115,"target":121},{"source":115,"target":10},{"source":116,"target":122},{"source":116,"target":10},{"source":117,"target":123},{"source":117,"target":10},{"source":118,"target":124},{"source":118,"target":10},{"source":119,"target":125},{"source":119,"target":10},{"source":11,"target":0},{"source":11,"target":126},{"source":11,"target":127},{"source":11,"target":63},{"source":126,"target":128},{"source":126,"target":11},{"source":127,"target":129},{"source":127,"target":11},{"source":63,"target":2},{"source":63,"target":130},{"source":63,"target":11},{"source":63,"target":56},{"source":130,"target":2},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":131},{"source":12,"target":132},{"source":12,"target":133},{"source":12,"target":134},{"source":12,"target":135},{"source":12,"target":136},{"source":12,"target":137},{"source":131,"target":138},{"source":131,"target":12},{"source":132,"target":139},{"source":132,"target":12},{"source":133,"target":140},{"source":133,"target":12},{"source":134,"target":141},{"source":134,"target":12},{"source":135,"target":13},{"source":135,"target":142},{"source":135,"target":12},{"source":142,"target":13},{"source":136,"target":13},{"source":136,"target":143},{"source":136,"target":12},{"source":143,"target":13},{"source":137,"target":11},{"source":13,"target":0},{"source":13,"target":144},{"source":13,"target":145},{"source":13,"target":146},{"source":13,"target":147},{"source":144,"target":13},{"source":145,"target":13},{"source":146,"target":13},{"source":147,"target":13},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":148},{"source":148,"target":11},{"source":15,"target":0},{"source":15,"target":17},{"source":15,"target":149},{"source":149,"target":17},{"source":16,"target":0},{"source":16,"target":113},{"source":16,"target":150},{"source":16,"target":151},{"source":113,"target":9},{"source":113,"target":152},{"source":113,"target":16},{"source":113,"target":103},{"source":152,"target":9},{"source":150,"target":15},{"source":150,"target":153},{"source":150,"target":16},{"source":153,"target":15},{"source":151,"target":15},{"source":151,"target":154},{"source":151,"target":16},{"source":154,"target":15},{"source":17,"target":0},{"source":17,"target":155},{"source":17,"target":156},{"source":17,"target":157},{"source":155,"target":158},{"source":155,"target":17},{"source":156,"target":39},{"source":156,"target":159},{"source":156,"target":17},{"source":159,"target":39},{"source":157,"target":160},{"source":157,"target":17},{"source":18,"target":0},{"source":18,"target":161},{"source":161,"target":2},{"source":161,"target":162},{"source":161,"target":18},{"source":162,"target":2},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":163},{"source":19,"target":164},{"source":19,"target":165},{"source":19,"target":166},{"source":163,"target":20},{"source":163,"target":167},{"source":163,"target":19},{"source":163,"target":168},{"source":167,"target":20},{"source":164,"target":169},{"source":164,"target":19},{"source":165,"target":22},{"source":165,"target":170},{"source":165,"target":19},{"source":165,"target":171},{"source":170,"target":22},{"source":166,"target":18},{"source":20,"target":0},{"source":20,"target":172},{"source":20,"target":168},{"source":172,"target":173},{"source":172,"target":20},{"source":168,"target":19},{"source":168,"target":174},{"source":168,"target":20},{"source":168,"target":163},{"source":174,"target":19},{"source":21,"target":0},{"source":21,"target":17},{"source":21,"target":20},{"source":21,"target":175},{"source":21,"target":176},{"source":175,"target":17},{"source":176,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":171},{"source":22,"target":177},{"source":171,"target":19},{"source":171,"target":178},{"source":171,"target":22},{"source":171,"target":165},{"source":178,"target":19},{"source":177,"target":20},{"source":23,"target":0},{"source":23,"target":179},{"source":179,"target":180},{"source":179,"target":23},{"source":24,"target":0},{"source":24,"target":181},{"source":181,"target":182},{"source":181,"target":24},{"source":25,"target":0},{"source":25,"target":183},{"source":183,"target":184},{"source":183,"target":25},{"source":26,"target":0},{"source":26,"target":185},{"source":26,"target":186},{"source":26,"target":187},{"source":26,"target":188},{"source":26,"target":189},{"source":26,"target":190},{"source":185,"target":191},{"source":185,"target":26},{"source":186,"target":192},{"source":186,"target":26},{"source":187,"target":193},{"source":187,"target":26},{"source":188,"target":26},{"source":188,"target":194},{"source":188,"target":26},{"source":188,"target":190},{"source":194,"target":26},{"source":189,"target":28},{"source":189,"target":195},{"source":189,"target":26},{"source":189,"target":196},{"source":195,"target":28},{"source":190,"target":26},{"source":190,"target":197},{"source":190,"target":26},{"source":190,"target":188},{"source":197,"target":26},{"source":27,"target":0},{"source":27,"target":198},{"source":27,"target":199},{"source":198,"target":200},{"source":198,"target":27},{"source":199,"target":201},{"source":199,"target":27},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":202},{"source":28,"target":203},{"source":28,"target":204},{"source":28,"target":205},{"source":28,"target":206},{"source":28,"target":207},{"source":28,"target":196},{"source":28,"target":208},{"source":202,"target":209},{"source":202,"target":28},{"source":203,"target":15},{"source":203,"target":210},{"source":203,"target":28},{"source":210,"target":15},{"source":204,"target":36},{"source":204,"target":211},{"source":204,"target":28},{"source":211,"target":36},{"source":205,"target":38},{"source":205,"target":212},{"source":205,"target":28},{"source":212,"target":38},{"source":206,"target":213},{"source":206,"target":28},{"source":207,"target":214},{"source":207,"target":28},{"source":196,"target":26},{"source":196,"target":215},{"source":196,"target":28},{"source":196,"target":189},{"source":215,"target":26},{"source":208,"target":27},{"source":29,"target":0},{"source":29,"target":36},{"source":29,"target":37},{"source":29,"target":216},{"source":29,"target":217},{"source":29,"target":218},{"source":216,"target":219},{"source":216,"target":29},{"source":217,"target":36},{"source":218,"target":37},{"source":30,"target":0},{"source":30,"target":36},{"source":30,"target":220},{"source":30,"target":221},{"source":30,"target":222},{"source":220,"target":223},{"source":220,"target":30},{"source":221,"target":224},{"source":221,"target":30},{"source":222,"target":36},{"source":31,"target":0},{"source":31,"target":36},{"source":31,"target":37},{"source":31,"target":225},{"source":31,"target":226},{"source":31,"target":227},{"source":225,"target":2},{"source":225,"target":228},{"source":225,"target":31},{"source":228,"target":2},{"source":226,"target":36},{"source":227,"target":37},{"source":32,"target":0},{"source":32,"target":36},{"source":32,"target":37},{"source":32,"target":229},{"source":32,"target":230},{"source":32,"target":231},{"source":229,"target":232},{"source":229,"target":32},{"source":230,"target":36},{"source":231,"target":37},{"source":33,"target":0},{"source":33,"target":233},{"source":233,"target":34},{"source":233,"target":234},{"source":233,"target":33},{"source":233,"target":235},{"source":234,"target":34},{"source":34,"target":0},{"source":34,"target":27},{"source":34,"target":236},{"source":34,"target":237},{"source":34,"target":238},{"source":34,"target":239},{"source":34,"target":240},{"source":34,"target":235},{"source":34,"target":241},{"source":236,"target":242},{"source":236,"target":34},{"source":237,"target":17},{"source":237,"target":243},{"source":237,"target":34},{"source":243,"target":17},{"source":238,"target":37},{"source":238,"target":244},{"source":238,"target":34},{"source":244,"target":37},{"source":239,"target":245},{"source":239,"target":34},{"source":240,"target":246},{"source":240,"target":34},{"source":235,"target":33},{"source":235,"target":247},{"source":235,"target":34},{"source":235,"target":233},{"source":247,"target":33},{"source":241,"target":27},{"source":35,"target":0},{"source":35,"target":36},{"source":35,"target":248},{"source":35,"target":249},{"source":248,"target":34},{"source":248,"target":250},{"source":248,"target":35},{"source":250,"target":34},{"source":249,"target":36},{"source":36,"target":0},{"source":37,"target":0},{"source":38,"target":0},{"source":38,"target":251},{"source":38,"target":252},{"source":38,"target":253},{"source":251,"target":38},{"source":252,"target":38},{"source":253,"target":38},{"source":39,"target":0},{"source":39,"target":254},{"source":39,"target":255},{"source":39,"target":256},{"source":39,"target":257},{"source":254,"target":39},{"source":255,"target":39},{"source":256,"target":39},{"source":257,"target":39}],"multigraph":true}